Skip to main content

Rust | How to make your Rust server private

There is no current way to add a password to Rust servers. But there is one way to have whitelisted private access.

  1. Stop your Rust server.

  2. Install uMod

tip

You can learn how to install uMod here

  1. Once installed, click on uMod Plugins Dashboard

  1. Search for the 'whitelist' plugin and click install as per the screenshot.

tip

If you want to download it manually, here is the link: whitelist plugin.

  1. Verify that it is in your file manager.

  1. Start your Rust server.

  2. Get your steam or group ID.

  3. Once you have your Steam or group ID, click on the web console or go into the console with your rcon that you are using.

  4. Run the following command:

oxide.grant user 84671198139774274 whitelist.allow

Replace 84671198139774274 with your Steam or group ID.

  1. You should now be able to join your server. To add more users, simply run the command again with their Steam ID or by pressing F1 in-game and run it.

Please consult the plugin documentation for more information.