A tool to automatically set up a localhost eaglerXbungee, aiming to provide an alternative to Eaglercraft's singleplayer
✅ Local + NGROK tunneling
✅ NGROK customisation
✅ Server customisation (gamemode, seed, etc)
✅ Multiple versions (1.3_beta + 1.5.2 + 1.8.8)
🟠 Docker deploy
- Download and install the latest Python release
- Install Java 8
- Download the latest release to a dedicated folder
- Unzip the zip file
- Run
start.bat
in CMD - Open up option
1
- Let it run for a while, it might pop up some windows, you're done when the main menu is back
- Done!
- Run
python3 autoeagler.py
orstart.bat
in CMD - Open up option
2
- Let it run for a minute, it might pop up some windows
- Join on
ws://localhost:8081
using an offline download - Press
[Enter]
to return to the menu - Open up option
5
to shut it down and close the program
- Run
python3 autoeagler.py
orstart.bat
in CMD - Open up option
3
- Let it run for a minute, it might pop up some windows
- Join on
wss://<subdomain>.ngrok.io
using any client (link will be showed) - Press
[Enter]
to return to the menu - Open up option
5
to shut it down and close the program
- Install Docker and Bun
- Run
cd docker
to enter the docker folder - Run
bun install
to install the dependencies - Run
bun dev
to start the server - Open your browser and go to
http://localhost:6543
- Install Docker
- Run
cd docker
to enter the docker folder - Run the image
docker run --rm -it -e PORT=6543 -p 6543:6543 -v .:/app thgh/autoeagler-webserver bun dev
- Open your browser and go to
http://localhost:6543
- Run
docker buildx build . -t thgh/autoeagler-webserver --platform=linux/amd64,linux/arm64/v8 --push
to build and push the docker image - Run
bun drun
to test if the docker image is working
This tool does NOT include any of the source code from Minecraft, MCP, or any other illegal/copyrighted resources, nor any info on how to get it.