> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/games/kerbal-space-program/ksp-server.md).

# KSP Server

{% hint style="info" %} <i class="fa-server">:server:</i> **Current Server Version**\
Build 0.29.1.x for KSP 1.12 (34th beta version of LMP) (up-to-date)
{% endhint %}

{% hint style="warning" %} <i class="fa-container-storage">:container-storage:</i> **High ram usage**\
You will need at least 32gb ram to join the server due to the mods.
{% endhint %}

## Multiplayer Mod <a href="#multiplayer-mod" id="multiplayer-mod"></a>

We use the Luna Multiplayer Mod for our KSP server.

## Installing Mods <a href="#installing-mod" id="installing-mod"></a>

We have around 24gb of mods so we use CKAN (mod manager for KSP)

Below we have provided a export of the mods we use on the server from CKAN which you can import and they will automaticlly download.

{% stepper %}
{% step %}

### :pencil: Download CKAN

You can download CKAN for Windows & Linux from [Github](https://github.com/KSP-CKAN/CKAN/releases).
{% endstep %}

{% step %}

### :arrow\_down\_small: Import modlist

{% hint style="info" %} <i class="fa-check">:check:</i> **LMP Included**\
You don't need to download the luna multiplayer mod as this is included in the modlist.
{% endhint %}

Once you have opened CKAN, download the `KSP modlist.ckan` file. To import the modlist on CKAN head to <mark style="color:orange;">File</mark> -> <mark style="color:orange;">Install from ckan...</mark> -> select the <mark style="color:orange;">KSP modlist.ckan</mark> file.

{% file src="/files/BAx32JuD21jMBSKTzfub" %}
{% endstep %}

{% step %}

### :rocket: Final step

Launch KSP from steam or CKAN and join the server.&#x20;

You can find the server information on the [Server Access](https://trickys.gg/servers/access) page on our website.

{% hint style="info" %} <i class="fa-discord">:discord:</i> Can't see KSP on the Server Access page? Grab the KSP role on discord.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**The Life Support Mod**\
If you wish to send a crewed ship on a long voyage but didn't bring any consumables, make sure to lower the setup to grouchy (cube icon in launch center view for life support menu). This will prevent your crew's from going on a mutiny and subsequently losing control of your ship.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.trickys.gg/games/kerbal-space-program/ksp-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
