-
Notifications
You must be signed in to change notification settings - Fork 1
Modding with StationeersLaunchPad
JLangisch edited this page Nov 5, 2025
·
2 revisions
Modding a Stationeers server running on SSUI is in fact pretty easy.
SSUI already comes with BepInEx by default.
- Download SLP (the server version!) and extract the Zip file
- Drop the StationeersLaunchPad folder with the DLL into into the BepInEx/plugins fol der that already exists and contains an SSCM folder - that's our command hook that allows you to run server commands from the webUi
- Unzip a mod package made in your game client in the servers root dir.
- Start the server
- Enjoy!
- Download SLP server(!) zip from Releases
- extract into BepInEx/plugins folder
- In the game client (your local PC where you play Stationeers from), install Mods as usual
- Start the game
- Click the black loading window at the bottom of the startup loading screen SLP adds (gotta be fast)nto open the StationeersLaunchPad options UI
- enable/disable and reorder mods to match what you want installed on the server
- on the "Launchpad Configuration" tab, click "Export Mod Package" to create a zip file containing the enabled mods and config file. This will be saved to the install location of Stationeers.
- Copy the zip file to your Server running SSUI
- Extract the zip file into the dedicated server folder (should create modconfig.xml and a mods folder in same folder as rocketstation_DedicatedServer executable and the SSUI executable)
- Statt the server
- Enjoy!
Should you require additional help or information, visit the SSUI Discord!