Carbon is a Rust modding framework that offers server owners an easy way to install plugins, make configuration changes, and moderate their servers. It ensures full backwards compatibility with Oxide while prioritizing lightweight design and high performance.
Despite Carbon having backward compatibility with Oxide, it can not be installed at the same time, and you are required to choose one or the other.
Carbon offers numerous features including an integrated stack and gather manager, permissions system, hook system, chat and console support, embedded demystifier, and more.
For more information about Carbon and the features it offers, you can read the Carbon Documentation.
Important
This article outlines the installation steps for the Carbon framework. For instructions on installing Oxide and Carbon plugins after installing Carbon, please consult this article.
# Installing Carbon
You can install Carbon by selecting it as the modding framework found in the Rust Server Settings section of your control panel.
- Access your control panel and Stop your server.
- Navigate to the Config tab.
- Click on Rust Server Settings.
- Ensure the Steam Updates option is Enabled.
- Locate the Modding API (Carbon / Oxide) option and select Carbon.
- Save and Start your server.
- To ensure Carbon is installed, go to your console and type
c.version
.
To learn more about Rust server hosting, you can browse our library of Knowledgebase articles here.