Rust Password Protect: Difference between revisions

From Survival Servers
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Password protection requires a the Authentication plugin from Oxide to be installed.
Password protection requires a the [https://umod.org/plugins/authentication Authentication plugin] from Oxide to be installed.


You can follow our Oxide Plugin Install Guide in order to get the Authentication plugin installed.
You can follow our [[Install_Oxide_Plugin|Oxide Plugin Install Guide]] in order to get the [https://umod.org/plugins/authentication Authentication plugin] installed.


To configure the password, simply create a '''/oxide/config/Authentication.json''' file with the following:
To configure the password, simply create a '''/oxide/config/Authentication.json''' file with the following:
Line 16: Line 16:
</pre>
</pre>


Simply modify out the changeme value to your password and save.
Simply modify out the '''changeme''' value to your password and save.

Latest revision as of 13:51, 14 January 2021

Password protection requires a the Authentication plugin from Oxide to be installed.

You can follow our Oxide Plugin Install Guide in order to get the Authentication plugin installed.

To configure the password, simply create a /oxide/config/Authentication.json file with the following:

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

Simply modify out the changeme value to your password and save.