GitPedia

Hytale server container

hytale-server-container 📦 56.4MB (Alpine/Liberica) • Non-root • QUIC Enabled • Prod & Debug • Pterodactyl coming

From deinfreu·Updated June 7, 2026·View on GitHub·

Deploy a Hytale dedicated server with a community-focused Docker image by 10+ contributors. This project simplifies Hytale self-hosting with built-in security, networking and debugging tools. Join our active Discord for direct support and to connect with other server owners. Whether you're testing mods or running a persistent world, this container provides a consistent, production-ready environment in one command. The project is written primarily in Shell, distributed under the Apache License 2.0 license, first published in 2026. Key topics include: dedicated-server, docker, docker-compose, docker-image, game-server.

Latest release: v0.2.0Release v0.2.0
January 27, 2026View Changelog →
<div align="center" width="100%"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/deinfreu/hytale-server-container/blob/main/assets/images/logo_Dark.png"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/deinfreu/hytale-server-container/blob/main/assets/images/logo_Light.png"> <img alt="Docker Hytale Server Logo" src="https://github.com/deinfreu/hytale-server-container/blob/main/assets/images/logo_Light.png" width="800"> </picture>

GitHub stars
GitHub last commit
Discord
Docker Pulls
Docker Image Size (tag)
GitHub license

Deploy a Hytale dedicated server with a community-focused Docker image by 10+ contributors. This project simplifies Hytale self-hosting with built-in security, networking and debugging tools. Join our active Discord for direct support and to connect with other server owners. Whether you're testing mods or running a persistent world, this container provides a consistent, production-ready environment in one command.

</div>

Support & Resources

  • Documentation: Detailed performance optimizations and security specifications are located in the Project Docs.
  • Troubleshooting: Check the support page and our Security Policy before reporting issues. You can also visit our Discord

Quick start

Install docker CLI on linux or the GUI on windows, macos and linux

You can run the container by running this in your CLI

bash
docker run \ --name hytale-server \ -e SERVER_IP="0.0.0.0" \ -e SERVER_PORT="5520" \ -e PROD="FALSE" \ -e DEBUG="FALSE" \ -e TZ="Europe/Amsterdam" \ -p 5520:5520/udp \ -v "hytale-server:/home/container" \ -v "/etc/machine-id:/etc/machine-id:ro" \ --restart unless-stopped \ deinfreu/hytale-server:latest

Alternatively, you can deploy using Docker Compose. Use the configuration below or explore the examples folder for more advanced templates.

bash
services: hytale: image: deinfreu/hytale-server:latest container_name: hytale-server environment: SERVER_IP: "0.0.0.0" SERVER_PORT: "5520" PROD: "FALSE" DEBUG: "FALSE" TZ: "Europe/Amsterdam" restart: unless-stopped ports: - "5520:5520/udp" volumes: - ./data:/home/container - /etc/machine-id:/etc/machine-id:ro tty: true stdin_open: true

Contributors

Showing top 10 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from deinfreu/hytale-server-container via the GitHub API.Last fetched: 6/28/2026