• 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.

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