Raised This Month: $51 Target: $400
 12% 

RCON


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
godzcsgo
Senior Member
Join Date: Jul 2017
Old 12-26-2018 , 12:53   RCON
Reply With Quote #1

I want a plugin that bans a player, if he has failed to type the right rcon passwords 3 times.

(perma ban/ or adjustable)
godzcsgo is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 12-26-2018 , 13:10   Re: RCON
Reply With Quote #2

no need for a plugin if youre ok with it not being in sourcebans. Play with these CVars:
Code:
sv_rcon_banpenalty 20 
sv_rcon_maxfailures 10 
sv_rcon_minfailures 5 
sv_rcon_minfailuretime 30
__________________
ThatOneGuy is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-26-2018 , 13:41   Re: RCON
Reply With Quote #3

...and it gives IP ban (because it is remote control)
Bacardi is offline
ThatOneGuy
Veteran Member
Join Date: Jul 2012
Location: Oregon, USA
Old 12-27-2018 , 00:21   Re: RCON
Reply With Quote #4

Quote:
Originally Posted by Bacardi View Post
...and it gives IP ban (because it is remote control)
Exactly...so as long as it doesnt need to be through SB, no need for a plugin.
__________________
ThatOneGuy is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 12-27-2018 , 01:14   Re: RCON
Reply With Quote #5

Quote:
Originally Posted by ThatOneGuy View Post
no need for a plugin if youre ok with it not being in sourcebans. Play with these CVars:
Code:
sv_rcon_banpenalty 20 
sv_rcon_maxfailures 10 
sv_rcon_minfailures 5 
sv_rcon_minfailuretime 30
hi, is this Commands working for csgo??
Dr.Mohammad is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-27-2018 , 03:14   Re: RCON
Reply With Quote #6

Those are in csgo, but are hidden.
You need use sm_cvar command
Code:
// Number of minutes to ban users who fail rcon authentication
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "0"
// Default: "0"
sv_rcon_banpenalty "0"

// Enable/disable rcon logging.
// Flags: FCVAR_DEVELOPMENTONLY
// Default: "1"
sv_rcon_log "1"

// Max number of times a user can fail rcon authentication before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "10"
sv_rcon_maxfailures "10"

// Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "5"
sv_rcon_minfailures "5"

// Number of seconds to track failed rcon authentications
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1"
// Default: "30"
sv_rcon_minfailuretime "30"

// When set, rcon failed authentications will never ban this address, e.g. '127.0.0.1'
// Flags: FCVAR_RELEASE
// Default: ""
sv_rcon_whitelist_address ""
__________________
Do not Private Message @me
Bacardi is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 12-28-2018 , 04:13   Re: RCON
Reply With Quote #7

Quote:
Originally Posted by Bacardi View Post
Those are in csgo, but are hidden.
You need use sm_cvar command
Code:
// Number of minutes to ban users who fail rcon authentication
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "0"
// Default: "0"
sv_rcon_banpenalty "0"

// Enable/disable rcon logging.
// Flags: FCVAR_DEVELOPMENTONLY
// Default: "1"
sv_rcon_log "1"

// Max number of times a user can fail rcon authentication before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "10"
sv_rcon_maxfailures "10"

// Number of times a user can fail rcon authentication in sv_rcon_minfailuretime before being banned
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1" Max: "20"
// Default: "5"
sv_rcon_minfailures "5"

// Number of seconds to track failed rcon authentications
// Flags: FCVAR_DEVELOPMENTONLY
// Min: "1"
// Default: "30"
sv_rcon_minfailuretime "30"

// When set, rcon failed authentications will never ban this address, e.g. '127.0.0.1'
// Flags: FCVAR_RELEASE
// Default: ""
sv_rcon_whitelist_address ""
Nice!!
Dr.Mohammad is offline
Reply



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 09:30.


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