How to Configure Your Hytale Server (config.json)

Complete Hytale server config.json reference — server name, players, view radius, game mode, mods, authentication, and auto-updates.

Hytale uses JSON config files. The main config is config.json in the server root.

HytaleServer.jar
Assets.zip
config.json
permissions.json
whitelist.json
bans.json
auth.enc
config.json

Server Config (config.json)

SettingDefaultDescription
ServerName"Hytale Server"Browser display name
MOTD""Message shown on login
Password""Join password (empty = public)
MaxPlayers100Max concurrent players (1–1000)
MaxViewRadius32Chunk render distance (biggest RAM driver — use 12 for performance)
Defaults.World"default"Default world folder name
Defaults.GameMode"Adventure""Adventure" or "Creative"

Per-World Config (universe/worlds/<name>/config.json)

SettingDefaultDescription
SeedrandomWorld generation seed
IsPvpEnabledtruePlayer vs player combat
IsFallDamageEnabledtrueFall damage
IsSpawningNPCtrueMonster/animal spawning
IsAllNPCFrozenfalseFreeze all AI
IsGameTimePausedfalseFreeze day/night cycle
IsSavingPlayerstruePersist inventory/position
IsUnloadingChunkstrueRAM management (keep true)

Death Penalty

"Death": {
  "ItemsLossMode": "None",
  "ItemsAmountLossPercentage": 0,
  "ItemsDurabilityLossPercentage": 0,
  "RespawnController": {"Type": "HomeOrSpawnPoint"}
}
ItemsLossModeEffect
NoneKeep everything
AllDrop everything
ConfiguredLose percentage based on settings above

Ports

PortProtocolPurpose
5520UDPGame (QUIC protocol)

📝 Note: Hytale uses QUIC over UDP, not TCP. Only UDP needs to be forwarded.

Authentication

Servers must authenticate with Hytale's services on first start:

  1. Run the server — a device code appears
  2. Visit https://accounts.hytale.com/device
  3. Enter the code and authorize with your Hytale account
  4. Run /auth persistence Encrypted to persist across restarts

Auto-Updates

"Update": {
  "Enabled": true,
  "CheckIntervalSeconds": 3600,
  "AutoApplyMode": "Disabled"
}

AutoApplyMode: "Disabled", "WhenEmpty", "Scheduled"

How is this guide?

40% Off — Limited TimeGet your Hytale server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page