Rust
Install Oxide or Carbon
Add a mod framework so your server can run plugins at all.
2 min read
A vanilla Rust server cannot run plugins. Oxide (uMod) is the standard and what nearly every plugin targets; Carbon is a faster drop-in alternative that runs the same plugins.
- 1Stop the server.
- 2Open Frameworks in the panel and pick Oxide or Carbon.
- 3Press Install and start the server.
- 4Run oxide.version or c.version in the console to confirm it loaded.