Generate a Enshrouded enshrouded_server.json
Enshrouded expects strict JSON. Hand it something invalid and it saves its own defaults over your file, so a syntax mistake masquerades as the server ignoring you.
Visual Settings
enshrouded_server.json
Advertisement
The enshrouded_server.json format
Usual JSON discipline applies — no comments, no comma after the last entry, strings in quotes, numbers and true/false left bare. Ports in particular must be numbers; wrap them in quotes and the file is invalid, not merely odd.
Advertisement
The mistake that wastes an evening
When the JSON will not parse, the server falls back to a full default configuration and saves it — so you restart, open the file, and find your settings swapped for values you never picked. That is what a syntax error looks like here; it is not the server refusing one specific setting.