• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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