Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form
V Rising

V Rising – How to Create a Dedicated Server

Posted on 05/17/202205/17/2022 By HumanGenome 6 Comments on V Rising – How to Create a Dedicated Server
  • Title: V Rising
  • Release Date:
  • Developer: Stunlock Studios
  • Publisher: Stunlock Studios
Information about V Rising is still incomplete. Please help us fill the details of the game using this contact form.

This article will guide you on how to create a dedicated server for V Rising. If you have any suggestions to improve this guide, don’t hesitate to let us know in the comments below.

Hosting a Server (Rental Service Providers)

You can alternatively host a server at a Game Server Hosting Provider.

  • Survival Servers

Your server will be started instantly!

Server Requirements

  • Windows 10 or Server 2016+ & 64-Bit
  • Quad Core processor (requires up to 2 full cores)
  • Up to 16GB memory (currently uses around 4GB memory minimum)
  • 5GB disk space (install folder)
  • A copy of the V Rising early access game from Steam

The Setup

  1. Create a folder C:\VRisingServer
  2. Download SteamCMD for Windows
  3. Extract the contents of the zip to the folder
  4. Create a file called FetchServerFiles.bat and place the following code in there:
    @echo off
    start "" steamcmd.exe +login USER PASS +force_install_dir "C:\VRisingServer" +app_update 1829350 validate +quit
  5. Fetch server files from Steam by running the FetchServerFiles.bat

Starting the Server

To start the server, create a batch file called StartServer.bat with the following

start “” VRisingServer.exe -log

Run StartServer.bat and let it load (takes 10 minutes the first time)

Configuring Your Server

Now comes the fun part, setting up your V Rising game server to your liking.

To modify game server settings you can open the ServerConfig.ini

You can modify settings in here (in addition to the launch line) – these settings overwrite your launch line settings:

ServerConfig.ini

MaxPlayers=40
ServerName=My Game Server
Password=changeme
+Admins=Abc
+Admins=Def
+Admins=Ghi
+SuperAdmins=Abc
+SuperAdmins=Def
+SuperAdmins=Ghi
+ServerTags=A:A
+ServerTags=B:B
+ServerTags=C:C
MOTD=Welcome to the server.
PVP=true
WhitelistActive=false
+Whitelist=Abc
+Whitelist=Def
+Whitelist=Ghi
SteamQueryPort=27016

How to Join a Server

To join your newly created V Rising server, you can use the Play Online server button in the game. Alternatively (for password protected) you can use the Direct Connect button.

That's everything we are sharing today for this V Rising guide. This guide was originally created and written by HumanGenome. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:V Rising

Post navigation

Previous Post: Viki Spotter: Camping 100% Achievements Image Guide
Next Post: The Forest Beginner’s Crafting Guide

Comments (6) on “V Rising – How to Create a Dedicated Server”

  1. Chris says:
    05/17/2022 at 10:42 PM
    +app_update 1234567
    

    ???

    Reply
  2. quinngt says:
    05/18/2022 at 1:13 AM

    Update user login to this

    @echo off
    start "" steamcmd.exe +login anonymous +force_install_dir "C:\VRisingServer" +app_update 1829350 validate +quit
    
    Reply
  3. quinngt says:
    05/18/2022 at 1:18 AM

    Also I would updated server start script to the example one.

    @echo off
    REM Copy this script to your own file and modify to your content. This file can be overwritten when updating.
    set SteamAppId=1604030
    echo "Starting V Rising Dedicated Server - PRESS CTRL-C to exit"
    
    
    @echo on
    VRisingServer.exe -persistentDataPath .\save-data -serverName "My V Rising Server" -saveName "world1" -logFile ".\logs\VRisingServer.log"
    
    Reply
  4. Bruno Valmorbida says:
    05/19/2022 at 11:29 PM

    Boa Tarde, alguem sabe me dizer por que meu server não aparece na lista? Ja habilitei a opção para aparecer

    Reply
  5. Menegha says:
    05/22/2022 at 11:24 PM

    Eu fiz isso mas o servidor não fica online, eu tenho que liberar as portas do firewall e do modem pra poder ficar online?

    Reply
  6. Richard says:
    05/31/2022 at 11:50 PM

    Boa tarde qual provedor de jogos vocês recomendado ?

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: V Rising
  • Release Date:
  • Developer: Stunlock Studios
  • Publisher: Stunlock Studios
Information about V Rising is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme