[SOLVED] WHM/cPanel unresponsive after reboot, SSH access
It's a new server, Almalinux 8, installed cPanel, created a couple of accounts, disabled DNS, tried to set AutoSSL that worked for one domain and didn't work for another.
Tried AutoSSL several times, removed self-signed SSL, decided to reboot.
No access to WHM, cPanel nor websites.
I'm able to access with SSH.
# systemctl status cpanel
Active: active (running)
Whitelisted my IP.
I don't see any errors in
, besides
Tried running named service, nothing changes... Tried updating to 104 changing
and running
Still same issue [Up to date (11.103.9999.102)]
journalctl -xe, besides
PAM-hulk: Brute force detection active: 550 LOGIN DENIED -- TOO MANY FAILURESTried running named service, nothing changes... Tried updating to 104 changing
/etc/cpupdate.confand running
/usr/local/cpanel/scripts/upcpStill same issue [Up to date (11.103.9999.102)]
-
Do you have CSF installed? Almalimux comes with firewallcmd. Can you check the output of this? firewallcmd --state 0 -
Thanks! I tried iptables and csf... systemctl stop firewalld
Should I disable it and install CSF? Is there something wrong with the install? Seems weird that a fresh install could have something like this, should I move to another OS?0 -
Yes, install the CSF and check. 0 -
Thanks! I tried iptables and csf...
systemctl stop firewalld
Should I disable it and install CSF? Is there something wrong with the install? Seems weird that a fresh install could have something like this, should I move to another OS?
Did this do the trick?0 -
Did this do the trick?
Yes, checked withfirewall-cmd --state
and it was indeed active (very few rules, including ssh), so I stopped the service.0 -
Disable it so it won't autostart in the next reboot. # systemctl disable firewalld0 -
Disable it so it won't autostart in the next reboot.
# systemctl disable firewalld
Yep, done that also, thks0 -
Glad to hear, enjoy :) 0 -
I am glad I was able to help. 0
Please sign in to leave a comment.
Comments
9 comments