Installing plugins on your Rust server can enhance gameplay and add new features. Game Host Bros makes it easy to enable Oxide, which is required for most plugins.
How To Enable Oxide
Here you will learn to install the Oxide modding framework. This is required for all Rust plugins to function.
- 1Log in to Bropanel and select your Rust server.
- 2In the sidebar, go to
Settingsin the left sidebar. - 3Find the
Modding Frameworkoption and change it from vanilla tooxide. - 4Click
Save & Restartto apply your changes.
Once Oxide is enabled, you can start adding plugins to your server:
Installing Plugins From the Mods Browser
- 1Log in to Bropanel and select your Rust server.
- 2In the sidebar, go to
Modsand open theBrowsetab. - 3Select the plugins you want to install.
- 4Restart your server.
How To Manually Install Plugins
- 1In the sidebar, go to
Files. - 2Navigate to the
oxide/plugins/directory. - 3Upload your plugin files (usually ending in
.cs) to this directory. - 4Check if the plugin is loaded by typing
o.pluginsinto the server console.
How To Install Extensions
Some plugins require additional extensions to function properly. Here's how to install them:
- 1In the sidebar, go to
Filesand navigate to theRustDedicated_Data/Managed/directory (This is the most common location, but refer to your plugin documentation). - 2Upload the extension files (ending in
.dll) to this directory. - 3Restart your server.
