Best Rust Oxide and Carbon Plugins in 2026

Oxide (now uMod) and Carbon are the two plugin frameworks for Rust servers. Between them they support thousands of plugins that transform a vanilla Rust server into exactly the experience you want. Here are the essential plugins every server admin should know about.

Oxide vs Carbon

Oxide/uMod has been the standard for years. Carbon is a newer, more performant alternative that loads Oxide plugins without modification while also supporting its own Carbon-native plugins. If you are starting a new server in 2026, Carbon is worth considering for its lower overhead. Both use the same plugin files (.cs), so most plugins work on either.

Essential server plugins

Gather Manager - control resource gathering rates. Set stone, wood, ore and sulfur multipliers individually. The first plugin most admins install.

ZoneManager - define zones on your map with custom rules. Create PvE safe zones, no-build areas, arena zones with special rules or admin-only areas. Pairs with other plugins that check zone status.

NTeleportation - adds /home, /tpr (teleport request) and /town commands. Configure cooldowns, daily limits and costs per teleport. The most-requested plugin by players.

Economics - adds a virtual currency system. Players earn money by farming, killing NPCs or selling items. Other plugins hook into Economics for their shop systems.

Kits - create starter kits, VIP kits or periodic reward kits. Set cooldowns and permissions per kit. Works with LuckPerms or Oxide groups for VIP tiers.

ImageLibrary - caches and serves images for UI-based plugins. Many plugins depend on this. Install it first and let it download its cache before adding UI plugins.

ServerRewards - reward players with points for playtime, kills, gathering or other activities. Points can be spent in a customizable shop. A good alternative to Economics for servers that want a points-based system.

Quality-of-life plugins

  • QuickSmelt - speeds up furnace smelting. Adjustable per item.
  • Backpacks - gives players extra inventory rows. Size configurable by permission group.
  • SignArtist - lets players load images from URLs onto signs. Add content filtering to block inappropriate images.
  • Remover Tool - allows players to remove their own buildings within a time window after placing them.

Admin and anti-grief plugins

  • Clans - formal clan system with friendly fire toggle and clan chat.
  • RustIO / RustMap - live web map showing the server's current map with player counts.
  • Better Chat - customizable chat with colors, titles and formatting based on permissions.

How to install plugins

  1. Download the .cs plugin file from umod.org.
  2. Upload it to the oxide/plugins/ folder (or carbon/plugins/ for Carbon) via SFTP.
  3. The plugin loads automatically within seconds. No restart needed.
  4. Configure it by editing the generated JSON file in oxide/config/.
  5. Use oxide.reload PluginName in the console after config changes.

Do plugins cause lag?

Most well-written plugins have negligible impact. UI-heavy plugins and plugins that run on every player tick can add up. Use the oxide.show command or Carbon's profiler to identify slow plugins.

Can I use Oxide plugins on Carbon?

Yes. Carbon loads standard Oxide plugins without modification. Some plugins that access Oxide internals directly may need adjustments, but the vast majority work unchanged.

How many plugins is too many?

There is no hard limit, but 30 to 50 plugins is common on community servers. Beyond that, test carefully and profile. Plugin conflicts are more likely with higher counts.

Host your Rust server with full Oxide/Carbon support on a HostValues VPS.


Still stuck? Open a support ticket and our team will help you out.

Back to the blog