KSP Dedicated Server using DMP Mod
3.3K
See more about Kerbal Space Program at: https://kerbalspaceprogram.com/en/
To connect to the KSP server you will need the DMP mod from the DMP Website: https://d-mp.org/ You can use the following environment variables passed to the Docker container to configure your server.
Example docker run:
docker run --name "KSP-Server" \
-e KSP_SERVER_NAME="KSP-Server" \
-v ~/ksp/Universe:/data/ksp/DMPServer/Universe \
-p 6702:6702 \
gameservers/kerbal-space-program:latest
For more information on the Kerbal Space Program Dedicated server see the D-MP website at: https://d-mp.org/
Content type
Image
Digest
Size
249.9 MB
Last updated
about 10 years ago
docker pull gameservers/kerbal-space-program