StruxaEggs Explorer

Hytale

Game

Set out on an adventure built for both creation and play. Hytale blends the freedom of a sandbox with the momentum of an RPG: explore a procedurally generated world full of dungeons, secrets, and a variety of creatures, then shape it block by block.

Author: hello@pterodactyl.ioSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

java $( ((USE_AOT_CACHE)) && printf %s "-XX:AOTCache=Server/HytaleServer.aot" ) -Xms128M $( ((SERVER_MEMORY)) && printf %s "-Xmx${SERVER_MEMORY}M" ) -jar Server/HytaleServer.jar $( ((HYTALE_ALLOW_OP)) && printf %s "--allow-op" ) $( ((HYTALE_ACCEPT_EARLY_PLUGINS)) && printf %s "--accept-early-plugins" ) $( ((DISABLE_SENTRY)) && printf %s "--disable-sentry" ) --auth-mode ${HYTALE_AUTH_MODE} --assets Assets.zip --bind 0.0.0.0:${SERVER_PORT}

Docker Images

LabelImage
ghcr.io/pterodactyl/games:hytaleghcr.io/pterodactyl/games:hytale

Environment Variables

NameVariableDefaultRules
Accept Early Plugins
Hytale warns that loading early plugins is unsupported and may cause stability issues.
HYTALE_ACCEPT_EARLY_PLUGINS0required|boolean
Auth Mode
Authentication mode.
HYTALE_AUTH_MODEauthenticatedrequired|string|in:authenticated,offline,insecure
Patchline
The branch of Hytale to install.
HYTALE_PATCHLINEreleaserequired|string|in:release,pre-release
Disable Sentry
Hytale uses Sentry to track crashes. Disable Sentry during active plugin development.
DISABLE_SENTRY0required|boolean
Use Ahead-of-Time Cache
Hytale provides a pre-trained AOT Java cache which can significantly improve boot times.
USE_AOT_CACHE1required|boolean
Allow operators
Allow operators
HYTALE_ALLOW_OP0required|boolean
Install Source Query plugin
Installs the Soruce Query plugin, so that your server responds to Source Query A2S requests (player count, server name, etc.)
INSTALL_SOURCEQUERY_PLUGIN1required|boolean
Source Query Port
The port that the Source Query plugin will use to respond to A2S requests. This should be different from the main server port. Defaults to the game port + 1.
QUERY_PORTnonenullable|integer|between:1,65535

Features

java_version