• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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