This guide covers how to install, configure, and remove Steam Workshop mods on your Space Engineers dedicated server hosted with Legion Hosting. For initial server setup and configuration, see Space Engineers Server Setup. For common issues, see Space Engineers Troubleshooting.
Mod Installation Overview
Space Engineers supports Steam Workshop mods on dedicated servers. Mods are added by their Workshop ID in the Sandbox.sbc configuration file inside your world's save folder.
Finding Mod IDs
- Browse the Space Engineers Steam Workshop.
- Open the mod page you want to install.
- Copy the Workshop ID from the URL. For example, in
https://steamcommunity.com/sharedfiles/filedetails/?id=123456789, the ID is123456789.
Adding Mods to the Server
- Stop your server from the Console tab.
- Open the Files tab and navigate to your world save folder.
- Open
Sandbox.sbcin the file editor. - Find the
<Mods>block. If it does not exist, create it inside the<SessionSettings>section. - Add a
<ModItem>entry for each mod you want to install:<Mods> <ModItem FriendlyName="Mod Name Here"> <Name>123456789.sbm</Name> <PublishedFileId>123456789</PublishedFileId> <PublishedServiceName>Steam</PublishedServiceName> </ModItem> <ModItem FriendlyName="Another Mod"> <Name>987654321.sbm</Name> <PublishedFileId>987654321</PublishedFileId> <PublishedServiceName>Steam</PublishedServiceName> </ModItem> </Mods> - Save the file and start the server. The server will automatically download the mods from the Workshop on startup.
Enabling Experimental Mode
Some mods require Experimental Mode to be enabled. Without it, the server may refuse to load certain mods or features. To enable it:
- Open
Sandbox.sbcin the file editor. - Find the
<ExperimentalMode>setting within<Settings>or<SessionSettings>. - Set it to
true:<ExperimentalMode>true</ExperimentalMode> - Save the file and restart the server.
Removing Mods
To remove a mod, delete its <ModItem> entry from the <Mods> block in Sandbox.sbc, save the file, and restart the server. Note that removing a mod that adds blocks will cause those blocks to disappear from the world.
Related Articles
- Space Engineers Server Setup
- Space Engineers Troubleshooting
- How to Find Your Server IP and Port
- How to Upload Files via SFTP
- Server Startup Guide
Need Help?
If you continue to experience issues with mod installation, our support team is available to assist.