Generate a V Rising ServerHostSettings.json
V Rising ships two JSON config files whose names differ by a single word, and nearly everyone puts a setting in the wrong one at first.
Visual Settings
ServerHostSettings.json
Advertisement
The ServerHostSettings.json format
Treat both as strict JSON: no comments, no trailing commas, numbers without quotes. ServerHostSettings.json is only about who the server is and how it connects — name, description, ports, slots, password. Keep game rules out of it.
Advertisement
The mistake that wastes an evening
Everything that shapes how the game plays — rates, decay, PvP rules, castle limits — belongs in ServerGameSettings.json. Anything put in the host file instead is ignored with no complaint, which is how so many servers run default rules in spite of a carefully edited config.