Turning off EAC on your Rust server
- In the "Files" tab of your server, navigate to and open the file
/server/my_server_identity/cfg/serverauto.cfg
- At the bottom of the file, add 3 new lines, as seen below:
server.secure "0"
server.eac "0"
server.encryption "0"
- Click "Save".
- Start or restart your server.
That's it! Your server is now joinable by users without EAC installed or enabled.
Updated 3 days ago