Carbon is a modern, highly optimized alternative to the traditional Oxide modding framework. It is designed to be significantly faster, features a built-in user interface for admins (accessible in-game via the /cpanel command), and is fully backwards-compatible with almost all existing Oxide plugins!
Note: Carbon and Oxide cannot run at the same time. You must choose one or the other. If you prefer to stick with the classic framework, you can read our guide on installing Oxide instead.
Step 1: Enable Carbon
You can easily switch your server to the Carbon framework directly from your MintServers panel.
- Log into your MintServers game panel and select your Rust server.
- Navigate to the Game Settings tab on the left-hand sidebar.
- Find the Modding Framework option and change it to Carbon.
- You may need to select the specific Carbon branch that matches your server. For standard servers, always select Production. (Only use Staging or Aux if you are explicitly running a test-branch server).
- Ensure the Regen Server option is disabled so your map is not wiped.
- Go to the Settings tab and click Reinstall Server to apply the Carbon files.
Step 2: Verify Your Installation
After the server finishes reinstalling and boots back up, it is a good idea to ensure Carbon is running properly.
- Navigate to the Console tab on your panel.
- Type the command
c.versionand press Enter. - The console will reply with the currently installed Carbon version number, confirming it is active!
Step 3: Managing Carbon Plugins
Since Carbon is fully compatible with Oxide plugins, you download the exact same .cs files you normally would, but they go into a slightly different folder structure.
- Plugin Installation: Navigate to your Files tab and place your downloaded plugin files into the
/carbon/plugins/directory. - Plugin Configuration: Once a plugin loads for the first time, its settings file will be generated inside the
/carbon/configs/directory. You can edit your .json files here to customize how the plugins behave.
๐ ๏ธ The In-Game Admin Panel
One of Carbon's best features is its built-in UI. If you have admin permissions on your server, simply type /cpanel into the in-game text chat to open a visual menu where you can manage your installed plugins, reload them, and adjust configurations without ever leaving the game!