• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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