V Rising

V Rising

28 ratings
V Rising Dedicated Server / Windows Docker Container
By Zünda
A quick guide to host a Windows Docker container for V Rising
   
Award
Favorite
Favorited
Unfavorite
Preparations
Docker Engine
  • Make shure Docker is installed
  • Switch to Windows containers





    Port Forwardings
    You need some port forwardings on your fire wall. The default ports are:
    • 9876/UDP
    • 9877/UDP

    Persist Data
    Create a directory for the binaries and for the save game:
    New-Item -Type Directory C:\docker\vrising\srv New-Item -Type Directory C:\docker\vrising\data

Run Container
docker run --name vrising --rm -p 9876:9876 -p 9877:9877 -v c:\docker\vrising\srv:'c:/vrsing' -v c:\docker\vrising\data:'c:/users/containeradministrator/appdata/locallow/stunlock studios/vrisingserver/Saves' -e SERVERNAME="dockrbyter" -e MAXADMINS='1' -e MAXPLAYERS='10' -e PORTGAME='9876' -e PORTQUERY='9877' dockrbyter/vrising

Docker Compose
Docker Compose
cd /path/to/file docker-compose up

Docker Compose File
version: "3.9" services: vrising: image: dockrbyter/vrising:latest volumes: - c:\docker\vrising\srv:c:/vrsing - c:\docker\vrising\data:c:/users/containeradministrator/appdata/locallow/stunlock studios/vrisingserver/Saves environment: SERVERNAME: dockrbyter MAXADMINS: 1 MAXPLAYERS: 10 PORTGAME: 9876 PORTQUERY: 9877 ports: - "9876:9876/udp" - "9877:9877/udp" # Docker-Compose File: V Rising Dedicated Server # https://github.com/dockrbyter/GameServer/tree/master/Docker/Windows/V%20Rising
Settings
Environment Variables (and their defaults)
  • SERVERNAME="dockrbyter"
  • MAXPLAYERS="13"
  • MAXADMINS="3"
  • PORTGAME="9876"
  • PORTQUERY="9877"

Locations
  • Serverfiles: C:\vrising\srv
  • Settings & SaveGames: C:\vrising\data
Links
8 Comments
m0hVanDine 4 Jul @ 2:37am 
i have an old pc that is kinda struggling even on minimal settings , this in solo play. Still playable, but kinda laggy sometimes - at least in the castle, with bosses it's been great anyway.

I put this on my mini pc server, with CasaOs, started the server and......

it's working flawlessly and my pc seems to struggle a little less, since the server part is now offset.
Very good indeed, and CasaOs was able to handle it perfectly.

Now i can play with my friends even if my pc is not quite up to spec.
Zünda  [author] 28 Oct, 2023 @ 9:39am 
To have your own Server where you and your friends can play when ever you want. 🤷
Grandma 7 Oct, 2023 @ 7:13am 
Noob here, why would someone want to do this?
Zünda  [author] 14 Sep, 2022 @ 10:57am 
Shure, the container will take some ressources, but a bare metal installation will also need some ressources. And the consumption depens on your amount of players and structures. So just try it ;)
opsedar 13 Sep, 2022 @ 11:26pm 
Curious if there's a performance impact if I'm playing the game on my own pc as well as hosting it via docker vs without docker
Zünda  [author] 6 Jul, 2022 @ 11:03am 
Hey Toppo, you're welcome :steamhappy:
Toppo 6 Jul, 2022 @ 10:55am 
Thank you so much. Was looking for this. Especially the compose file. :csgostar::csgostar:
fucs 2 Jul, 2022 @ 8:05am 
Einfach ein Fuchs dieser Zünda! :winter2019surprisedsnowman: