Xonotic Forums

Full Version: server denied rcon access
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
rcon_secure needs to be set to 0 on the client side as well (and make sure you set it before setting the password!).
(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>"
I cleared my client settings and rcon works now. Thanks!