How TShock plugins work
Your Terraria server runs on TShock, a server mod that adds admin tools and permissions on top of vanilla Terraria — not the vanilla dedicated server itself. There's no plugin browser in Spawnly's panel for it; plugins are .dll files that TShock's own binary loads automatically from a ServerPlugins folder sitting next to it at boot. This is TShock's standard convention, the same as on any TShock server.
Installing a plugin
- Download a compiled TShock plugin as a
.dllfile from a trusted source — most TShock plugins are distributed as release builds on GitHub. - Open the Files tab (File Manager) and go to your server's root folder, where
TShock.Serverlives. - If there's no
ServerPluginsfolder yet, create one via the File Manager and name it exactlyServerPlugins. - Upload the plugin's
.dllfile intoServerPlugins. - Restart the server — TShock loads every
.dllit finds inServerPluginsat startup.
To remove a plugin, delete its .dll from the folder and restart.
Next steps
See Getting Started with Your Terraria (TShock) Server for initial setup, and take a backup before trying a new plugin.