• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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