Skip to main content
Get 20% OFF your first order

How To Configure Your Hytale Server

2 min read

At Game Host Bros, we've integrated basic Hytale settings directly into our game panel. Here's how to quickly and easily configure your Hytale server.

Basic Configuration

  1. 1
    Access the Game Host Bros Panel and Stop your Hytale server.
  2. 2
    In the sidebar, go to Server Options.
  3. 3
    Edit the settings you'd like to change.
  4. 4
    Start your server.

Editing config.json

For more detailed configuration, you can edit the config.json file directly.

  1. 1
    Access the Game Host Bros Panel and Stop your Hytale server.
  2. 2
    In the sidebar, go to File Manager.
  3. 3
    Open the config.json file.
  4. 4
    Edit the settings you want to change.
  5. 5
    Click Save and start your server.
Example config.json
{
  "Version": 3,
  "ServerName": "Hosted By Game Host Bros",
  "MOTD": "",
  "Password": "",
  "MaxPlayers": 100,
  "MaxViewRadius": 32,
  "LocalCompressionEnabled": false,
  "Defaults": {
    "World": "default",
    "GameMode": "Adventure"
  },
  "ConnectionTimeouts": {
    "JoinTimeouts": {}
  },
  "RateLimit": {},
  "Modules": {},
  "LogLevels": {},
  "Mods": {},
  "DisplayTmpTagsInStrings": false,
  "PlayerStorage": {
    "Type": "Hytale"
  }
}

World Configuration

The universe/worlds/ directory contains all playable worlds for additional configuration. Each world has its own config.json:

Editing Your World config.json

For more detailed configuration, you can edit the config.json file directly.

  1. 1
    Access the Game Host Bros Panel and Stop your Hytale server.
  2. 2
    In the sidebar, go to File Manager.
  3. 3
    Navigate to universe/worlds/WorldName/config.json.
  4. 4
    Edit the settings you want to change.
  5. 5
    Click Save and start your server.
Example world config.json
{
  "Version": 4,
  "UUID": {
    "$binary": "j2x/idwTQpen24CDfH1+OQ==",
    "$type": "04"
  },
  "Seed": 1767292261384,
  "WorldGen": {
    "Type": "Hytale",
    "Name": "Default"
  },
  "WorldMap": {
    "Type": "WorldGen"
  },
  "ChunkStorage": {
    "Type": "Hytale"
  },
  "ChunkConfig": {},
  "IsTicking": true,
  "IsBlockTicking": true,
  "IsPvpEnabled": false,
  "IsFallDamageEnabled": true,
  "IsGameTimePaused": false,
  "GameTime": "0001-01-01T08:26:59.761606129Z",
  "RequiredPlugins": {},
  "IsSpawningNPC": true,
  "IsSpawnMarkersEnabled": true,
  "IsAllNPCFrozen": false,
  "GameplayConfig": "Default",
  "IsCompassUpdating": true,
  "IsSavingPlayers": true,
  "IsSavingChunks": true,
  "IsUnloadingChunks": true,
  "IsObjectiveMarkersEnabled": true,
  "DeleteOnUniverseStart": false,
  "DeleteOnRemove": false,
  "ResourceStorage": {
    "Type": "Hytale"
  },
  "Plugin": {}
}

Related Guides

Still need help?
Can't find what you're looking for? Our friendly support team is ready to help.
Get Support