Hytale server Docker container. š¦ Tiny 62.0MB, ARM64, non-root, updates, documentation & website.
100K+
Simply use the docker run command or docker compose, follow the authentication steps in the terminal, and your server will be ready in seconds. Designed by a community of 10+ contributors, this image prioritizes stability, security, and performance, allowing you to focus on managing your world rather than debugging your environment.
Warning
**A valid Hytale game license is required for container authorization.**On the first launch, the server will display an authentication URL in your terminal. Open this link in your browser, log in with your Hytale account, and follow the instructions to authorize the server.
Tip
container image: "alpine-liberica" provides the smallest footprint and fastest startup time.
docker run \
--name hytale-server \
-p 5520:5520/udp \
-v "hytale-server:/home/container" \
-v "/etc/machine-id:/etc/machine-id:ro" \
--restart unless-stopped \
deinfreu/hytale-server:latest
Important
You need to run ```docker compose up``` without the "-d" flag for terminal-based authorization.
services:
hytale:
image: deinfreu/hytale-server:latest
container_name: hytale-server
restart: unless-stopped
ports:
- "5520:5520/udp"
volumes:
- ./data:/home/container
- /etc/machine-id:/etc/machine-id:ro
tty: true
stdin_open: true
For additional deployment configurations, see our examplesā or refer to the installationā and OS-specificā guides.
Once the initial run is complete, your server-files directory will be populated with the following structure:
data/
āāā Server/
ā āāā .cache/
ā āāā Licenses/
ā āāā logs/
ā āāā mods/
ā āāā telemetry/
ā āāā universe/
ā āāā auth.enc
ā āāā auth.key
ā āāā bans.json
ā āāā config.json
ā āāā config.json.bak
ā āāā HytaleServer.aot.config
ā āāā HytaleServer.jar
ā āāā permissions.json
ā āāā whitelist.json
āāā .hytale-downloader-credentials.json
āāā Assets.zip
Support:
Troubleshooting:
Content type
Image
Digest
sha256:66bd6823eā¦
Size
163.5 MB
Last updated
12 days ago
docker pull deinfreu/hytale-server