- Read the documentation: https://wiki.rs2vietnam.com/index.php?title=DedicatedServer
- clone this repo
docker build -t risingstorm .
cd /somewhere/with/22+/gigs/free
mkdir gamedir
- add liberal r/w at least for uid=1000, gid=1000 (user "user" inside container)
- install/update game
docker run --rm -ti -v $PWD/gamedir:/home/user/Steam risingstorm update
- Customise configuration in
gamedir/steamapps/common/Rising Storm 2 - Dedicated Server/ROGame/Config
- web admin ListenPort is configured in ROWeb.ini
docker run --rm -ti --net=host -v $PWD/gamedir:/home/user/Steam risingstorm run
- Without
--net=host
the server publishes an ip of0.0.0.0
and connecting to it does not work