Connect & First Checks
Before editing files
- Use Join by IP/server browser with the panel address.
- Give players password if configured.
- Use the exact game port from panel, not guessed default ports.
Deranged HostingSandbox / Building Guide
Detailed connection, admin, file, settings, mods, backup, wipe, and troubleshooting notes for Enshrouded dedicated servers.
Before editing files
Stop server before edits
| enshrouded_server.json | Primary JSON config: server name, password, save/log paths, IP, game port, query port, slot count. |
|---|---|
| savegame directory | World save data. |
| log directory | Startup and runtime logs. Useful for diagnosing config syntax issues. |
High-use values
| name | Server name. |
|---|---|
| password | Private password. |
| saveDirectory | Where worlds/saves live. Changing path changes loaded save location. |
| logDirectory | Where logs are written. |
| gamePort / queryPort | Panel-assigned ports. |
| slotCount | Player cap. |
Staff access
Install carefully
Protect player data
Common tickets
| JSON config not loading | Invalid comma/quote or wrong path. Validate JSON syntax. |
|---|---|
| Server unreachable | Wrong gamePort/queryPort or server not fully started. |
| World missing | saveDirectory changed or save files not restored. |
Docs and sources