Whitelisting lets you control exactly who can join your Rust server. Rust does not provide a normal built-in whitelist switch, so install uMod first, then install a whitelist plugin such as Whitelist from the Rust Plugins page and manage players by SteamID64.

  1. Install uMod first: How to Install UMod on Your Rust Server.
  2. Open Rust Plugins from the left side menu.

    Rust Plugins page showing plugin install cards

  3. Search for Whitelist and install the Whitelist plugin.

    Rust Plugins page filtered to Whitelist plugin results

  4. Restart the server once so the plugin loads.
  5. Find each player's SteamID64 using steamid.io.
  6. Open Web Console or RCON.
  7. Add a player to the whitelist by granting the whitelist permission to their SteamID64:
    oxide.grant user STEAMID64 whitelist.allow
  8. Remove a player from the whitelist by revoking the same permission:
    oxide.revoke user STEAMID64 whitelist.allow
  9. Check what permissions a player has with:
    oxide.show user STEAMID64
  10. If the plugin does not pick up the change immediately, reload it with:
    oxide.reload Whitelist

Use the exact SteamID64, not the player name. If the plugin page lists a different permission name, use the permission shown on that plugin page in place of whitelist.allow.

  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

Making yourself admin on a Rust Server

Rust admin access lets a trusted player run server commands, moderate players, save/write config...

How to join a Rust Server

Use the server address from your control panel to join your Rust server. This guide uses...

Installing Rust: IO on your Rust Server

Rust:IO is an older mapping/plugin ecosystem for Rust servers. On our Rust panel, Rust:IO is...

Wiping the world of your Rust server

Wiping and resetting a Rust server are the same basic workflow: remove the current saved data so...

Creating a custom command line for your Rust server

Rust command lines control startup-only options such as RCON, WebRCon, logs, map size, save...