Skip to content
Kevin edited this page Apr 29, 2015 · 4 revisions

Installation instructions for installing on a Raspberry Pi

STEP 1

Need to install Mono-complete. If you have it already installed skip Step 1

sudo apt-get update

sudo apt-get install mono-complete

STEP 2

Create a new user 'ksp' to run the server.

sudo useradd ksp

sudo mkdir -p /home/ksp

sudo chown ksp:ksp /home/ksp

sudo su ksp

cd

wget http://godarklight.kerbalcentral.com/dmp/build/latest/DMPServer.zip

unzip DMPServer.zip

cd ./DMPServer

wget http://godarklight.kerbalcentral.com/dmp/downloads/dmpupdater/DMPUpdater.exe

mono ./DMPUpdater.exe

mono ./DMPServer.exe

Use CTRL+C to stop it when its done loading

Change Settings as needed

nano DMPServerSettings.txt

Change Mod Controls as needed - Generated by Mod in KSP

nano DMPModControl.txt

Execute this when you want to bring it online (as user ksp)

mono {directory of installation}/DMPServer.exe