1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

edit tutorial

This commit is contained in:
zumbiepig 2024-09-05 07:41:44 -07:00
parent cd3d9bb2b8
commit b1b66b03ee
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -166,45 +166,45 @@
<p>Ensure you keep all software (especially the EaglerXBungee plugin) up to date and properly secure your server to protect against potential vulnerabilities.</p> <p>Ensure you keep all software (especially the EaglerXBungee plugin) up to date and properly secure your server to protect against potential vulnerabilities.</p>
</div> </div>
</div> </div>
<div id="article-cloudflare-tunnel" class="article">
<div id="article-cloudflare-tunnel" class="article"><div class="article-content"> <div class="article-content">
<span class="close-button" onclick="article.close()">&times;</span> <span class="close-button" onclick="article.close()">&times;</span>
<h1>How to Set Up Cloudflare Tunnel for Eaglercraft Server</h1> <h1>How to Set Up A Cloudflare Tunnel for Eaglercraft Server</h1>
<h5>Written by ServerDotSo and revised by zumbiepig</h5> <h5>Written by zumbiepig and SpeedSlicer</h5>
<p>In this guide, we'll walk you through the steps to set up a Cloudflare Tunnel for your Eaglercraft server, which is running on <code>ws://localhost:8081</code>.</p> <p>In this guide, we'll walk you through the steps to set up a Cloudflare Tunnel for your Eaglercraft server, which is running on <code>ws://localhost:8081</code>.</p>
<h3>Prerequisites</h3> <h3>Prerequisites</h3>
<ul> <ul>
<li>An EaglercraftX Server running on <code>ws://localhost:{eagler port}</code></li> <li>An Eaglercraft server running on <code>ws://localhost:8081</code></li>
<li>Access to your server. <li>Access to the computer your Eaglercraft server is running on</li>
<li>A domain or site on Cloudflare</li> <li>A domain already linked to Cloudflare</li>
</ul> </ul>
<h3>Step 1: Access Cloudflare Tunnels</h3> <h3>Step 1: Access Cloudflare Tunnels</h3>
<ol> <ol>
<li>Go to the <a href="https://dash.teams.cloudflare.com/" target="_blank">Zero Trust Cloudflare Tunnels</a> page.</li> <li>Go to the <a href="https://dash.cloudflare.com/" target="_blank">Dashboard</a> and log in to your Cloudflare account.</li>
<li>Navigate to the <strong>Zero Trust</strong> page using the navigation bar on the left.</li>
<li>Sign up for Cloudflare Zero Trust with the Free Plan if you have not already.</li>
<li>Once you are in the dashboard, navigate to <strong>Networks</strong> > <strong>Tunnels</strong>.</li>
</ol> </ol>
<h3>Step 2: Create a Tunnel</h3> <h3>Step 2: Create a Tunnel</h3>
<ol> <ol>
<li>Click on <strong>Create a tunnel</strong>, and select <strong>Cloudflared</strong>.</li> <li>Click on <strong>Create a tunnel</strong>, and select <strong>Cloudflared</strong>.</li>
<li>Click <strong>Next</strong>.</li> <li>Click <strong>Next</strong>.</li>
<li>Enter a name for the tunnel.</li> <li>Enter a name for the tunnel.</li>
<li>Follow the instructions provided on the site to complete the tunnel creation.</li> <li>Follow the instructions provided on the site to install the tunnel.<br />You should do these instructions on the computer that your Eaglercraft server is running on.</li>
</ol> </ol>
<h3>Step 3: Configure Domain/Subdomain</h3> <h3>Step 3: Configure Domain/Subdomain</h3>
<ol> <ol>
<li>Set the domain or subdomain you want to use for your server.</li> <li>Select the domain or subdomain you want to use for your server.</li>
<li>Redirect the domain to the IP of the server with your eagler port. For example: <code>94.1.23.424:8081</code>.</li> <li>Select <strong>HTTP</strong> for the type.</li>
<li>Ensure the type is set to <strong>HTTPS</strong>.</li> <li>Enter <code>localhost:8081</code> (or whatever port your server is running on) as the URL.</li>
</ol> </ol>
<h3>Step 4: Activate Tunnel and Proxy</h3> <h3>Step 4: Activate Tunnel and Proxy</h3>
<ol> <ol>
<li>Turn on both the server and the proxy.</li> <li>Start your Eaglercraft server.</li>
<li>Connect to the domain or subdomain you set up.</li> <li>In Eaglercraft, connect to the domain or subdomain you set up.</li>
<li>You're all set! Your Cloudflare Tunnel is now configured.</li> <li>You're all set! Players can now join your server using the domain that you linked your tunnel to.<br />Example: <code>wss://example.com</code></li>
</ol> </ol>
<h3>Security Considerations</h3>
<p>Ensure that you keep all related software and configurations up to date to protect your server against potential vulnerabilities.</p>
</div> </div>
</div> </div>
</body> </body>
</html> </html>