Rust uMod and Oxide: Same Thing? Plugins Explained
If you searched umod oxide or wondered whether they are different, here is a simple map.
Oxide
Oxide is the plugin framework that runs on many Rust dedicated servers. It loads .cs plugin files and exposes hooks so plugins can change gameplay, commands, economics, and admin tools.
uMod
uMod (the website umod.org) is the main community hub for downloading Rust plugins, reading documentation, and following updates. People often say "install from uMod" when they mean download an Oxide plugin.
So in daily language:
- "Oxide" = the runtime on the server.
- "uMod" = where most plugins are listed and downloaded.
They are not two competing mod systems in the way Forge vs NeoForge are. They are two names for the same ecosystem.
What you do on a host
- Use a Rust server that supports Oxide (many hosts, including Space-Node, support Oxide / uMod on Rust plans).
- Upload plugins into the
oxide/pluginsfolder (exact path can vary slightly by host). - Restart or reload per plugin instructions.
For server setup and performance, see Rust server hosting and our Rust performance and entity guide.
Frequently Asked Questions
"Is uMod the same as Oxide?"
Mostly yes in conversation: uMod is the platform/site, Oxide is the framework on the server. Players and admins use both words for the same plugin system.
"Do I need both installed separately?"
You need the Oxide layer on the Rust server. You then add plugins you downloaded from uMod (or other trusted sources).
"Does this work on console Rust?"
Console Rust does not give you a full dedicated server with Oxide like PC hosting. This guide is for PC dedicated servers.
