Home Rust Installing and Managing Plugins for a Rust Server

Installing and Managing Plugins for a Rust Server

Last updated on Feb 13, 2025

Plugins allow you to add custom features, modify gameplay mechanics, and improve server administration on your Rust server. Using Oxide/uMod, you can install and configure mods such as teleportation, kits, economy systems, and anti-cheat tools.

This guide will walk you through installing Oxide, adding plugins, and configuring them using VolticHost Game Panel.


📌 Prerequisites


1️⃣ Install Oxide/uMod for Plugin Support

  1. Log in to VolticHost Game Panel.

  2. Click on your Rust server.

  3. Navigate to the Mod Manager tab.

  4. Find and install Oxide (uMod).

  5. Once installed, restart the server from the Console tab.

Oxide is now installed, and your server supports plugins!


2️⃣ Download and Install Plugins

  1. Go to uMod.org and search for a plugin.

  2. Download the .cs file for the plugin.

  3. Navigate to File Manager in VolticHost Game Panel.

  4. Go to:

    /oxide/plugins/
    
  5. Upload the .cs file to this folder.

  6. Restart the server to apply the plugin.

The plugin is now installed and ready to use!


3️⃣ Configure Plugin Settings

Some plugins have configurable settings stored in the config folder.

  1. Navigate to:

    /oxide/config/
    
  2. Find the .json file matching your installed plugin.

  3. Open and modify the file as needed.

  4. Click Save File and restart the server.

Your plugin is now customized for your server!


4️⃣ Manage Plugins Using Console Commands

Most plugins have in-game commands. To see available commands for a plugin:

  1. Open the Console in VolticHost Game Panel.

  2. Type:

    oxide.plugins
    
  3. To reload a plugin after editing:

    oxide.reload PluginName
    
  4. To unload a plugin:

    oxide.unload PluginName
    
  5. To remove a plugin, delete the .cs file from the /oxide/plugins/ folder.

You can now manage your plugins efficiently!


5️⃣ Restart the Server to Apply Changes

  1. Navigate to the Console tab in VolticHost Game Panel.

  2. Click Stop to shut down the server.

  3. Wait a few seconds, then click Start to restart the server.

Your Rust server plugins are now fully functional!


🎉 Conclusion

You've successfully installed, configured, and managed plugins for your Rust server using VolticHost Game Panel! Your server can now run custom mods, automated commands, and unique gameplay features. 🚀

For more assistance, contact VolticHost Support.