Learn about how to make your Rust server private with this easy to follow guide.
Create a Steam Group.
Copy the link ID for your Steam Group.
https://steamcommunity.com/groups/atomicnetworkss
turns into https://steamcommunity.com/groups/atomicnetworkss/memberslistxml/?xml=1
groupID64
. Copy the 17 digit value.<groupID64>103582791467876547</groupID64>
turns into 103582791467876547
groupID64
value. You will need it for a later step in this tutorial.Navigate to Atomic Panel
Navigate to the File Manager
Open the 'serverauto.cfg' file.
/home/container/server/rust/cfg/serverauto.cfg
Add 'Server.steamgroup' to your file.
Server.steamgroup <GROUPID>
where:<GROUPID>
= The 17 digit groupid64
value collected in step 2 of this guide.Save the `serverauto.cfg` file and restart your Rust server.