Hytale Server Management

About HyOS

A Docker-based Hytale dedicated server management ecosystem. One command to deploy, authenticate, and manage your server with a full web dashboard, mod support, and automated updates.

HyOS at a glanceLive
SetupDocker compose
AuthOAuth device flow
ModsInstall + patch
DashboardWeb UI included
APIREST endpoints

Install HyOS

Save as docker-compose.yml, then run the commands below.

docker-compose.yml
services:
  hytale:
    image: ghcr.io/editmysave/hyos/server:latest
    container_name: hytale-server
    restart: unless-stopped
    ports:
      - "5520:5520/udp"
    environment:
      JAVA_XMS: "4G"
      JAVA_XMX: "8G"
      PATCHLINE: "release"
    volumes:
      - hytale-data:/data
      - /etc/machine-id:/etc/machine-id:ro
    stdin_open: true
    tty: true

volumes:
  hytale-data:
Run
docker compose up -d
docker attach hytale-server  # complete auth flow
docker compose logs -f       # watch logs
Requires Docker

Screenshots

What it looks like

Server Dashboard
1 / 7
HyOS UI

Server Dashboard

  • Real-time server status monitoring
  • CPU and memory usage graphs
  • Player count and uptime tracking

What you can do with it

Everything you need to run and manage a Hytale dedicated server.

Easy server setup

Single Docker Compose file to deploy a fully configured Hytale dedicated server with automatic authentication.

Mod management

Install mods from CurseForge, NexusMods, or ModTale. Upload custom JARs with automatic manifest validation.

Live console

Stream server logs in real-time and execute commands directly from the web dashboard.

World management

Upload worlds, browse the file system, and switch between world slots through an intuitive UI.

Docker networking

Isolated container networking with configurable port mapping and bridge network support.

Server monitoring

Health checks, resource usage tracking, and automated restart policies to keep your server running.

Get in touch

Have a question or found a bug? Reach out or open a GitHub issue.

We use GitHub for support

Open issues