Sign inSign up

ketbom/hytale-server

By ketbom

•Updated 3 months ago

Hytale dedicated server with optimized JVM settings

Image
0

10K+

ketbom/hytale-server repository overview

⁠Hytale Dedicated Server

Docker image for running a Hytale dedicated server with optimized JVM settings.

⁠Quick Start (Standalone Server)

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.jar and Assets.zip in 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:

  • Web dashboard for multiple servers
  • File browser and editor
  • Mod management (Modtale & CurseForge)
  • Real-time console with command autocomplete
  • Automatic backups
  • Server configuration UI

⁠Environment Variables

VariableDefaultDescription
JAVA_XMS4GMinimum RAM
JAVA_XMX8GMaximum RAM
BIND_PORT5520Game port (UDP)
AUTO_DOWNLOADtrueAuto-download server files
SERVER_EXTRA_ARGS-Extra server arguments
TZUTCTimezone

⁠RAM Guidelines

PlayersRecommended
1-104G
10-206G
20-508G
50+12G+

⁠Volumes

PathDescription
/opt/hytaleServer data directory
/opt/hytale/universeWorld data
/opt/hytale/modsServer mods
/opt/hytale/logsServer logs

Tag summary

Content type

Image

Digest

sha256:e7b339187…

Size

153.7 MB

Last updated

3 months ago

docker pull ketbom/hytale-server