RustFebruary 18, 2024

How to Install Rust Oxide/UMod and Plugins

A comprehensive guide on installing Oxide (UMod) on your Rust server and adding your first plugins.

Modding your Rust server allows you to add custom features, change gather rates, and create a unique experience for your players. The industry standard for Rust modding is Oxide (now known as UMod).

1. Installing Oxide via GameSphere

With GameSphere, installing Oxide is a one-click process.

  • Go to your Rust server in the GameSphere Dashboard.
  • Navigate to the Mods & Plugins tab.
  • Click Install Oxide (UMod). The server will automatically download the necessary files and restart.

2. Downloading Plugins

Visit the official UMod Plugins repository. Search for popular plugins like GatherManager, Kits, or NTeleportation. Download the .cs files to your computer.

3. Uploading Plugins to Your Server

You can upload plugins using our Web FTP or an FTP client like FileZilla.

  • Connect to your server via FTP.
  • Navigate to the /oxide/plugins/ directory.
  • Upload the .cs files you downloaded.

Oxide will automatically detect the new files, compile them, and generate configuration files in the /oxide/config/ directory. You do not need to restart your server to load new plugins!