[RESOLVED] Hiding RCON prints from server console

Hello,

Is it possible to remove RCON prints that occur every time rcon command is sent to the server.

I am reffering to these:

[ citizen-server-impl] Rcon from [::ffff:xxx.xx.xx.xx]:35841
[ citizen-server-impl]  hello from the other side
[ citizen-server-impl] 

Thanks!

Update your server to build 6178 or higher, and add the following to your server config:

con_addChannelFilter rcon noprint
2 Likes

Thank you, that will solve this case, but unfortunately, that version is still not available for download :frowning:

Ah- it seems the deployer task got stuck again. This’ll be fixed ~soon.

1 Like

fixed! 6180 seems to finally exist.

Confirmed, rcon prints are no more!

Thank you!