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 and set these values:listeners.host: localhost:8080
online_mode: false
enforce_secure_profile: false
servers.lobby.address: localhost:25565
start.bat for Windows or
start.sh for Linux) with the following content:
java -Xms1024M -Xmx1024M -jar server.jar
eula.txt with
eula=true as the content.
server.properties and set these values:online-mode=false
enforce-secure-profile=false
server-ip=localhost
server-port=25565
spigot.yml and set
settings.bungeecord to be true.
plugins folder
listeners.yml to listen on
port 8081.
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://localhostwss://example.comEnsure 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