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
- Choose Mods:
- Browse the available mods on the uMod website: uMod - Rust Mods.
- Find the mods you wish to install and download them.
- 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.
- After selecting a mod, download the mod file (usually a
- 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 theplugins
folder.
- Using a File Transfer Protocol client such as FileZilla or WinSCP, navigate to
- 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 theoxide/config
directory to adjust any settings as needed.
- 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.
- 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
- 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.
- 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
- Keep Backup: Always keep backups of your server files before adding or modifying mods, in case something goes wrong.
- Compatibility: Ensure that the mods you are using are compatible with the current version of Rust and Oxide.
- Community Support: If you experience issues, check the forums or community hubs related to the specific mod for troubleshooting tips.
By following these steps, you should be able to successfully install and manage mods on your Rust dedicated server. Happy modding!