Holiday Season Claim free $10 Credit On Your Next Server

How to install Rust mods on your server

Last Update 2024-12-02 17:26:11

How to Install Mods on Rust

Installing mods on your Rust dedicated server involves a few steps. Below is a step-by-step guide to help you install mods using the Oxide modding framework (which is commonly used for Rust modding). Before proceeding, ensure that you have administrative access to your server.

 

Step 1: Installing Mods

 

  1. Choose Mods:
    • Browse the available mods on the uMod website: uMod - Rust Mods.
    • Find the mods you wish to install and download them.
  2. Download and Extract Mods:
    • After selecting a mod, download the mod file (usually a .cs file).
    • If the mod comes in a zip file, extract it to find the .cs file.
  3. Upload the Mod to Your Server:
    • Using a File Transfer Protocol client such as FileZilla or WinSCP, navigate to oxide/plugins within your Rust server directory.
    • Upload the downloaded .cs mod file to the plugins folder.
  4. Configure the Mod:
    • Some mods may come with configuration files or settings that you may need to adjust.
    • Check for a corresponding .json file in the oxide/config directory to adjust any settings as needed.
  5. Enable WebRCON:
    • Go to My Servers → Rust → Manage server → Basic Settings → Enable Rcon Web to enable web access to the remote console setup.
    • Set an Rcon password if you haven't already.
  6. Restart Your Server:
    • Once you've added all your mods and configurations, restart your Rust dedicated server.
    • Your mods should now be loaded and operational.
    •  

Step 2: Verify Installation

 

  1. Check Server Logs:
    • After starting the server, check the server console or logs for messages regarding the mods. Successful loading will typically show messages that indicate the mods have been loaded correctly.
  2. In-Game Testing:
    • Join the server and test to see if the mods are functioning as expected.
    • Remember that many plugins/mods require admin rights. If you have questions about that, we have a separate guide for giving permissions to your mods.

       

Additional Notes

 

By following these steps, you should be able to successfully install and manage mods on your Rust dedicated server. Happy modding!