• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Can't Access Plesk

A

AlecM

Guest
I just finished installing Plesk on CentOS 5, Linux, however, I can't access the Plesk page IP:8443, it just doesn't work.

When I try and visit just the IP that doesn't work either.

Code:
The server at * is taking too long to respond.

However, I thought maybe that Plesk wasn't started yet so I ran the command /etc/init.d/psa start, and this is what I got:
Code:
Starting xinetd service...                                           done
Starting named service...                                            done
Starting mysqld service...                                           done
Starting postgresql service...                                       not installed
Starting psa-spamassassin service...                                 not installed
Plesk: Starting Mail Server... already started
Starting mail handlers tmpfs storage
Starting Plesk...                                                    done
Starting drwebd service...                                           not installed

I did the following to see if the server can access the port:
Code:
telnet localhost 8443
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).

Everything looks right too me...
 
Hello

It can be firewall issue - port 8443 could be blocked from the server's side.
Execute
iptables -L
to view all firewall rules.
To test whether it is the problem try to stop firewall:
/etc/init.d/iptables stop
and try to access Plesk again.
 
Back
Top