Counter Strike How to Sign in to AMX
If you haven’t set the e account flag in Advanced Mode, you need to make some settings on your own computer,
otherwise AMX will kick you from your own server.
You can find the instructions on how to sign in as an admin HERE.
You still need to authenticate yourself to AMX.
There are two ways to do this:
- In the autoexec.cfg file, you can insert
setinfo "_pw" "xxx"
(where xxx is the password set for this user) on an empty line,
and you will be automatically recognized when connecting to the server.
However, this is not ideal from a security standpoint, as the password is sent to all servers, not just your own. - In the config.cfg file, you can insert
setinfo "_pw" "xxx"
(where xxx is the password set for this user) on an empty line,
and you will be automatically recognized when connecting to the server.
Just like the autoexec.cfg file, you can find the config.cfg file in the folder where the game is installed on your computer (e.g., C:\Games\Steam..)