Performance
Carbon offers a carefully written framework with performance as the number one factor to provide an even better experience for your players.
The Carbon panel provides a variety of options for server owners and developers. From general server and player management, to entity inspectors, permission and user management, and more! Learn More...
Carbon comes with a new and fresh design for the plugin browser section of the panel. Securely Sign-in with Codefling to access you purchased files! Learn More...
Created with high performance servers in mind, the heavily customizable profiler is production-ready to help you identify performance issues in your plugins, extensions, Rust and more! Learn More...
The overall panel is dedicated to making day-to-day much needed features and tweaks, accessible all in one place, speeding up the things you want to get done! Learn More...
Carbon offers a carefully written framework with performance as the number one factor to provide an even better experience for your players.
We have made it very easy to make the switch from Oxide to Carbon by keeping the folder/plugin structure the same.
We have made Carbon super lightweight by only providing the very essential hooks needed.
Carbon allows for your Harmony mods to be reloaded on the fly when changes are made.
We have created a more optimized modular permission system that allows for users to create thier own serializers.
Hooks are loaded dynamically to ensure only the hooks used by plugins are loaded. This eliminates a ton of redundant calls and will improve the performance of your server.
Carbon automatically imports and updates all Oxide hooks to ensure all of your plugins work seemlessly on Carbon. All hooks, including Carbon hooks, will be updated automatically everytime your server restarts. No more having to manually update server files!
Installing Carbon is very simple, regardless of your operating system. Have a look at our Installing Carbon documentation to get started! Do you use Pterodactyl? One of our amazing community developers has created a Carbon Pterodactyl egg to easily implement into your environment! If you're using LinuxGSM you'll need to add the following to your rustserver.cfg or common.cfg: preexecutable='LD_PRELOAD="libdoorstop.so"' export DOORSTOP_ENABLED=1 export DOORSTOP_TARGET_ASSEMBLY="${serverfiles}/carbon/managed/Carbon.Preloader.dll"
Installing plugins is easy! Simply add the plugin into /carbon/plugins folder or for Harmony, the /carbon/harmony folder. The plugin will be loaded automatically, assuming ScriptWatchers is not disabled in your Carbon config file. If that's the case, simply load the plugin manually with c.load plugin-name. To reload a plugin use c.reload plugin-name, or to unload a plugin, use c.unload plugin-name, replacing plugin-name with the name of the plugin. Be aware that the name is case-sensitive, so be sure to type it correctly.
This is a community-driven project so we appreciate all the help you can provide. Please star the repository, fork the project, make your own changes, improvements and additions, then create a pull request with a helpful caption, describing your changes and why they're required.
You can submit issues on our Github or in our Discord server. Please include as much information possible to assist us in debugging!