Skip to content

This is a Docker Buildfile for running a Killing Floor 2 server.

License

Notifications You must be signed in to change notification settings

QantumEntangled/gameserver-kf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gameserver-kf2

This is a Docker Buildfile for running a Killing Floor 2 server.

Download & prep with git clone https://github.com/QantumEntangled/gameserver-kf2.git && cd gameserver-kf2 and edit the config files in the kf2-config folder.

Build with docker build -t gameserver-kf2 ./ and run with docker run -dt --name kf2-server --network host gameserver-kf2.

If you want to enable to WebAdmin capability you'll need to run docker exec -it kf2-server /bin/bash and then edit the /GameServer/Killing_Floor_2/KFGame/Config/KFWeb.ini file (install nano or vim as needed). The default password is "password"

About

This is a Docker Buildfile for running a Killing Floor 2 server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published