[NEED HELP] server denied rcon access - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEED HELP] server denied rcon access (/showthread.php?tid=8459) |
server denied rcon access - ristiisa - 11-20-2020 How to configure the rcon in the server config? I have set the rcon_password, rcon_restricted_password and rcon_secure 0 in the server configuration but when I try to use rcon in client side after setting rcon_password the server logs "server denied rcon access to <USER>". Any help is appreciated! RE: server denied rcon access - Mario - 11-20-2020 rcon_secure needs to be set to 0 on the client side as well (and make sure you set it before setting the password!). RE: server denied rcon access - ristiisa - 11-20-2020 (11-20-2020, 04:56 AM)Mario Wrote: rcon_secure needs to be set to 0 on the client side as well (and make sure you set it before setting the password!). Thanks for the response. Tried setting this on the client side before rcon_password but still getting "server denied rcon access to <USER>" RE: server denied rcon access - ristiisa - 11-20-2020 I cleared my client settings and rcon works now. Thanks! |