• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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