Enshrouded enshrouded_server.json generator
Enshrouded uses strict JSON, and the server rewrites the file with its own defaults filled in, which makes malformed files look like they were ignored.
Visual Settings
enshrouded_server.json
How enshrouded_server.json syntax works
Standard JSON rules: no comments, no trailing commas, strings quoted, numbers and booleans unquoted. The port entries expect numbers rather than strings, and quoting them is a real error rather than a harmless one.
The mistake that costs people hours
If the JSON does not parse, the server falls back to a complete default configuration and writes that out — so you restart, look at the file, and find your settings replaced by values you never chose. That is the signature of a syntax error rather than of the server rejecting a particular setting.