Modded Rust is basically a different game. A well-tuned plugin list is the difference between "empty server nobody joins" and "regulars who show up every wipe". I've been setting these up on LOW.MS Rust boxes for years, and the same handful of Oxide plugins keep coming up – so here's the shortlist I actually recommend to customers, with a few honest notes on what to skip depending on the kind of server you're running.
These plugins are all built for Oxide/uMod, which is still the most common Rust modding framework. Carbon is a newer Oxide-compatible alternative that runs the same .cs plugin files – most of the plugins on this list work fine on Carbon too. Both are free, and which one you pick is mostly personal preference.
Installing plugins on LOW.MS
On your LOW.MS Rust server the flow is simple: open the panel at https://control.low.ms, go to Mod Manager to install Oxide (or Carbon) in one click, then use File Manager to drop .cs plugin files into oxide/plugins/. Oxide auto-loads them within a few seconds and you'll see each one come up in the console.
One thing that catches people out every month: Oxide has to be reinstalled after every Rust forced update. Facepunch overwrites the Oxide files when they push the first Thursday patch, so your plugins stop loading until you reinstall the framework from Mod Manager. Carbon behaves the same way. Set yourself a reminder on the first Thursday of the month and you'll save yourself a panicked ticket.
If you're new to hosting Rust at all, start with our Rust getting started guide and the Rust server settings guide before piling plugins on top.
Every plugin below comes from umod.org unless I say otherwise. Test on a dev server first – always. A bad plugin on wipe day will cost you players.
Admin essentials
Vanish (by Whispers88) is the one I install on every single admin server. Toggle invisible, walk through a base, catch someone mid-cheat, toggle back. If you're running any kind of moderated community, you want this.
For bans, I'll be honest – you probably don't need a plugin. RustAdmin Online handles bans well enough for most servers, and uMod has Enhanced Ban System by austinv900 if you want Oxide-based banning. But the built-in F7 report flow plus RCON covers most cases, and I'd rather keep the plugin count down.
NoEscape (by Calytic) blocks teleports and building while players are raiding or in combat. On any PvP server with teleports enabled this is non-negotiable – without it, defenders TP home mid-raid and you'll have furious customers in your Discord by morning.
EntityCleanup (by 2CHEVSKII) tidies up abandoned bases and sleepers on a schedule. Rust's entity count creeps up fast on a wipe and your tick rate suffers. Install it, set a sensible threshold, forget about it.
Quality of life
NTeleportation (by nivex) is the teleports plugin I use. /tpr and /tpa for player-to-player requests, /home for set homes, and /town warps players to a single configurable town location – a spawn hub or safe zone you set in the config. Not multiple towns, just the one. Set short cooldowns and a warmup timer so players can't abuse it to escape PvP.
Kits (by k1lly0u, slug rust-kits) – starter kits, VIP kits, daily kits. I usually give new players a basic hatchet/bandage kit to shorten the early grind, and a slightly beefier VIP kit for anyone supporting the server.
Backpacks (by WhiteThunder) adds an extra inventory page. Players love it. On hardcore servers I'd skip it, but for anything casual it's a no-brainer.
QuickSmelt (by misticos) multiplies furnace smelting speed. Vanilla smelt times are painful on a half-populated server.
AutoDoors (by bushhy) closes doors after a delay. Tiny thing, huge quality of life – no more raids because someone forgot to shut the airlock.
StackSizeController (by AnExiledDev) bumps item stack sizes. I usually go light – 2x or 5x – rather than the 10000x stacks you see on some servers, which ruins the loot economy.
SignArtist (by Whispers88) lets players paste images onto signs from a URL. It's the kind of plugin you install and forget about until someone thanks you for it.
RemoverTool (by Tryhard, the current maintainer) lets players hammer-remove their own structures within a grace period. Stops the "I misplaced my wall and wasted 400 stone" tickets.
BetterChat (by LaserHydra) handles chat prefixes, ranks and formatting. If you want your admins to stand out in chat, or you're doing donor tags, this is the one.
Community and economy
Clans (by k1lly0u) gives you clan chat, clan tags, and a friendly-fire toggle. Anything larger than a few regulars wants this.
Economics (by MrBlue) is the currency backbone – it doesn't do much on its own, but a lot of other plugins (including the next one) hook into it.
ServerRewards (by k1lly0u) sits on top of Economics and gives you an in-server store where players spend reward points or currency on items, kits, or commands. Tie it to playtime and you've got a reason for people to stick around past the first night.
DiscordMessages (by ctv) pushes server events – joins, kills, chat, admin commands – to a Discord webhook. Good for a simple feed. If you want a fuller bridge with two-way chat relay, RustCord (by OuTSMoKE) is the heavier alternative. Pick one, not both.
Gameplay customisation
GatherManager (by Mughisi) is the plugin for custom gather rates. Modern Rust doesn't expose gather as simple ConVars any more, so if you want 2x wood or 3x stone, this is the go-to. Don't run a second gather plugin alongside it – they'll fight each other.
ZoneManager (by k1lly0u) plus TruePVE (by nivex) go together. ZoneManager defines areas on the map; TruePVE uses those zones to carve out PvP pockets on an otherwise-PvE server (or safe zones on a PvP server). On a pure PvE server you basically can't run without TruePVE.
SkipNightVote (by k1lly0u) lets players vote to skip night. Rust nights are long and unpopular on smaller servers – letting the lobby vote past them keeps people playing instead of logging off at sundown.
Monitoring
ServerInfo (by FastBurst) gives players an in-game info panel – rules, commands, wipe schedule, Discord link. Saves you answering the same questions ten times a day.
PlayerTracker (by nivex) logs player activity – deaths, kills, building events. When someone opens a ticket claiming they were cheated, the log usually tells the real story in under a minute.
External tools worth knowing
Not everything useful is an Oxide plugin. RustAdmin Online (from rustadmin.com) is a standalone RCON and web admin tool – not a plugin – and a lot of server owners swear by it for ban management and remote admin. Worth a look if you want admin tooling outside the game client.
For paid premium plugins, codefling.com is the main marketplace. There's excellent work there, but I'd exhaust the free uMod options before spending money – you can run a great server without paying for a single plugin.
A quick note on plugin compatibility
Plugins that touch the same systems will conflict. Two gather plugins, two teleport plugins, two chat formatters – pick one of each. If a plugin stops loading after an update, check the uMod page for a compatibility note before assuming it's broken; nine times out of ten the author has already posted a fix.
Starter sets by server type
For a vanilla+ server, I'd keep it minimal: Vanish, NoEscape, Kits with a small starter kit, EntityCleanup, ServerInfo. That's it. Players who want vanilla notice extra plugins fast.
For a light-mod PvP server, add NTeleportation with short cooldowns, GatherManager at maybe 2x, Backpacks, QuickSmelt, StackSizeController (light), Clans, BetterChat and DiscordMessages. This is the sweet spot for most community servers.
For a fully modded server, go the whole way: Economics + ServerRewards, SignArtist, SkipNightVote, RemoverTool, AutoDoors, higher gather and stack rates, and a generous VIP kit. Just watch your entity count – modded servers attract builders and EntityCleanup becomes essential, not optional.
For a PvE server, ZoneManager + TruePVE are the foundation. Build safe zones, keep Vanish for admins, and lean heavier on ServerRewards and Kits to give players progression goals that aren't raiding.
Wrapping up
Start with five or six plugins, watch how they behave across a wipe, and add more only when you actually miss something. An over-modded server with ten plugins fighting each other is worse than a lean one with three that just work. And always, always test on a dev instance before pushing to your live wipe.
If you're sizing up a box for a heavier plugin list, LOW.MS Rust plans scale up for heavily modded servers – more RAM and CPU headroom make a real difference once you're past the basics. Have a look at our Rust server hosting page, and if you want to dial in your server convars alongside the plugins, our best Rust server settings post pairs well with this one.
Any questions, open a ticket – I'm usually the one answering them.