
Have you ever wondered how to make an Eaglercraft Server? Read this article to find out how!

This brief guide walks you through configuring a Cloudflare Tunnel for your Eaglercraft server.
Have you ever wondered how to make an Eaglercraft Server? Read this article to find out how!
This brief guide walks you through configuring a Cloudflare Tunnel for your Eaglercraft server.
Have you ever wondered how to make an Eaglercraft Server?
In this guide, we will be going over how to setup your own Eaglercraft server.
start.bat
for Windows or
start.sh
for Linux) with the following content:
java -Xms512M -Xmx512M -jar bungee.jar
config.yml
file to configure your proxy
settings
start.bat
for Windows or
start.sh
for Linux) with the following content:
java -Xms1024M -Xmx1024M -jar server.jar
server.properties
(Disable online mode,
change the port, etc.)
spigot.yml
to have this:
bungeecord: true
config.yml
by
scrolling to the servers section and editing/adding an entry for
your server, such as localhost:port
.
plugins
folder
localhost {
reverse_proxy :8081
}
8081
(or whichever
port you configured for EaglerXBungee) to your server's local IP
address
If you want to use a custom domain:
example.com
with your domain:
example.com {
reverse_proxy :8081
}
caddy stop
and caddy start
.
Players can connect to your server using an Eaglercraft client such as MineXLauncher, and entering your server's IP address or domain and port.
Examples:
wss://localhost
wss://example.com
Ensure you keep all software (especially the EaglerXBungee plugin) up to date and properly secure your server to protect against potential vulnerabilities.
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
.
ws://localhost:8081
localhost:8081
(or whatever port your server is
running on) as the URL.
wss://example.com