background image
Game Servers 380 7 Days to Die 4 Abiotic Factor 2 Aloft 2 alt:V 2 Americas Army Proving Grounds 2 Among Us 2 Archean 2 ARK Survival Ascended 6 ARK Survival Evolved 3 Arma 3 3 Arma Reforger 2 Aska 2 AssaultCube 2 Assetto Corsa 3 Astro Colony 2 Astroneer 2 Automobilista 2 2 Avorion 2 Banana Shooter 2 Barotrauma 3 BATTALION Legacy 2 BeamNG.drive (BeamMP) 2 Black Mesa 2 Brickadia 2 Call of Duty 2 Citadel: Forged with Fire 2 ClassiCube 2 Clone Hero 2 Colony Survival 2 Conan Exiles 4 Contagion 2 Core Keeper 2 Counter-Strike 2 3 Craftopia 2 CryoFall 2 CS2D 2 Cube 2: Sauerbraten 2 Cubic Odyssey 2 DayZ 4 DDNet 2 DDRaceNetwork 2 Dead Matter 2 Dont Starve Together 4 Eco 2 Empyrion Galactic Survival 2 Enshrouded 3 Escape from Tarkov 2 Euro Truck Simulator 2 2 Factorio 2 Farming Simulator 25 2 Fistful of Frags 2 FiveM 3 FortressCraft Evolved 2 Foundry 2 Foundry VTT 2 Frozen Flame 2 FTL Tachyon 2 Garrys Mod 3 Ground Branch 2 Half-Life 2 Deathmatch 2 Hogwarp 2 Holdfast: Nations at War 2 HumanitZ 2 Hurtworld 2 Hytale 1 Icarus 2 Insurgency Sandstorm 2 IOSoccer 2 Just Cause 3 Multiplayer 2 Kerbal Space Program 2 Killing Floor 2 3 LeagueSandbox 2 Left 4 Dead 2 Left 4 Dead 2 3 Longvinter 2 Los Angeles Crimes 2 Medal of Honor 2 Midnight Ghost Hunt 2 Mindustry 2 Minecraft 4 Minetest 2 Modiverse 2 Mordhau 3 Mount & Blade II: Bannerlord 2 Myth of Empires 2 Nazi Zombies Portable 2 Necesse 2 NeosVR 2 Neverwinter Nights EE 2 Night of the Dead 2 Nightingale 2 No Love Lost 2 No More Room in Hell 2 No One Survived 2 Nova-Life Amboise 2 Nuclear Option 2 Onset 2 Open Fortress 2 OpenArena 2 OpenRA 2 OpenRCT2 2 OpenTTD 2 Operation Harsh Doorstop 2 Palworld 3 Path of Titans 2 Pavlov VR 3 PixARK 2 Plains of Pain 2 Portal Knights 2 Post Scriptum 2 Project Zomboid 8 Puck 2 Quake Live 2 R5Reloaded 2 RedM 2 Renown 2 Resonite 2 Return to Moria 2 Rimworld Together 2 Rising World 2 Risk of Rain 2 1 Rust 4 Satisfactory 1 SCP Secret Laboratory 3 SCUM 2 Smalland 2 Solace Crafting 2 Soldat 2 Soldat 2 2 Sonic Robo Blast 2 2 Sons of the Forest 2 Soulmask 2 SourceCoop 2 Space Engineers 3 Space Station 14 2 Squad 3 Starbound 3 StarMade 2 Stationeers 2 Stormworks 2 Subnautica Nitrox 2 Sunkenland 2 SuperTuxKart 2 Sven Co-op 2 Swords 'n Magic and Stuff 2 Team Fortress 2 3 Teeworlds 2 Terraria 3 TerraTech Worlds 2 TF2 Classified 2 The Forest 3 The Front 2 The Isle 2 Tower Unite 2 Trackmania 2 Unturned 4 Urban Terror 2 V Rising 3 Valheim 3 VEIN 2 Veloren 2 Vintage Story 3 Voyagers of Nera 2 Wolfenstein: Enemy Territory 2 Wreckfest 2 Wurm Unlimited 2 Xonotic 2 Zandronum 2 Getting Started 2 Network & Connectivity 1 Server Management 2
Kategooriad

