Turning off EAC on your Rust server

  1. In the "Files" tab of your server, navigate to and open the file /server/my_server_identity/cfg/serverauto.cfg
  2. At the bottom of the file, add 3 new lines, as seen below:
    server.secure "0"
    server.eac "0"
    server.encryption "0"
  3. Click "Save".
  4. Start or restart your server.

That's it! Your server is now joinable by users without EAC installed or enabled.


Did this page help you?