Raised This Month: $32 Target: $400
 8% 

Rcon Ban


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TheDifference
Junior Member
Join Date: Apr 2023
Old 04-25-2023 , 04:02   Rcon Ban
Reply With Quote #1

Hello, I'm developing a panel for Counter-Strike 1.6. When I try to connect to the server with Rcon, it says I have been banned through the console. How can I remove this ban? Also, what should I do to avoid getting banned again?

User IP_ADRESS will be banned for rcon hacking
TheDifference is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-25-2023 , 10:39   Re: Rcon Ban
Reply With Quote #2

adjust these cvars default values

Code:
sv_rcon_banpenalty	0			integer	server	Number of minutes to ban users who fail rcon authentication. (0=permanent)
sv_rcon_maxfailures	10			integer	server	Max number of times a user can fail rcon authentication before being banned. It's similar to sv_rcon_minfailures except this setting doesn't rely on sv_rcon_minfailuretime.
sv_rcon_minfailures	5			integer	server	Number of times a user can fail rcon authentication in sv_rcon_minfailuretime's time before being banned.
sv_rcon_minfailuretime	30			integer	server	Amount of time (seconds) failed rcon attempts must occur within for the ban to be applied.
__________________
mlibre is offline
TheDifference
Junior Member
Join Date: Apr 2023
Old 04-25-2023 , 12:38   Re: Rcon Ban
Reply With Quote #3

Quote:
Originally Posted by mlibre View Post
adjust these cvars default values

Code:
sv_rcon_banpenalty	0			integer	server	Number of minutes to ban users who fail rcon authentication. (0=permanent)
sv_rcon_maxfailures	10			integer	server	Max number of times a user can fail rcon authentication before being banned. It's similar to sv_rcon_minfailures except this setting doesn't rely on sv_rcon_minfailuretime.
sv_rcon_minfailures	5			integer	server	Number of times a user can fail rcon authentication in sv_rcon_minfailuretime's time before being banned.
sv_rcon_minfailuretime	30			integer	server	Amount of time (seconds) failed rcon attempts must occur within for the ban to be applied.
I set it to default values but the ban is not lifted
TheDifference is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-25-2023 , 13:05   Re: Rcon Ban
Reply With Quote #4

to remove all bans existing you can use this plugin "Bans Reset" set "amx_reset_bans" for for that, now to avoid the constant ban, increase the number of failed attempts "sv_rcon_maxfailures" in server.cfg
__________________
mlibre is offline
TheDifference
Junior Member
Join Date: Apr 2023
Old 04-27-2023 , 03:05   Re: Rcon Ban
Reply With Quote #5

Quote:
Originally Posted by mlibre View Post
to remove all bans existing you can use this plugin "Bans Reset" set "amx_reset_bans" for for that, now to avoid the constant ban, increase the number of failed attempts "sv_rcon_maxfailures" in server.cfg
it didn't work
TheDifference is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-27-2023 , 11:24   Re: Rcon Ban
Reply With Quote #6

but you managed to remove the bans first or neither
__________________
mlibre is offline
TheDifference
Junior Member
Join Date: Apr 2023
Old 04-29-2023 , 15:47   Re: Rcon Ban
Reply With Quote #7

Quote:
Originally Posted by mlibre View Post
but you managed to remove the bans first or neither
The banned list is empty but I still can't access it from rcon
TheDifference is offline
mlibre
Veteran Member
Join Date: Nov 2015
Location: return PLUGIN_CONTINUE
Old 04-30-2023 , 15:26   Re: Rcon Ban
Reply With Quote #8

Quote:
Originally Posted by TheDifference View Post
The banned list is empty but I still can't access it from rcon
set another rcon_password "123"
__________________
mlibre is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode