• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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