What to check when WHM/cpanel access timeout?

postcd

Well-Known Member
Oct 22, 2010
721
21
68
Hello,

hosted websites are opening, but when i add /cpanel after domain or access WHM via IP
https://IP:2087/

it timeout. #
service cpanel status
cpsrvd (pid 2212) is running...

Please what things to check via SSH?
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Have you verified cpsrvd is listening for connections? This command should help:

Code:
netstat -lnp | grep :208
You should also check to see if you have any custom IPtables firewall rules that could be blocking access to ports 2086/2087. Or, you can check the /etc/hosts.allow file to see if any host access rules have been enabled.

Thank you.