
Your own Hytale Server.
Self-hosted with Docker on your computer or VPS.
Setup in seconds.
docker-compose.yml
1 services: 2 hytale: 3 image: ghcr.io/godstepx/hytale:latest 4 ports: 5 - "5520:5520/udp" 6 volumes: 7 - "./data:/hytale/data"
CLI-First Design
Generated configs are compatible with standard Docker CLI and Compose tools.
Secure Runtime
Non-root user execution, read-only root filesystem, and capability dropping.
Resource Control
Fine-grained limits for CPU and memory usage to prevent OOM kills.