Spring Sale Don't miss: Get a hefty 50% discount on your order

Language & Currency

Currency

Counter-Strike: Your game, your server

Counter-Strike Rent server
from 3.67
AUD /month
from 4.38
BGN /month
from 11.90
BRL /month
from 3.26
CAD /month
from 2.09
CHF /month
from 17.41
CNY /month
from 55.57
CZK /month
from 16.70
DKK /month
from 2.24
EUR /month
from 1.91
GBP /month
from 18.94
HKD /month
from 16.88
HRK /month
from 873.67
HUF /month
from 38,364.70
IDR /month
from 8.92
ILS /month
from 201.60
INR /month
from 332.64
ISK /month
from 358.69
JPY /month
from 3,238.14
KRW /month
from 41.57
MXN /month
from 11.48
MYR /month
from 25.32
NOK /month
from 3.96
NZD /month
from 136.76
PHP /month
from 9.78
PLN /month
from 11.15
RON /month
from 262.53
RUB /month
from 25.44
SEK /month
from 3.25
SGD /month
from 86.21
THB /month
from 73.59
TRY /month
from 2.42
USD /month
from 45.48
ZAR /month
from 2.92
date /month

Counter Strike How to Add Admins in AMX Mod

Before you can add admins, you need to activate AMX Mod X first.
This can be done under Add-ons when editing your server.

How to Set Up Admins in Basic Mode

In Basic Mode, all AMX settings are made under Add-ons.
To become an admin, you need your SteamID.
You can easily obtain it here: steamid.io.
Then, enter the SteamID and assign the corresponding rights.

Available rights:

  • Immunity: cannot be kicked or banned.
  • Reservation: can use reserved slots.
  • Kick: can kick players.
  • Ban/Unban: can issue bans and unbans.
  • Slay/Slap: can punish players with slay or slap.
  • Map: can set the map using amx_map.
  • CVar: can check the CVARs.
  • Config: can execute AMX configs.
  • Chat: can use chat commands like amx_chat.
  • Vote: can initiate votings and use all necessary commands.
  • Server password: can change the server password.
  • Rcon: can use AMX Rcon commands.
  • Menu: has access to the AMX menu using the command amx_menu.
  • User: has access to user commands.

Note: In general, we authenticate admins by SteamID in AMX. We have deactivated the password prompt in Basic mode.

How to Set Up Admins in Advanced Mode

In Advanced Mode, users, their rights, and their passwords must be added to the users.ini file.
This, like everything else in Advanced Mode, must be done manually.
You can find this file, like all other AMX files, by clicking on Add-ons, then on the left in the white column.
The users must be entered in the users.ini file as follows:

"STEAM_0:1:12345678" "" "abcdefghijklmnopqrstuz" "ce" ;

Each user is defined by their SteamID, followed by the password, rights, and account flag.
If the account flag is set to ’e’, the password field should be left empty.
A detailed description of the rights and account flags can be found in the users.ini file.