• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Parallels Plesk won't load after a server reboot!

Aiden

New Pleskian
Hello!

Hope everyone is doing okay. :)

I have a problem with my plesk panel. Ever since I rebooted my server it won't load the IP:8443 page at all.

Why does this happen?

Any help is appreciated.

Thank you!
 
Make sure that you have the same start levels for psa service:

Code:
# chkconfig --list | grep psa
psa             0:off   1:off   2:on    3:on    4:on    5:on    6:off
 
Make sure that you have the same start levels for psa service:

Code:
# chkconfig --list | grep psa
psa             0:off   1:off   2:on    3:on    4:on    5:on    6:off
Thank you very much for replying!

i ran that command and got this:

Code:
]#  chkconfig --list | grep psa
psa             0:off   1:off   2:on    3:on    4:on    5:on    6:off
psacct          0:off   1:off   2:off   3:off   4:off   5:off   6:off
        ftp_psa:        on
        poppassd_psa:   on

The first one seems fine but psacct doesn't.
 
You can check /var/log/messages why psa service did not start after reboot.
 
Hello again.

I managed to resolve my problem. Iptables was blocking port 8443 so all I had to do was allow that port.
 
Back
Top