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.
-
Stop your Rust server.
-
Install uMod
tip
You can learn how to install uMod here
- Once installed, click on
uMod Plugins Dashboard
- 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.
- Verify that it is in your file manager.
-
Start your Rust server.
-
Get your steam or group ID.
- To get your
Steam ID
, go here: Steam ID Finder. - To get your
Steam group ID
, visit: Steam Group ID.
- To get your
-
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.
-
Run the following command:
oxide.grant user 84671198139774274 whitelist.allow
Replace 84671198139774274
with your Steam
or group ID
.
- 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.