How to Install Torch Plugins on Your Space Engineers Server
Torch is a server manager for Space Engineers that supports a plugin ecosystem. This guide shows you how to install Torch plugins from torchapi.com.
Before getting started, make sure Torch is installed on your server. You can install it by clicking the Install button under Non-Workshop Mods in your game panel. See also Add Steam Workshop Mods for regular mod installation.
Steps
Download the plugin
- Go to torchapi.com/plugins and find the plugin you want to install.
- Click the plugin name, then click (Click to download) to download the
.zipfile to your computer. - Note the plugin GUID visible in the browser URL bar on that page. For example, the GUID for Essentials is
cbfdd6ab-4cda-4544-a201-f73efa3d46c0.
Upload the plugin file
- In the Game Control Panel, navigate to your Space Engineers server and ensure it is stopped.
- Open File Manager (or connect via FTP) and navigate to the
Pluginsfolder. - Upload the
.zipfile you downloaded. Do not extract it.
Add the GUID to Torch.cfg
- In the game control panel, click Configuration Files and open
Torch.cfgusing the Config Editor. - Find the Plugins (include
<guid></guid>) field and add your plugin GUID wrapped in<guid>tags. For example:<guid>cbfdd6ab-4cda-4544-a201-f73efa3d46c0</guid> - Repeat for each additional plugin, adding one
<guid>entry per plugin. - Click Save & Exit and start your server.
The plugins will load on startup. Repeat the steps above for each additional plugin you want to install.