V Rising

V Rising

View Stats:
Ryjan May 21, 2022 @ 3:27pm
[Solved] My Dedicated Server is not found
I created a Dedicated Server via Steam cmd and it doesn't show up.
Port I have released in the router. Since my provider is the T-Com, there is a template for Steam in the router, which I applied.

In my understanding, the server is standing, but not finding it

I have set ports as follows:

TCP: 27014-27050
UDP: 3478
UDP: 4379-4380
UDP: 27000-27031
UDP: 27036

And Server looks like this:
@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 "Strange People" -saveName "world1" -logFile ".\logs\VRisingServer.log"

Server Host Setting:
{
"Name": "Strange Peaople",
"Description": "",
"Port": 9876,
"QueryPort": 9877,
"MaxConnectedUsers": 40,
"MaxConnectedAdmins": 4,
"ServerFps": 30,
"SaveName": "world1",
"Password": "",
"Secure": true,
"ListOnMasterServer": true,
"AutoSaveCount": 50,
"AutoSaveInterval": 600,
"GameSettingsPreset": "",
"AdminOnlyDebugEvents": true,
"DisableDebugEvents": false
}

and in the game setting I only changed to PvE


Can anyone help or does anyone know what could be the reason?

Thanks
Last edited by Ryjan; May 22, 2022 @ 2:04am
Originally posted by GinsengSamurai:
Actually, my V-Rising console says the same thing, but we can connect to it. However, I am confused as to why you're opening different ports than your game ports.

For my server, I opened TCP and UDP ports 9876 and 9877. Then added TCP and UDP ports, as well as the dedicated server app to the Inbound firewall rules. Basically, exactly the same thing I did for my Valheim servers.
< >
Showing 1-6 of 6 comments
Etyrnus May 21, 2022 @ 4:03pm 
Take out the line that has REM in it. Change your server port to 27015, query port to 27016. Those are the only two you need to allow through your port forwarding, UDP.
Ryjan May 22, 2022 @ 12:49am 
Thank you very much for the answer, but the problem persists. Server simply does not exist.

Have now released TCP and UDP 27015-27016
Last edited by Ryjan; May 22, 2022 @ 12:50am
Ryjan May 22, 2022 @ 1:19am 
I created a Vallheim server as a test and it works. So why doesn't it work with V-Rising? Difference between the two servers is, when I start the V-Risng, nothing else happens in the cmd except

"Starting V Rising Dedicated Server - PRESS CTRL-C to exit"

F:steamcmdsteamappscommonVRisingDedicatedServer>VRisingServer.exe -persistentDataPath .save-data -serverName "Strange People" -saveName "world1" -logFile ".logsVRisingServer.log"

With Valhalla it says at some point that the server is now connected.

My guess is that the server does not start at all and I don't know why
The author of this thread has indicated that this post answers the original topic.
GinsengSamurai May 22, 2022 @ 1:43am 
Actually, my V-Rising console says the same thing, but we can connect to it. However, I am confused as to why you're opening different ports than your game ports.

For my server, I opened TCP and UDP ports 9876 and 9877. Then added TCP and UDP ports, as well as the dedicated server app to the Inbound firewall rules. Basically, exactly the same thing I did for my Valheim servers.
Ryjan May 22, 2022 @ 2:05am 
Thank you very much. That worked.
GinsengSamurai May 22, 2022 @ 2:17am 
Originally posted by Ryjan:
Thank you very much. That worked.

You're welcome. Glad you got it to work. :Diamond_big:
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: May 21, 2022 @ 3:27pm
Posts: 6