V Rising Dedicated Server Setup Guide

Saadaval keeltes: ESPAÑOL

This guide covers how to set up and configure your V Rising dedicated server hosted with Legion Hosting, including server host settings, game mode configuration, connecting to your server, and save management.

Stop your server before editing configuration files. Always stop your server from the GPanel Console tab before editing any .json config files. V Rising writes config on shutdown and may overwrite your changes if the server is running.

Configuration File Locations

V Rising uses two JSON configuration files. Both are located inside the following directory on your server:

VRisingServer_Data/StreamingAssets/Settings/
File Purpose
ServerHostSettings.json Network and hosting settings — server name, ports, player slots, password, save file name, auto-save frequency.
ServerGameSettings.json Gameplay settings — game mode (PvP/PvE), clan size, castle decay, blood drain, resource rates, and more.

To access these files, log in to GPanel, select your V Rising server, and click the Files tab. Navigate to VRisingServer_Data/StreamingAssets/Settings/. If the files do not exist yet, start the server once and stop it — V Rising generates default config files on first startup.

Step 1 — Configure ServerHostSettings.json

Open ServerHostSettings.json in the GPanel file editor. The key settings are described below.

Setting Description
Name The server name shown in the in-game server browser. Make it unique so players can search for it.
Description Short description displayed in the server listing.
Port The main game port players connect to. Must match the port assigned in GPanel — check GPanel's Network tab for the correct value.
QueryPort The Steam query port used by the server browser. Must match GPanel's assigned query port — check the Network tab.
MaxConnectedUsers Maximum number of simultaneous players. Should not exceed your plan's player slot limit.
Password Password required for players to join. Leave as an empty string ("") for a public server.
SaveName The name of the save folder inside save-data/Saves/. Change this to start with a different save, or to switch between multiple worlds.
AutoSaveCount Number of auto-save slots to keep. Older saves are rotated out when the limit is reached. Increase this to keep more rollback points.
AutoSaveInterval Time in seconds between automatic saves. Default is 120 (every 2 minutes).
ListOnSteam Whether the server appears in the Steam server browser. Set to false for a private server reachable only by direct connect.

A minimal example of a configured ServerHostSettings.json:

{
  "Name": "My Legion Server",
  "Description": "Welcome to our V Rising server!",
  "Port": 12345,
  "QueryPort": 12346,
  "MaxConnectedUsers": 40,
  "Password": "",
  "SaveName": "world1",
  "AutoSaveCount": 20,
  "AutoSaveInterval": 120,
  "ListOnSteam": true,
  "Secure": true,
  "GameSettingsPreset": ""
}
Check your ports in GPanel. Legion Hosting pre-assigns ports when your server is created. Open the Network tab in GPanel to confirm the exact game port and query port for your server before editing the config. Replace the example port values above with your actual assigned ports.

Step 2 — Configure ServerGameSettings.json

Open ServerGameSettings.json in the file editor. This file controls gameplay balance and the game mode. The most important settings are covered below.

Game Mode

Setting Values Description
GameModeType "PvP" / "PvE" Sets whether players can attack each other. "PvP" enables player-versus-player combat. "PvE" disables it — players can only fight NPCs and bosses.

Clans and Castles

Setting Example Value Description
ClanSize 4 Maximum number of players per clan. Default is 4. Increase for larger group play.
CastleDecayRateModifier 1.0 Multiplier for how quickly castles decay when not maintained. 1.0 is default speed. Set to 0 to disable decay entirely.
CastleMinimumDistanceInFloors 2 Minimum distance (in floor tiles) between player castles. Prevents players from building directly adjacent to each other.
CastleHeartDamageMode "CanBeDestroyedOnlyWhenDecaying" Controls when castle hearts can be destroyed. "CanBeDestroyedOnlyWhenDecaying" protects active castles from griefing.
CastleSiegeMode "Never" When PvP castle raiding is enabled. Options: "Never", "Always", or schedule-based values for raid windows.

