Məlumat bazası


We are your new 5-Star Hosting Company. At least according to


Check out our current game server offerings HERE.

All servers come with a 24-Hour Trial, Free Backups, and 40Gbps DDoS Protection included!

We offer quality support, a detailed knowledgebase, video tutorials on most topics, and even live support in case you prefer a live human 😉


Use code SAVE15 to take 15% OFF Your First Invoice with ChicagoServers! Limited Time!

How do I make my Rust server private?

Option 1: Steam Whitelisting

Add the following line to your server.cfg:

server.steamgroup <steam group id>

This will restrict your server to players in that Steam group.

Option 2: Using an Oxide plugin

Installation process

First, you need to install the plugin, you can download the files from here. Next up, download and install Authentication.cs and put it in the 'plugins' folder so that it can be loaded on to the server.

Next up, we want to go to the f1 console or the webRcon utility. In there we type 'auth password [new password]' Note: Make sure not to include the example brackets in your commands!

Configuration

So now that the plugin has been successfully set up and installed, it's time to do some configuration. The file can be found under oxide/config and is called Authentication.json. Open that file.

Inside of Authentication.json, you should see this:

{
  "ENABLED": true,
  "PASSWORD": "changeme",
  "PREVENT_CHAT": true,
  "PREVENT_CHAT_PASSWORD": true,
  "RETRIES": 0,
  "TIMEOUT": 30
}

In here you change the settings of your server.

ENABLED
Enable/disable this plugin. Takes value true, or false
PASSWORD
The configured password, this value needs to be surrounded in quotations and can be set to anything
PREVENT_CHAT_PASSWORD
Prevents users in the server from telling newly joined users the password by replacing it with *'s. Takes value true, or false
RETRIES
The number of times a player can guess the password before being kicked from the game
TIMEOUT
The amount of time a user has to enter the correct password before getting kicked

 

Now after this is done, restart the server, and you're done with installation and configuration.

Bu cavab sizə kömək etdi?

27 istifadəçi bunu faydalı hesab edir