KnowledgebaseRust

How to Connect Centralized Banning to your Rust Server

How to Connect Centralized Banning to your Rust Server

Rust
ยท
Oct 27, 2024
ยท
2 min read

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.

  1. Access your control panel.

  2. Navigate to Files and locate the server.cfg file

If you are unable to locate the server.cfg file, you can refer to our guide on the topic here.

  1. Add the following entry to your server.cfg: server.bansServerEndpoint "<ENDPOINT DOMAIN>".
  1. Saveย the file.

  2. Navigate to your server's console, and enter the commands writecfg and readcfg to make these changes live.


To learn more about Rust server hosting, you can browse our library of Knowledgebase articles here.

Discord์— ์ฐธ์—ฌํ•˜์„ธ์š”