
How to Connect Centralized Banning to your Rust Server
The Rust Centralized Banning feature allows developers to create ban databases which are shared between servers.
The process of creating a ban database is quite complex; however, after gaining access to one, you will be able to synchronize player punishment information between an unlimited number of Rust servers.
Important
Before you can use Rust Centralized Banning, you will need to have access to a private ban database. Please refer to this wiki page for more information.
#Connecting your Ban Database Endpoint
Once you have a database endpoint, it can be connected to your server using your server's control panel.
-
Access your control panel.
-
Navigate to Files and locate the
server.cfgfile
If you are unable to locate the server.cfg file, you can refer to our guide on the topic here.
- Add the following entry to your server.cfg:
server.bansServerEndpoint "<ENDPOINT DOMAIN>".
-
Save the file.
-
Navigate to your server's console, and enter the commands
writecfgandreadcfgto make these changes live.
To learn more about Rust server hosting, you can browse our library of Knowledgebase articles here.