Automated script for instant Hytale server deployment on Google Cloud Platform. The script handles full system configuration, optimizes RAM allocation, and manages dependencies out of the box.
- OS: Ubuntu 24.04 LTS
- Disk: 30+ GB Free Space
- RAM: 4GB Minimum (8GB+ Recommended)
- Network: Stable connection (10-20 GB download)
Connect to your Google Cloud VM and run this single command to start the installation:
sudo apt update && sudo apt install -y git python3 && git clone https://github.com/misterf0ster/hytale-server-autodeploy && cd hytale-server-autodeploy && python3 gcp-installer.py| Action | Command |
|---|---|
| Attach to console | screen -r hytale |
| Stop the server | screen -X -S hytale quit |
| Start the server | ./start.sh |
| Detach from console | Ctrl + A then D |
After the installation is complete, a manager.sh script is automatically generated in the root directory. This tool allows you to manage server settings and mods without manual JSON editing.
| Action | Command |
|---|---|
| Full Sync | ./manager.sh --all |
| Update Mods & Pass | ./manager.sh --mods |
| Manual Password | ./manager.sh --password <your_pass> |
| Reset World Config | ./manager.sh --world |
| Cleanup Junk | ./manager.sh --clean |
To synchronize mods and update the server password, create a config.txt file in the root folder:
PASSWORD: my_secure_password
MOD: https://example.com/mod-archive-1.jar
MOD: https://example.com/mod-archive-2.jar