V Rising ServerHostSettings.json generator
V Rising uses two JSON files with similar names, and putting a setting in the wrong one is the standard first mistake.
Visual Settings
ServerHostSettings.json
How ServerHostSettings.json syntax works
Both are strict JSON: no comments, no trailing commas, numbers unquoted. ServerHostSettings.json covers the server's identity and networking — name, description, ports, slots, password. Game rules do not belong here.
The mistake that costs people hours
Everything about how the game actually plays — rates, decay, PvP rules, castle limits — lives in ServerGameSettings.json instead. Settings put in the host file are ignored without complaint, which is why so many servers end up running default rules despite a carefully edited configuration.