How To Install Oxide Plugins For Your Rust Server
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.
- Log in to the Game Host Bros Panel and select your Rust server.
- Navigate to
Configuration > Startup Parameters
in the left sidebar. - Find the
Modding Framework
option and change it from vanilla tooxide
. - Restart your server.
How To Install Plugins
Once Oxide is enabled, you can start adding plugins to your server:
- In the sidebar go to
Management > File Manager
. - Navigate to the
oxide/plugins/
directory. - Upload your plugin files (usually ending in .cs) to this directory.
- Check if the plugin is loaded by typing
o.plugins
into the server console.
How To Install Extensions
Some plugins require additional extensions to function properly. Here’s how to install them:
- In the file manager, go to the
RustDedicated_Data/Managed/
directory (This is the most common location, but refer to your plugin documentation). - Upload the extension files (ending in .dll) to this directory.
- Restart your server.