Home Rust Setting Up a Rust Server with Clan and Team Systems

Setting Up a Rust Server with Clan and Team Systems

Last updated on Feb 13, 2025

Adding clan and team systems allows players to form groups, manage alliances, and communicate easily on your Rust server. This is useful for PvP, faction-based, and roleplay servers that encourage teamwork.

This guide will walk you through installing and configuring clan and team management plugins using VolticHost Game Panel.


📌 Prerequisites


1️⃣ Install Clans and Teams Plugins

  1. Log in to VolticHost Game Panel.

  2. Navigate to Mod Manager and install Oxide (uMod).

  3. Download the following plugins from uMod:

    • Clans → Allows players to create and manage clans.

    • Rust Teams → Expands the built-in Rust team system.

  4. Upload the Clans.cs and RustTeams.cs files to:

    /oxide/plugins/
    
  5. Restart the server to activate the plugins.

Clans and Teams systems are now installed!


2️⃣ Configure Clan System (Clans Plugin)

  1. Navigate to File Manager in VolticHost Game Panel.

  2. Open the Clans.json config file in:

    /oxide/config/Clans.json
    
  3. Modify the settings:

    {
        "MaxMembersPerClan": 10,
        "ClanTagLength": 4,
        "EnableFriendlyFire": false,
        "ClanChatPrefix": "[CLAN]"
    }
    
  4. Click Save File and restart the server.

Players can now create and manage their own clans!


3️⃣ Enable Advanced Team System (Rust Teams Plugin)

  1. Open the RustTeams.json config file in:

    /oxide/config/RustTeams.json
    
  2. Adjust settings such as team size, shared loot, and friendly fire:

    {
        "MaxTeamSize": 8,
        "SharedLoot": true,
        "EnableFriendlyFire": false
    }
    
  3. Click Save File and restart the server.

Players can now form larger teams with shared perks!


4️⃣ Clan and Team Commands

Once installed, players can use the following commands:

  • Create a clan:

    /clan create [TAG] [Clan Name]
    
  • Invite a player to a clan:

    /clan invite [PlayerName]
    
  • Leave a clan:

    /clan leave
    
  • Disband a clan:

    /clan disband
    
  • Create a team:

    /team create
    
  • Invite a player to a team:

    /team invite [PlayerName]
    

Players can now form and manage clans and teams with in-game commands!


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 relaunch the server with clan and team settings.

Your Rust server now supports clans and teams!


🎉 Conclusion

You've successfully enabled a clan and team system, configured group settings, and provided players with faction-based gameplay for your Rust server using VolticHost Game Panel! Players can now form alliances, fight as teams, and manage their own clans. 🚀

For more assistance, contact VolticHost Support.