• 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

cannot access my console anymore

kadoudal

Regular Pleskian
I don't understand what happen... I cannot access my Plesk console anymore

all my domains/subdomains are running well, but I cannot go to the Plesk login page.. (not found ..) where can I get some log information ...

thanks HNY

kad
 
The following points should be checked:
Make sure that port 8443 is opened on the server and listened:
# nmap -p8443 -P0 server_IP

# netstat -nap | grep 8443

- Check panel logs:

# less /usr/local/psa/admin/logs/httpsd_access_log
# less /usr/local/psa/admin/logs/httpsd_error_log

Also, you can check main system log:
# less /var/log/messages

Did you see any error during Plesk start?
# /etc/init.d/psa restart
 
Back
Top