NEW! Servers for GTA V (FiveM).. Use Coupon SPOOK, take 20% off Click here to order now at SurvivalServers.com
Difference between revisions of "Rust Password Protect"
Jump to navigation
Jump to search
Share your opinion
(Created page with "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 i...") |
|||
Line 4: | Line 4: | ||
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: | ||
− | |||
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; "> | <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; "> |
Revision as of 13:50, 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.
Share your opinion