From b1b66b03eef50889816e17cbbcfa190006597690 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:41:44 -0700 Subject: [PATCH] edit tutorial --- public/articles/index.html | 80 +++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/public/articles/index.html b/public/articles/index.html index 7c5b41d..365517f 100644 --- a/public/articles/index.html +++ b/public/articles/index.html @@ -166,45 +166,45 @@

Ensure you keep all software (especially the EaglerXBungee plugin) up to date and properly secure your server to protect against potential vulnerabilities.

- -
- × -

How to Set Up Cloudflare Tunnel for Eaglercraft Server

-
Written by ServerDotSo and revised by zumbiepig
-

In this guide, we'll walk you through the steps to set up a Cloudflare Tunnel for your Eaglercraft server, which is running on ws://localhost:8081.

-

Prerequisites

- -

Step 1: Access Cloudflare Tunnels

-
    -
  1. Go to the Zero Trust Cloudflare Tunnels page.
  2. -
-

Step 2: Create a Tunnel

-
    -
  1. Click on Create a tunnel, and select Cloudflared.
  2. -
  3. Click Next.
  4. -
  5. Enter a name for the tunnel.
  6. -
  7. Follow the instructions provided on the site to complete the tunnel creation.
  8. -
-

Step 3: Configure Domain/Subdomain

-
    -
  1. Set the domain or subdomain you want to use for your server.
  2. -
  3. Redirect the domain to the IP of the server with your eagler port. For example: 94.1.23.424:8081.
  4. -
  5. Ensure the type is set to HTTPS.
  6. -
-

Step 4: Activate Tunnel and Proxy

-
    -
  1. Turn on both the server and the proxy.
  2. -
  3. Connect to the domain or subdomain you set up.
  4. -
  5. You're all set! Your Cloudflare Tunnel is now configured.
  6. -
-

Security Considerations

-

Ensure that you keep all related software and configurations up to date to protect your server against potential vulnerabilities.

-
-
- +
+
+ × +

How to Set Up A Cloudflare Tunnel for Eaglercraft Server

+
Written by zumbiepig and SpeedSlicer
+

In this guide, we'll walk you through the steps to set up a Cloudflare Tunnel for your Eaglercraft server, which is running on ws://localhost:8081.

+

Prerequisites

+ +

Step 1: Access Cloudflare Tunnels

+
    +
  1. Go to the Dashboard and log in to your Cloudflare account.
  2. +
  3. Navigate to the Zero Trust page using the navigation bar on the left.
  4. +
  5. Sign up for Cloudflare Zero Trust with the Free Plan if you have not already.
  6. +
  7. Once you are in the dashboard, navigate to Networks > Tunnels.
  8. +
+

Step 2: Create a Tunnel

+
    +
  1. Click on Create a tunnel, and select Cloudflared.
  2. +
  3. Click Next.
  4. +
  5. Enter a name for the tunnel.
  6. +
  7. Follow the instructions provided on the site to install the tunnel.
    You should do these instructions on the computer that your Eaglercraft server is running on.
  8. +
+

Step 3: Configure Domain/Subdomain

+
    +
  1. Select the domain or subdomain you want to use for your server.
  2. +
  3. Select HTTP for the type.
  4. +
  5. Enter localhost:8081 (or whatever port your server is running on) as the URL.
  6. +
+

Step 4: Activate Tunnel and Proxy

+
    +
  1. Start your Eaglercraft server.
  2. +
  3. In Eaglercraft, connect to the domain or subdomain you set up.
  4. +
  5. You're all set! Players can now join your server using the domain that you linked your tunnel to.
    Example: wss://example.com
  6. +
+
+