• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PLESK on CentOs 6.5 - no Connection possible

ehrenwert

Basic Pleskian
Hello,

I just installed PLESK on CentOS 6.5 (64Bit).

Well, I can not get a connection - if I call the IP, there is a blank page - if I call the IP + 8880 there is a Message that the Connection could not be established.

I checked the logs: /var/log/sw-cp-server/ is empty...

What could cause this issue?
 
What sort of output of following command:

# lsof -i tcp:8443

Have you tried restart psa service?
 
Hi,

the result of lsof -i tcp:8443

[root@lichtenberg ~]# lsof -i tcp:8443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sw-cp-ser 1609 root 6u IPv4 12999 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1609 root 8u IPv6 13001 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1610 sw-cp-server 6u IPv4 12999 0t0 TCP *:pcsync-https (LISTEN)
sw-cp-ser 1610 sw-cp-server 8u IPv6 13001 0t0 TCP *:pcsync-https (LISTEN)
[root@lichtenberg ~]#

Yes, I restarted psa:

[root@lichtenberg ~]# service psa restart
Stopping sw-engine-fpm: [ OK ]
Starting sw-engine-fpm: [ OK ]
[root@lichtenberg ~]#
 
Well. sw-cp-server works fine. Looks like you have firewalled port 8443 on your server. Have you checked it?
 
Back
Top