Blood and Survival

Setting Example Value Description
BloodDrainModifier 1.0 Multiplier for how fast blood drains from your vampire. Higher values make survival harder. Set lower to make blood last longer.
ResourceYieldModifier 1.0 Multiplier for resources gathered from nodes. Increase to speed up progression.
DayDurationInSeconds 1080 Length of a full in-game day in seconds. Default is 1080 (18 minutes). Affects how long daytime (danger for vampires) lasts.
NightDurationInSeconds 720 Length of in-game night in seconds. Default is 720 (12 minutes).
Preset tip: V Rising ships with preset profiles such as "Standard", "Relaxed", "Hardcore", and "Full Loot". You can set "GameSettingsPreset" in ServerHostSettings.json to one of these names to apply a full set of sensible defaults, then override individual values in ServerGameSettings.json.

Step 3 — Applying Changes

  1. Save your edited config file using the Save button in the GPanel file editor.
  2. Go to the Console tab in GPanel.
  3. Click Start to start the server. The updated config will be loaded on startup.
  4. Watch the console output for any JSON parse errors. A missing comma or mismatched bracket will prevent the config from loading.
JSON format is strict. Unlike .ini files, JSON requires exact formatting. Every string value must be in double quotes, and trailing commas are not allowed. If the server fails to start after editing a config file, open the file again and look for syntax errors.

How to Connect to Your Server

V Rising supports direct connection using your server's IP address and game port. You do not need the server to appear in the browser to connect.

  1. Find your server's IP address and port in the Network tab of GPanel. See also: How to find your server IP and port.
  2. Launch V Rising and click Play from the main menu.
  3. Select Online Play, then choose Direct Connect.
  4. Enter your server address in the format IP:PORT using the game port from GPanel's Network tab.
  5. If your server has a password, you will be prompted to enter it after connecting.
Server browser delays. After starting or reconfiguring your server, it can take 5 to 15 minutes to appear in the Steam server browser. Use direct connect to verify the server is online immediately without waiting for the browser to update.

Save Management

V Rising saves are stored in the save-data/Saves/ directory on your server. Each world has its own subfolder named after the SaveName value in ServerHostSettings.json.

save-data/Saves/v3/world1/

Inside the save folder you will find the world state, player data, and individual auto-save files. You can download or upload save files using SFTP. See: How to upload files via SFTP.

Switching Between Worlds

To load a different save without deleting your current one, change the SaveName value in ServerHostSettings.json to point to a different folder name. V Rising will load that folder on next startup, or create a new world if the folder does not exist.

How to Wipe the Server (Reset the World)

A full wipe deletes all player progress, castles, and world state. This starts the server fresh as if it were newly created.

A wipe is permanent and cannot be undone. Before wiping, download a backup of your save folder via SFTP if you want to preserve the data.
  1. Log in to GPanel and stop your server from the Console tab. Wait for the status to show Offline.
  2. Go to the Files tab and navigate to save-data/Saves/.
  3. Open the save folder matching your SaveName (e.g. world1).
  4. Select all files and folders inside it and delete them. Do not delete the parent Saves/ directory itself — only the contents of your save folder.
  5. Return to the Console tab and start the server. A new world will be generated from scratch.
Alternative method — change the SaveName. Instead of deleting files, you can change the SaveName value in ServerHostSettings.json to a new name (e.g. "world2"). The server will create a fresh world in the new folder. The old save remains untouched and can be loaded again by switching the name back.

Related Articles


Kas see artikkel oli kasulik?

Ready to Get Started?

The servers are booted, select your plan and become our latest satisfied client.