How to Add Custom Kits on Your Rust Server

1. Download the Plugin

Download the “Rust Kits” plugin from the Umod official website.


2. Log In to Your Panel


3. Select the ‘Files’ Tab

Cybrancee panel showing the Rust startup page with the Files tab outlined

4. Locate the ‘plugins’ Folder

You can find the folder in  /home/container/oxide/plugins.

Cybrancee panel Rust server directory outlined

5. Upload Your Plugin

Upload the ‘Rust Kits’ .cs file you downloaded in Step 1.

After uploading, you should see the .cs file in the folder.

Cybrancee Panel Rust Server Plugins Tab with Upload Plugin Button Outlined

6. Restart Your Server


7. Assigning Permissions

Players with the required permission can use admin commands for kits.
To grant yourself or another admin this permission, run the following command in your server console:

o.grant user <steamID> kits.admin

Use the guide How to Find a User’s SteamID to get the correct ID.

Cybrancee Rust console command with oxide permission outlined

8. In-Game Kit Building


8.1. Clear Your Inventory

Make sure your inventory is empty to avoid including unwanted items in the kit, since you will need to add the items you want to include directly into your inventory.


8.2. Open Your F1 Console

Select the items you want to include in the new kit directly from the F1 menu.

Rust ingame F1 console with items tab outlined
Rust ingame inventory outlined

8.3. Create a New Kit

Enter /kit add or /kit new in the chat field to start creating a new kit.

Rust ingame chat command outlined
rust kits plugin with create kit button outlined

8.4. Add Items to the Kit

Enter the kit details in the ‘KIT DETAILS’ section.

  • Permission is used to restrict usage of this kit to only players with the specified permission. The permission should be prefixed with ‘kits.’ (example ‘kits.awesomekit’).
  • Auth Level is used to restrict usage of this kit to players with at least the specified auth level (0 is player, 1 is moderator, 2 is admin).
    Is Hidden is a toggle field. When enabled this kit will not be visible in the kit grid to regular players.
  • Maximum Uses is used to specify a maximum number of times a player can claim this kit per wipe cycle.
  • Cooldown is the amount of time in seconds the player must wait before being able to claim this kit again.
  • Purchase Cost is used to force players to pay to claim the kit. The currency type is defined in the config.
  • File Name is the file name of the desired CopyPaste file. If provided, when the player claims this kit it will attempt to spawn the specified copypaste file.

Select the ‘Copy From Inventory’ button to add items in your inventory to the kit.

Select the ‘Save Kit’ button to save your kit.

Rust kits editor panel with kit details, copy from inventiry and save kit button outlined

8.5. Claim a Kit

  • Kits without a permission can be claimed by any player.
  • Kits with a permission can only be claimed by players who have the appropriate permission.

For Example, to grant a permission to a VIP group, use:
oxide.grant group VIP Kits.VIP

For more details, see our guide How to Use Rust Oxide Permission System.

Rust kits panel showing two kits with different permissions

9. Rust Kits Commands

Player Commands

  • /kit → Opens the kit menu.
  • /kit <name> → Claim a specific kit.
  • /kit autokit → Toggle auto-kit delivery on spawn (requires config enabled).

Admin Commands (Chat Ingame)

  • /kit help → Show all kit commands.
  • /kit list → Display all kit names.
  • /kit add or /kit new → Start creating a new kit.
  • /kit edit <kitname> → Edit an existing kit.
  • /kit remove <kitname> or /kit delete <kitname> → Delete a kit.
  • /kit give <player name | SteamID> <kitname> → Give a kit to a player.
  • /kit giveNPC <kitname> → Give a kit to an NPC you are looking at.
  • /kit reset → Reset all players’ kit usage.
  • /kit resetuses <player name | SteamID> <kitname> → Reset usage of a kit for a player.

Admin Commands (Console)

  • kit list → List all kits.
  • kit remove <kitname> or kit delete <kitname> → Remove a kit.
  • kit give <player name | SteamID> <kitname> → Give a kit to a player.
  • kit reset → Reset all players’ kit usage.
  • kit resetuses <player name | SteamID> <kitname> → Reset usage of a kit for a player.

Rust Server Hosting

Starts at $11.99

External link icon
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents
Error Details*
Cancel