How to Add a Password to Your Arma 3 Server
Adding a password to your Arma 3 server prevents unauthorized players from joining. You configure it in the server.cfg file through your Game Control Panel. You may also want to change your server name or set up admin access once the server is secured.
Steps
- Log into your Game Control Panel.
- Stop your server if it is currently running.
- Click Configuration Files, then open the Text Editor for the
server.cfgfile. - Locate the line
//password = "ServerPassword";and remove the two//characters at the beginning to uncomment it. - Replace
ServerPasswordwith your desired password. - Click Save.
- Start your server. Players will now be prompted to enter the password when connecting.
Note: To remove the password later, re-add the
//characters at the start of the password line, save, and restart the server.