uMod (formerly Oxide) is the plugin framework for Rust servers that enables custom features, admin tools, and enhanced gameplay.

Installation

BerryByte Customers:
  1. Login to game.berrybyte.net
  2. Go to Startup tab
  3. Enable “Oxide/uMod” setting
  4. Restart server
Manual Installation:
  1. Download latest uMod from umod.org
  2. Stop your server
  3. Extract and copy files to server root directory
  4. Start server and verify with oxide.version command

Basic Setup

Important Directories:
  • oxide/config/ - Plugin configurations
  • oxide/plugins/ - Installed plugins
  • oxide/logs/ - Error logs
Essential Commands:
  • oxide.grant user STEAMID64 admin - Grant admin permissions
  • oxide.group add vip - Create permission group
  • oxide.usergroup add STEAMID64 vip - Add user to group

Installing Plugins

  1. Download plugins from umod.org/plugins
  2. Upload .cs files to oxide/plugins/ folder
  3. Plugins load automatically
  4. Configure in oxide/config/ if needed
Admin Tools: Admin Hammer, Vanish, God Mode
Player Features: Teleportation, Kits, Economics
Quality of Life: Auto Door Close, Stack Size Controller, Gather Manager
See our Popular Plugins guide for more.

Common Commands

  • oxide.version - Check uMod version
  • oxide.reload PluginName - Reload plugin
  • oxide.show perms - List permissions
  • oxide.show groups - List permission groups

Frequently Asked Questions

Need help? Join our Discord community.