Dedicated server tool
Server Config Generator
Generate the core enshrouded_server.json file using values supported by Keen Games' current dedicated-server schema.
enshrouded_server.json
{
"name": "Enshrouded Server",
"saveDirectory": "./savegame",
"logDirectory": "./logs",
"ip": "0.0.0.0",
"queryPort": 15637,
"slotCount": 8,
"tags": [],
"voiceChatMode": "Proximity",
"enableVoiceChat": false,
"enableTextChat": false,
"gameSettingsPreset": "Default"
}How to use the file
- Run the dedicated server once so it creates its own config and folders.
- Stop the server and back up the generated file.
- Replace it with this downloaded file, then start the server.
- Follow the setup guide to configure the matching firewall and router port.
Passwords and role groups are intentionally excluded so secrets are not accidentally reused or shared. Reviewed against Keen's server configuration documentation on July 27, 2026.