Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
/ KSP-LMP-docker Public archive

A simple LunaMultiplayer (LMP) server for KSP

Notifications You must be signed in to change notification settings

zocker-160/KSP-LMP-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

A simple KSP Lunamultiplayer (LMP) docker image

This docker image is based on the Lunamultiplayer mod and creates a server for Kerbal Space Program.

Image automatically downloads the latest release of LMP during first deployment.

Instructions

To start the docker image run:

docker run \
 --name "LMP Server" \
 -p 8800:8800 \
zocker160/ksp-lunamultiplayer:latest

Usage

  • -p 8800:8800 LMP game server port (default 8800)
  • (optional) -v <insert/path/here>:/Luna-docker/LMPServer:rw The location to store all your permanent files (logs, config and more)

Additional parameters:

none yet - but you can create a issue on GitHub if you have an idea or a problem ;)

The public server list can be found here.

Extra bits

Docker Hub page
GitHub page

LMP GitHub repo
LMP site

About

A simple LunaMultiplayer (LMP) server for KSP

Topics

Resources

Stars

Watchers

Forks