How To Self Host Dockerized Killing Floor 2 Server

How to exec into the container $ docker exec -it [container-id] /bin/bash How to edit the admin password Edit the configuration file at vim /serverdata/serverfiles/KFGame/Config/LinuxServer-KFGame.ini, setting a value for AdminPassword under the section [Engine.AccessControl] How to login to the admin while in game Press tilde in game and type adminlogin [the admin password] List of admin commands https://streamline-servers.com/billing/knowledgebase/70/Killing-Floor-2-Admin-Commands.html How to Enable WebServer Go to file /serverdata/serverfiles/KFGame/Config/KFWeb.ini and find the section [IpDrv....

March 25, 2021 · 1 min · Greg Hilston

How To Host A Private Valheim Online Multiplayer Server

Edit: Since writing this, Unraid’s official blog released a similar better post on this same topic How To Setup Valheim Private Server We will leverage a popular Docker image [ich777/steamcmd] which allows us to launch the Valheim multiplayer server. Warning The first time you launch the container, it can take a while for the game server to be downloaded. The GAME_ID environment variable we must use to pick Valheim is 896660...

February 15, 2021 · 2 min · Greg Hilston