0%
Loading...
NolimitHost

How to Add Plugins to Rust Server

Last updated: January 24, 2026

This guide shows you how to add plugins to your Rust server. Plugins are small add-on files (written as .cs files) that extend your server with additional features and gameplay mechanics — such as teleport commands, starter kits, or admin tools. Before you start, make sure Oxide (the plugin framework for Rust) is installed — see the How to Install Oxide on Your Rust Server guide if you haven't done this yet.

Installing Plugins

The easiest way is the Plugin Manager built into the Game Panel. Log in to the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Rust server, then go to Tools > Plugin Manager. Choose your favourite plugin and click Install — the panel handles the rest for you.

Manual Plugin Installation

If a plugin does not appear in the Plugin Manager, you can install it manually:

  1. Download the plugin .cs file from a trusted source such as uMod.
  2. In the Game Panel (log in at https://panel.nolimithost.cc/ and select your Rust server), go to Management > File Manager in the left sidebar.
  3. Navigate to /oxide/plugins/ — this is the folder where Oxide looks for plugins.
  4. Upload the .cs file.
  5. The plugin will compile and load automatically — no restart required.
💡 Tip: Don't see an oxide/ folder? That means Oxide isn't installed yet. Install it first via Server Options > Modding Framework (see the Oxide install guide), and the folder will be created automatically.

Updating Plugins

To update a plugin, simply replace the existing .cs file with the newer version. Oxide will reload it automatically.