Romestead Hub

Romestead server config.json explained

Understand the practical config fields before changing your world, password, port, or player limit.

Home / Dedicated server setup / Port 8050 fix

Short answer: keep a backup of config.json, change one value at a time, and restart the dedicated server after editing. If the server stops launching, restore the last working config first.

Common config fields

FieldWhat it controlsStarter value
AutoStartWorldNameThe world name the server should load on startup.auto or your world name
AutoCreateAndLoadWorldWhether the server should create and load a world automatically if one does not exist.true
AutoCreateWorldSizeThe size of the world created by the server. Larger worlds can need more RAM during generation.1
PasswordThe join password for private co-op servers.Use a private password
PortThe UDP port players connect through.8050
MaxPlayersThe maximum number of players allowed on the server.8
EnableCheatsWhether cheat/admin-style behavior is allowed.false

Safe editing checklist

Example config

{
  "AutoStartWorldName": "auto",
  "AutoCreateAndLoadWorld": true,
  "AutoCreateWorldSize": 1,
  "Password": "change-me",
  "Port": 8050,
  "MaxPlayers": 8,
  "EnableCheats": false
}

Related Romestead server guides

Start with the dedicated server setup checklist, fix connection issues with the UDP 8050 guide, and protect edits with the save backup guide.