How To Add Mods To A Space Engineers Server
1 Stop the server.

2 Go to the Settings on the Kinetic Panel.

3 Go to the File Manager on the Kinetic Panel.

4 Navgate to Config > Saves > World
5 Open Sandbox_config.Sandbox_config.
6 Locate the <Mods />
Line and delete it.
7 In its place put
<ModItem FriendlyName="Name of the mod">
<Name>WorkshopID.sbm</Name>
<PublishedFileId>WorkshopID</PublishedFileId>
<PublishedServiceName>Steam</PublishedServiceName>
</ModItem>
</Mods>
8 Enter your mods info. An example is shown below.
You can find the WorkshopID on Steam Workshop By clicking the share button and copying the end of the url


Example Using the above mod
<Mods>
<ModItem FriendlyName="Energy Shields">
<Name>484504816.sbm</Name>
<PublishedFileId>484504816</PublishedFileId>
<PublishedServiceName>Steam</PublishedServiceName>
</ModItem>
</Mods>
8 Save & Start your server

