// SHADOW KIDS // FIELD NOTES // ORIGINAL WORK // V.1.0_STUDIO_PROTOCOL //
// FIELD NOTES  ·  2026-06-01  ·  5 min

Best Free Rust Server Plugins for 2026

Forty-three free hours of dev work, zero dollars from your wallet. The free Rust plugins below pull their weight on any server.

The Rust plugin market is dominated by paid listings on Codefling and umod, but a handful of solid free plugins still cover serious ground. These are the ones worth dropping into oxide/plugins/ today — quality-of-life that you'll wonder how you lived without.

All Carbon-compatible. All single-file installs.

How we picked these

Three rules:

  1. Actively maintained for the current Rust API. Plugins broken by Facepunch's Effect.reusableInstance removal don't make this list.
  2. Single-file install. No DLL juggling, no setup wizards.
  3. Free as in beer + reasonable license. All MIT or similar.

1. RustconChat — chat history backfill for RCON tools

RustconChat keeps a rolling in-memory ring buffer of chat and key server events, then exposes it via three RCON commands. Companion mobile apps and dashboards pull the buffer on connect so admins see history instead of starting at a blank screen.

Why it matters: every Rust admin tool that monitors chat from outside the game (RustCON mobile, BattleMetrics, custom Discord bots) benefits from this. The buffer means you don't lose context when your tool disconnects briefly.

Zero in-game footprint — no chat commands, no UI, no permissions. Install, forget about it, get history wherever you connect from.

RustconChat docs and download →

2. CompostSplitter — even fill across composter slots

CompostSplitter does one thing and does it well: when you dump a stack of pumpkin / corn / plant fiber into a composter, it splits the stack evenly across all open slots instead of cramming the whole stack into slot 1. When the composter is full, it blocks the deposit cleanly with a chat message instead of silently overflowing.

Why it matters: farm-heavy servers (PvE, RP, Vanilla+) waste a noticeable amount of real player time on composter micromanagement. This plugin eats that friction for the cost of dropping a file.

Permission-gated (compostsplitter.use) so you can ship it just to VIPs if you want.

CompostSplitter docs and download →

3. ImageLibrary — Steam avatar caching for other plugins

ImageLibrary by MJSU is a utility plugin most server admins install once and never think about again. It caches Steam profile avatars so other plugins (admin UIs, leaderboards, stat panels) can display them without hitting Steam's API on every page load.

If you run ShadowTrader, ShadowCommand, or any plugin that shows player names with profile pictures, ImageLibrary is the dependency. Install it first, every UI plugin loads faster after.

4. NoEscape — combat / raid block awareness

NoEscape is the de-facto standard for tracking whether a player is currently in combat or actively raiding. Once installed, any plugin that supports NoEscape will check it before allowing teleports, trades, recycler-from-inventory, etc.

If you don't enforce combat block on TP-heavy servers, players ditch fights by /home-ing out. NoEscape is the lever that lets you stop that without writing the logic yourself.

5. CopyPaste — base saving and loading

CopyPaste is the foundation of every base-template feature on a Rust server — from RaidableBases to custom monument bases to event arenas. Save a base layout to a JSON file, paste it anywhere on the map.

By itself it's an admin tool. Combined with RaidableBases or our own RaidPicker (paid, $5.99), it becomes a full base-rotation engine for raid events.

Honourable mentions

  • PermissionsManager — GUI for granting/revoking permissions without typing oxide.grant constantly
  • BetterChat — chat formatting, badges, prefixes
  • Kits — starter kits with cooldowns and permission tiers
  • WelcomeMsg — first-join messages and on-connect tips

These are battle-tested but not in our daily rotation — pick them up if your server needs that specific feature.

When free isn't enough

Free covers about 60% of what a serious Rust server needs. For the rest, the Shadow Kids Studios catalog has 36 paid plugins covering raid bases, MLRS strikes from mortars, branded trading, in-game admin browsers, and per-difficulty whitelist UIs — every one single-file, lifetime updates, direct Discord support.

Browse them at shadowkidsstudios.com/plugins.

How to install any of these

If you're new to plugin installation, our step-by-step Oxide install guide covers the whole flow in five minutes.

The short version:

  1. Download the .cs file
  2. Upload to oxide/plugins/ (or carbon/plugins/ on Carbon)
  3. Reload via RCON: oxide.reload <PluginName>
  4. Grant permissions per the plugin's README

Done.


// Shadow Kids Studios
Original Rust plugins, solo-dev built

36 paid + 4 free plugins, every line written and supported by one person. Direct Discord support. Per-server license — use on every server you run.

▸ BROWSE THE CATALOG

▸ Related plugins