cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Please contact the node administrator for access into the machine to shut off the firewall and/or cPHulk Brute Force protection if that is enabled:

Code:
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
The first command will kill any cPhulkd processes, while the second will disable it.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
You need to access the machine to even log into it. After you've logged into the machine, if it was cPHulk Brute Force Protection, you can then whitelist your IP(s) to where you won't be blocked again. The machine right now is so secure you cannot even access it yourself. I would imagine you would want to be able to access it, although it is up to you if you want to have the component disabled so you can.
 

Ricksterm

Registered
May 10, 2012
3
0
51
cPanel Access Level
Root Administrator
I'm also getting this issue, I cannot login to WHM, CPanel, FTP, Email, SSH seems to be getting denied too. It started after we got updated to 11.32 build 27 a week ago, I did manage to get on with enough time to change us back to the stable branch and reinstall cpanel, but this issue cropped up again yesterday and this time I cannot get in at all no matter what I try, All I get is "The login is invalid".

I have seen several threads across forums on the internet all from this Month with this issue, so I am sure it has to be build 27!
 
Last edited:

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Are you sure it isn't cPHulk Brute Force Protection, though, or CSF having an issue in conjuction with the 11.32 update? For example, I'm not having an issue on that build in logging into my machines.
 

Ricksterm

Registered
May 10, 2012
3
0
51
cPanel Access Level
Root Administrator
I'm not sure if it's CPHulk or not, I have tried to login from other IP addresses to rule out my own being blocked, everything (all accounts for cPanel, FTP, Email) results in "The login is invalid."

I was using FTP to upload stuff to one of my accounts yesterday just fine, then when I went to log in to WHM to set up a new account the first try gave the error and I am certain I was using the correct password.

I'm not sure if we are using CSF or not? If it's an option it's something I've not enabled/installed.

Is it possible that CPHulk is blocking all IP's from logging in for a period of time?
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Yes, it is possible all IPs are being blocked due to one attacker blocking the service. That's the purpose of whitelisting your IP in cPHulk Brute Force Protection so that you can always access even when someone else blocks that user's login due to brute forcing it.
 

LAZer

Well-Known Member
Jan 18, 2010
86
3
58
at net :D
hi , i faced the same issue today !
"The login is invalid."

there are lots of records in cphulkd in whm , with no ip . the only info is in the fields of "system" and "time"
i tried restarting cpanel , restarting csf firewall , and cphulkd but no changes.

hopefully i had a ssh session active in another windows and i can use it for logging into server.

those commands return : no such process .
and the second line : no such a file or directory !
 
Last edited:

Ricksterm

Registered
May 10, 2012
3
0
51
cPanel Access Level
Root Administrator
It's good to know others are getting this issue all of a sudden also. I am still trying to resolve it here but I think all of my options have been exhausted unless one of the staff here can enlighten us?

LAZer did you manage to get access to WHM again? From your post it is not 100% clear to me.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
It's good to know others are getting this issue all of a sudden also. I am still trying to resolve it here but I think all of my options have been exhausted unless one of the staff here can enlighten us?

LAZer did you manage to get access to WHM again? From your post it is not 100% clear to me.
If you feel this is a flaw with cPHulk, please open a support ticket so our staff can take a closer look:

Submit A Ticket

You can post the ticket number here so we can provide updates to this thread.

Thank you.
 

nicearma

Registered
May 11, 2012
1
0
51
cPanel Access Level
Root Administrator
I have the same problem, i can connect sometime and sometime i can't, and if i have lucky i connect but after about 10 minute the system close the session and i can't connect more, or i have to wait sometime for connect again
 
Last edited:

azn_romeo_4u

Active Member
Jun 1, 2005
42
1
158
Same problem. I can't login into WHM. If I use firefox it says Invalid Login. If I use IE it says "A network error occurred while sending your login request. Please try again. If this condition persists, contact your network service provider." Chrome says the same thing as firefox.

This started happening since the last cpanel update. I think it's a bug of some sort. I'm trying to login with root. It works on ssh, but not on whm.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Is your IP whitelisted in cPHulk Brute Force Protection? Do you have cPHulk Brute Force Protection enabled? If the answer is no to the first and yes to the second, have you tried either a) whitelisting your IP in WHM > cPHulk Brute Force Protection, or b) disabling cPHulk Brute Force Protection. I see no-one here who has confirmed it was indeed cPHulk or not and whether whitelisting the IP helped. Thanks!
 

ehask71

Well-Known Member
Jul 13, 2007
62
5
58
Tampa, Florida, United States
cPanel Access Level
Root Administrator
I dont think your understanding. We can login no problem via ssh which shows we are using the correct passwd. Yet when I try WHM I get login invalid. I wait 10 mins and I can login.

Something weird going on for awhile I thought datacenter was doing maint until I ran into it on a new server tonight
 

acenetgeorge

Well-Known Member
PartnerNOC
Mar 6, 2008
68
4
58
Southfield, MI
cPanel Access Level
DataCenter Provider
Out of curiosity. what Port are you trying to connect to? I saw this a couple of times in firefox recently where if you try to connect via SSL it would report that the login was invalid, but if you use the non-SSL port it would log in successfully. This would happen in both cPanel on port 2083 and on webmail at port 2096.

This may help you track down what is happening, Tristan. It does not happen very often, but we received a couple of reports form our clients.
 
Last edited:

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
When it happened, did you see any errors in /usr/local/cpanel/logs/error_log location?
 

tw2w

Registered
Aug 13, 2012
2
0
1
cPanel Access Level
Root Administrator
I am having a similar issue. I can log into a cpanel on one site at the same hosting facility however I cannot log into another site cpanel at the same hosting facility. I get invalid login. We have whitelisted the ip at on the host side, I have cleared the dns from the terminal. I have tried logging in from my mac and my pc, both on the same ip and both get the same error. I am not using a formfill app. I have pasted the credentials in and get the same invalid login on this one site. Can anyone help me fix this or lead me in the right directions. Days of frustration. Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
I am having a similar issue. I can log into a cpanel on one site at the same hosting facility however I cannot log into another site cpanel at the same hosting facility. I get invalid login. We have whitelisted the ip at on the host side, I have cleared the dns from the terminal. I have tried logging in from my mac and my pc, both on the same ip and both get the same error. I am not using a formfill app. I have pasted the credentials in and get the same invalid login on this one site. Can anyone help me fix this or lead me in the right directions. Days of frustration. Thanks
Have you checked to see if cPHulk Brute Force Detection is preventing authentication?

Thank you.
 

tw2w

Registered
Aug 13, 2012
2
0
1
cPanel Access Level
Root Administrator
would the cPHulk Brute Force Detection need to be checked on my side ( domain owner ), or on the hosting side ( hostzilla cpanel).

Thanks

- - - Updated - - -

Hostzilla has whitelisted my ip and it is currently not blocked on their side.