1) Prerequisites
- A working CS:GO Dedicated Server (srcds).
- RCON enabled with a defined password.
2) Configure RCON on the CS:GO server
- Open or create this file:
csgo/cfg/server.cfg - Add or update the following recommended minimum settings:
rcon_password: Must match the RCON Password entered in the panel.sv_rcon_banpenalty: Ban duration in minutes for failed logins.sv_rcon_maxfailures: Number of failed attempts before banning.
- Restart the server or change the map to apply the settings.
- On your firewall or cloud firewall, allow the server port (usually 27015 or 27020) for the panel IP.
3) Create a server record in the panel
- Go to the Servers page.
- Click Add Server.
- Fill in the fields:
- Plugin:
RCON - Server IP Address: The server IP or an accessible domain
- RCON Port: The server port (for example 27015)
- RCON Password: From
server.cfgthenrcon_password
- Plugin:
- Click Check Plugin Connection.
- If successful, click Publish to save.
4) Troubleshooting
- Connection failed or timed out
- Are the IP and port correct? Is the port allowed through OS and provider firewalls?
- Can the server be reached (ping, tracert)?
- Unauthorized or wrong password
- Do
rcon_passwordand the panel RCON Password match? - Too many failed attempts may trigger
sv_rcon_maxfailures; wait until the temporary ban ends or restart the server.
- Do
- Settings not applying
- Is
server.cfgin the correct directory? - Did you restart or change the map after editing?
- Is
5) Security tips
- Use a strong, long, and unique
rcon_password. - Open the port only to the panel IP.
- Increase
sv_rcon_maxfailuresandsv_rcon_banpenaltyvalues to counter brute force attempts. - Change the RCON password regularly and monitor logs.
6) FAQ
What is the default port?Usually 27015. If you started the server with a different
-port, use that value.
Can I use a domain instead of an IP?Yes. You can use a domain the panel can reach. Can I add more than one CS:GO server?
Yes. Create a separate record for each server and enter the correct IP, port, and password. How should I write commands?
Do not use a leading slash in the panel. For example
changelevel de_dust2, sv_password "".
Setup complete. You can now send RCON commands to your CS:GO server from the panel.
