Skip to main content

"The login is invalid" - Constantly unable to log into Webmail, WHM & FTP.

Comments

6 comments

  • dalem
    from what you are describing sounds like cPHulk Brute Force Protection is blocking you only your provider can look into it for you
    0
  • LOF
    hi, this is the reply they gave me - " You have the server root access and you can do yourself. As we don't have access to your server as its unmanaged server. " How am i able to go around this cPHulk Brute Force Protection myself?
    0
  • JustSomeGuy
    It does sound like CPHulk. If so, just login through a different IP address.
    0
  • cPanelMichael
    Hello :) If your "root" user is still locked out, then you may need to obtain console access and disable cPhulk with commands such as:
    for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable
    Note that some users disable cPHulk and utilize a third-party application (e.g. CSF/LFD) to handle brute force attacks. This may be an option for you to consider. See this thread: cPhulk keeps locking me out Thank you.
    0
  • LOF
    thanks for all your help! But I still could not get in using a different IP address nor through ssh... have asked my web host to reset password again... although my passwords have all along been correct but this seems to work the last few times... Once I am able to log in again I will try to implement what you have suggested and see how that works out
    0
  • cPanelMichael
    ] But I still could not get in using a different IP address nor through ssh...

    Right, it's possible the account itself was locked out. You may need to get your hosting provider to disable cPHulk with console access:
    for i in `ps aux | grep -i "cphulkd - process" | awk {'print $2'}` ;do kill -9 $i ;done /usr/local/cpanel/bin/cphulk_pam_ctl --disable
    Thank you.
    0

Please sign in to leave a comment.