V Rising
Config Generator
Fill in the fields below to generate a ready-to-use ServerHostSettings.json for your V Rising dedicated server. For the full setup walkthrough -- getting the server files, required ports and starting it up -- see the V Rising setup guide. Not sure your hardware is up to it? Check compatibility first.
The server identity and network file, in the persistent-data path's Settings folder. Gameplay rules (PvP/PvE, multipliers) live in the separate ServerGameSettings.json, not covered here.
Source: Stunlock Studios' own official V Rising Dedicated Server Instructions, published on Stunlock's own GitHub.
ServerHostSettings.json preview
{
"Name": "My V Rising Server",
"Description": "",
"Password": "",
"MaxConnectedUsers": 40,
"MaxConnectedAdmins": 4,
"SaveName": "world1",
"ListOnMasterServer": true,
"AutoSaveInterval": 600,
"AutoSaveCount": 50
}
Server running but nobody can join?
A wrong or missing setting in this file isn't the only reason players can't connect -- see the connection troubleshooting guide for port forwarding, firewall and CGNAT issues.