StruxaEggs Explorer

KSP - LMP

Game

Dedicated server for the LunaMultiplayer (LMP) mod for Kerbal Space Program. Automatically installs the latest or specified version from GitHub. Runs on .NET 5 using the official Ptero-Eggs yolk.

Author: brainshead@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

dotnet ./LMPServer/Server.dll

Docker Images

LabelImage
Dotnet 5 ghcr.io/ptero-eggs/yolks:dotnet_5

Environment Variables

NameVariableDefaultRules
LMP Version
Leave blank to install the latest LunaMultiplayer release, or specify a version tag (e.g. 0.29.3).
LMP_VERSIONnonenullable|string|max:20
Server Name
Name of the server. Max 30 char.
SERVER_NAMEPterodactylrequired|string|max:30
Password
Password for the server. Leave it empty if you want to make a public server. Max 30 chars.
PASSWORDnonenullable|string|max:30
Admin Password
Admin password for the server. Leave it empty if you don't want to allow server administration from KSP. Max 30 chars.
ADMIN_PASSWORDnoneNullable|string|max:30
MaxPlayers
Maximum amount of players that can join the server.
MaxPlayers20required|string|numeric
Game Difficulty
Specify the gameplay difficulty of the server. Values: Easy, Normal, Moderate, Hard, Custom. Changing value gives an message : Your GameplaySettings file is different than your GeneralSettings - Difficulty value. So the difficulty setting will be set as "Custom". In case you want to use the default setting values for the difficulty you have chosen. Remove the GameplaySettings.xml file so it's recreated again.
GameDifficultyEasyrequired|string|in:Easy,Normal,Moderate,Hard,Custom
Game Mode
Specify the game Type. Values: Sandbox, Career, Science
GameModeSandboxrequired|string|in:Sandbox,Career,Science