#1

Is possible to disable rcon at all?
Reply
#2

I dont think so, but you can do:

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(IsPlayerAdmin(playerid))
    {
        BanEx(playerid, "He was loggin as rcon");
        return 1;
    }
}
xD
Reply
#3

i thnik you have to set the password to 0
Reply
#4

But why would you like to disable the rcon?
Reply
#5

because some random kid flood bad rcon attemts and plus my server today goes offline several times i think its about rcon and i don't need him, so it's be better for me to disable it at all... One solution is to on attems callback kick or ban player if he login or bad login, bet the problem is what to do with people who tryin' to attemt from program?
Reply
#6

Because of RCON flooding. You just contradicted your signature, [Aka]Dragonu.
Reply
#7

Quote:
Originally Posted by Tomejus
Посмотреть сообщение
because some random kid flood bad rcon attemts and plus my server today goes offline several times i think its about rcon and i don't need him, so it's be better for me to disable it at all... One solution is to on attems callback kick or ban player if he login or bad login, bet the problem is what to do with people who tryin' to attemt from program?
Just put strange and uncommon caracters like this:

Код:
rcon_password ЊЋЁЁЁ*₢₢ЈІіІ°є°ЄЄє...ЈЈІ№і¬¬
I had this problem of rcon hackers, and it was solved by this maneer

I hope that i have helped
Reply
#8

Quote:
Originally Posted by rjjj
Посмотреть сообщение
Just put strange and uncommon caracters like this:

Код:
rcon_password ЊЋЁЁЁ*₢₢ЈІіІ°є°ЄЄє...ЈЈІ№і¬¬
I had this problem of rcon hackers, and it was solved by this maneer

I hope that i have helped
You're clueless - the problem is that the login attempts deadlock the server, not the fact that his RCON password may be insecure.

You can disable RCON by setting rcon to 0 in your server.cfg file.
Reply
#9

Calg00ne thanks for your support bet i've already tried' it, I use search before posting it didin't helpd me, it works still then i do this... : /
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)