
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Category: all (342)
sv_rconusers
Categories
settings, server
Parameters
- users (text): a list of U.S.G.N. IDs
Info
High Security Relevance
This setting is important for the security of your server!
Use it carefully! Wrong settings may make your server vulnerable!
This setting is important for the security of your server!
Use it carefully! Wrong settings may make your server vulnerable!
Define which U.S.G.N. users are allowed to use RCon (remote control). All other users or players without U.S.G.N. login are not able to use RCon when this setting is used.
It also disables external RCon.
Example:
sv_rconusers "" (everyone with the right password can use RCon, NOT recommended)
sv_rconusers "1,2,3" (only the U.S.G.N. users 1,2 and 3 can use RCon)
Note: You always have to enter the RCon password to use RCon. Even if this setting is enabled.
Note: It is recommended to use this settings. This way you have a 2 stage protection. The U.S.G.N. verification and the RCon password.
Attention: This setting completely disables external RCon. You have to join the server with valid U.S.G.N. login to use RCon when you use this setting!






