Deranged HostingDeranged Hosting

Sandbox / Building Guide

Enshrouded

Detailed connection, admin, file, settings, mods, backup, wipe, and troubleshooting notes for Enshrouded dedicated servers.

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.

Files & Folders

Stop server before edits

enshrouded_server.jsonPrimary JSON config: server name, password, save/log paths, IP, game port, query port, slot count.
savegame directoryWorld save data.
log directoryStartup and runtime logs. Useful for diagnosing config syntax issues.

Common Settings

High-use values

nameServer name.
passwordPrivate password.
saveDirectoryWhere worlds/saves live. Changing path changes loaded save location.
logDirectoryWhere logs are written.
gamePort / queryPortPanel-assigned ports.
slotCountPlayer cap.

Admin Setup

Staff access

  • Enshrouded dedicated server administration is mostly config/panel driven. Use panel controls and support for ownership issues.
  • Keep password private and rotate after sharing.

Mods & Plugins

Install carefully

  • Use only mod/support workflows compatible with the current dedicated server build.
  • Back up saves before any loader or content changes.

Backups, Wipes, Rollbacks

Protect player data

  • Back up enshrouded_server.json and saveDirectory together.
  • For wipe, archive saveDirectory and let the server generate a new world.

Troubleshooting

Common tickets

JSON config not loadingInvalid comma/quote or wrong path. Validate JSON syntax.
Server unreachableWrong gamePort/queryPort or server not fully started.
World missingsaveDirectory changed or save files not restored.