V Rising Dedicated Server: Admin Commands & ServerGameSettings Guide

Data Verified: May 2026

Complete V Rising server reference. Master ServerGameSettings.json multipliers, admin console commands, port forwarding, and hardware requirements for stable 40-player castles.

Default file locations

Default installation paths for V Rising dedicated servers installed via SteamCMD.

Windows

C:\VRisingServer\VRisingServer_Data\StreamingAssets\Settings\

Linux

/home/steam/vrising/VRisingServer_Data/StreamingAssets/Settings/

Pro-Tip: Always stop the server completely before editing configuration files, or the server will overwrite your changes upon restart.

Default ports for port forwarding

Open these on your router and firewall before exposing the server to the internet.

Default ports for V Rising
ServiceProtocolPort
Game PortUDP9876
Query PortUDP9877
RCON / TelnetTCP25575

Quick start: launch your V Rising server

Copy-paste these two commands to install and start a V Rising dedicated server. Tested against SteamCMD on a fresh box.

Step 1, Install via SteamCMDSteam App ID 1829350

steamcmd +force_install_dir /home/steam/vrising +login anonymous +app_update 1829350 validate +quit

Step 2, Launch the V Rising server

cd /home/steam/vrising && ./VRisingServer.exe -persistentDataPath ./save-data -serverName "My V Rising Server" -saveName "world1" -logFile vrising.log

Note: V Rising's Linux server runs the .exe under bundled Wine, no special wrapper needed.

Step 1, Install via SteamCMDSteam App ID 1829350

steamcmd +force_install_dir "C:\vrising" +login anonymous +app_update 1829350 validate +quit

Step 2, Launch the V Rising server

C:\vrising\VRisingServer.exe -persistentDataPath C:\vrising\save-data -serverName "My V Rising Server" -saveName "world1" -logFile vrising.log

Starter ServerHostSettings.json

A working baseline config with sensible defaults for V Rising. Copy it, tweak the marked values, and drop it into your server directory.

ServerHostSettings.jsonStarter config · V Rising
{
  "Name": "My V Rising Server",
  "Description": "PvP | Vampires Welcome",
  "Port": 9876,
  "QueryPort": 9877,
  "MaxConnectedUsers": 40,
  "MaxConnectedAdmins": 4,
  "ServerFps": 30,
  "SaveName": "world1",
  "Password": "",
  "Secure": true,
  "ListOnSteam": true,
  "ListOnEOS": true,
  "AutoSaveCount": 40,
  "AutoSaveInterval": 120,
  "CompressSaveFiles": true,
  "GameSettingsPreset": "",
  "AdminOnlyDebugEvents": true,
  "DisableDebugEvents": false,
  "Rcon": {
    "Enabled": false,
    "Port": 25575,
    "Password": ""
  }
}

Frequently asked questions

Browse all games →

Host your own V Rising server

All hosting guides →

Step-by-step install and deploy walkthroughs (panels, ports, RAM sizing). Pair these with the command reference above.