Oxide vs. Carbon
If you’re unsure, start with Oxide, because nearly every guide and plugin assumes it. The rest of this page uses Oxide paths; Carbon works the same way with
carbon/ folders.
Installing Oxide
1
Check for a built-in installer
In the Game Panel, check your server’s settings/Startup for a modding framework option (Vanilla / Oxide / Carbon switcher). If available, select Oxide and restart. That’s the whole installation.
2
Manual install (if needed)
Stop your server, then download the latest Oxide.Rust build for Linux from the official OxideMod GitHub releases. Upload the archive’s contents to your server’s root directory via the File Manager or SFTP (see file management), overwriting existing files when prompted.
3
Start and verify
Start the server. In the panel Console, run:If it prints a version number, Oxide is installed. The
oxide/ folder structure is created automatically on first boot.Installing Plugins
1
Download the plugin
Get the plugin’s
.cs file from uMod.org or another trusted source. Only install plugins from sources you trust, because plugins run with full server access.2
Upload to oxide/plugins
Using the File Manager or SFTP, upload the
.cs file to:3
Let it load
Oxide hot-loads plugins, so no restart is needed. Watch the panel Console for a load confirmation or compile errors.
4
Configure it
On first load, the plugin generates a JSON config at
/oxide/config/PluginName.json. Edit it, save, then reload the plugin:Managing Permissions
Most plugins gate features behind Oxide permissions. Run these in the panel Console:default group applies to all players; the admin group applies to server admins.
Popular Plugins
Keeping Plugins Updated
- After the monthly forced wipe, Rust’s internals often change and plugins can break. Update Oxide first, then update any plugins that error in the console.
- Remove or update broken plugins promptly, since a failing plugin spams errors and can degrade server performance.
- Back up your
oxide/folder (configs, data, permissions) before major changes. See backups.
Build your modded Rust server
Plugins love fast single-core performance. Wasabi Rust hosting starts at €9.99/month on Ryzen X3D CPUs with NVMe storage.

