🐳
Docker Ready
One command to run. No manual setup required.
Run your Hytale dedicated server with auto-download, JWT auth, and a beautiful admin panel.

# 1. Create folder
mkdir hytale && cd hytale
# 2. Download files
curl -O https://raw.githubusercontent.com/ketbome/hytale-server/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/ketbome/hytale-server/main/.env.example
# 3. Configure
cp .env.example .env
nano .env # Change PANEL_USER and PANEL_PASS!
# 4. Start
docker compose up -d
# 5. Open panel at http://localhost:3000