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
קטגוריות

V Rising Troubleshooting


This guide covers common issues you may encounter with your V Rising dedicated server and how to resolve them. For initial server configuration and connecting, see V Rising Dedicated Server Setup Guide.

Server Not Appearing in the Server Browser

If your server is running but does not show up in the Steam or in-game server browser:

  • Open the Network tab in GPanel and confirm the assigned query port. Then verify that the QueryPort value in ServerHostSettings.json matches exactly.
  • Ensure "ListOnSteam" is set to true in ServerHostSettings.json. If it is set to false, the server will not be listed.
  • After starting or restarting the server, it can take 5 to 15 minutes for the server to appear in the browser. Use direct connect to verify the server is reachable in the meantime.
  • Confirm the server status shows as Online in GPanel. If the server crashed or failed to start, it will not register with the Steam master server.
Direct connect bypass. You can always connect directly using your server's IP and game port (found in GPanel's Network tab) even if the server is not yet visible in the browser. In V Rising, go to Play > Online Play > Direct Connect and enter IP:PORT.

Config Changes Not Taking Effect After Restart

If you edited ServerHostSettings.json or ServerGameSettings.json but your changes are not reflected on the server:

  • Stop the server before editing. V Rising writes configuration files on shutdown. If the server is still running when you edit a file, it may overwrite your changes when it shuts down. Always stop the server from GPanel first, then edit, then start.
  • Check for JSON syntax errors. JSON format is strict -- a single misplaced comma, missing quote, or trailing comma will cause the file to fail silently. The server may revert to default settings without displaying an obvious error.
  • Verify the file was saved. After editing in the GPanel file editor, click the Save button before navigating away.
  • Check the console output. After starting the server, look at the console in GPanel for any warnings or errors related to configuration loading.
JSON validation tip. If you are not sure whether your JSON is valid, paste the file contents into an online JSON validator such as jsonlint.com before saving. This will highlight syntax errors with line numbers.

Players Cannot Connect (Correct IP and Port)

If players have the right IP address and port but still cannot connect:

  • Confirm the Port value in ServerHostSettings.json matches the game port shown in GPanel's Network tab. Do not assume default port values -- check GPanel Network tab for the actual assigned ports.
  • Ensure the server is fully started and shows as Online in GPanel. A server that is still loading will reject connections.
  • If the server has a password set in ServerHostSettings.json, players must enter it when prompted. An empty password value ("") means no password is required.
  • Ask the connecting player to verify they are entering the address in the format IP:PORT with no spaces, and that they are using the game port, not the query port.
  • Check if the player is banned. An admin can run banlist in the server console, or check the banlist.txt file in VRisingServer_Data/StreamingAssets/Settings/.

World Not Generating on First Start

If the server appears to be stuck after the first startup and no world is created:

  • Wait at least 3 to 5 minutes. World generation on the first launch takes significantly longer than subsequent startups. The server may appear unresponsive during this time.
  • Check the console output in GPanel for any error messages. If the server encounters a fatal error during generation, it will display an error and stop.
  • Ensure the SaveName in ServerHostSettings.json does not contain special characters or spaces. Use only letters, numbers, and underscores (e.g. "world1").
  • If the server shuts down immediately after starting, there may be a configuration error. Review both ServerHostSettings.json and ServerGameSettings.json for syntax issues.

Server Crashes or Stops Unexpectedly

If your server shuts down or crashes without warning:

  • Check the console output in GPanel for any error messages that appeared before the crash. Copy these messages -- they are essential for diagnosing the issue.
  • Ensure your server has not exceeded its allocated memory. V Rising dedicated servers typically require at least 4 GB of RAM. If your plan is undersized, the server may be killed by the system when it runs out of memory.
  • If crashes happen after a game update, check the V Rising community forums or patch notes for known server issues. Sometimes a fresh config regeneration is needed after major updates.
  • Try removing any recently changed settings from ServerGameSettings.json by reverting to defaults. Invalid setting combinations can cause crashes that do not produce clear error messages.
Persistent crashes after an update? If the server crashes immediately on every startup after a V Rising game update, try deleting both config files and restarting the server to regenerate fresh defaults. Back up your config files first so you can re-apply your settings to the new format.

Castle Decay Happening Too Fast (or Not at All)

Castle decay rates are controlled by the CastleDecayRateModifier setting in ServerGameSettings.json:

Value Effect
0 Decay disabled -- castles never degrade regardless of Blood Essence levels.
0.5 Half speed -- castles last twice as long before decaying.
1.0 Default speed as intended by the developer.
2.0 Double speed -- castles decay faster. Useful for high-turnover PvP servers.

Remember to stop the server before editing this value, and restart the server for the change to take effect.

Admin Commands Not Working

If you have added your SteamID to the admin list but commands are not working:

  • Verify the console is enabled in your game options (Options > General > Console Enabled).
  • Make sure you run adminauth in the console after connecting. Admin privileges are not granted automatically -- you must authenticate each session.
  • Double-check that your SteamID64 in adminlist.txt is correct. It must be the 17-digit SteamID64, not a vanity URL or SteamID3 format.
  • Ensure adminlist.txt is in the correct directory: VRisingServer_Data/StreamingAssets/Settings/.
  • The server must be restarted after changes to adminlist.txt. The file is only read on startup.

For a full list of admin commands and setup instructions, see V Rising Admin Commands and Setup.

Need help? If you cannot resolve your issue with the steps above, open a support ticket and include your server's console output from GPanel so our team can diagnose the problem quickly.

Related Articles


האם המאמר הזה היה מועיל?

Ready to Get Started?

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