Hytale dedicated server with optimized JVM settings
10K+
Docker image for running a Hytale dedicated server with optimized JVM settings.
docker run -d \
--name hytale-server \
-p 5520:5520/udp \
-v ./server:/opt/hytale \
-e JAVA_XMX=8G \
ketbom/hytale-server:latest
Note: You need to provide
HytaleServer.jarandAssets.zipin the./server/directory.
For a complete management solution with web UI, use the full project:
mkdir hytale && cd hytale
curl -O https://raw.githubusercontent.com/Ketbome/hytalepanel/main/docker-compose.yml
docker compose up -d
Then open http://localhost:3000 to access the panel.
Features:
| Variable | Default | Description |
|---|---|---|
JAVA_XMS | 4G | Minimum RAM |
JAVA_XMX | 8G | Maximum RAM |
BIND_PORT | 5520 | Game port (UDP) |
AUTO_DOWNLOAD | true | Auto-download server files |
SERVER_EXTRA_ARGS | - | Extra server arguments |
TZ | UTC | Timezone |
| Players | Recommended |
|---|---|
| 1-10 | 4G |
| 10-20 | 6G |
| 20-50 | 8G |
| 50+ | 12G+ |
| Path | Description |
|---|---|
/opt/hytale | Server data directory |
/opt/hytale/universe | World data |
/opt/hytale/mods | Server mods |
/opt/hytale/logs | Server logs |
Content type
Image
Digest
sha256:e7b339187…
Size
153.7 MB
Last updated
3 months ago
docker pull ketbom/hytale-server