• 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 update webpage on tcp4 port 8447 not running

Status
Not open for further replies.

Sven Neukirchner

New Pleskian
Hi,
I cannot use updates and upgrades on the webgui because the webpage is not available.
I took a look on the shell and dit a "netstat -anp | grep :8447" which shows that the update service is only listingen on tcp6:
Code:
root@h2347049:~# netstat -anp | grep :8447
tcp6       0      0 :::8447                 :::*                    LISTEN      12982/parallels_ins

Any idee how can I run parallels_ins also on tcp4?

Thanks for help.
Sven
 
Do you have any IPv6 network interface? Try to disable IPv6 completely if you do not use it with

# echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

and restart psa service after that.
 
After this parallels_ins is not listining on tcp6 but also not on tcp4
Code:
root@h2347049:~# netstat -anp | grep :8447
root@h2347049:~#

Is there a log file where i can look whats going wrong?
 
It will work when you open "Updates and Upgrades" page:

[root@ppu12-0 ~]# netstat -anp | grep :8447
tcp 0 0 :::8447 :::* LISTEN 21009/parallels_ins
tcp 0 0 ::ffff:10.58.103.102:8447 ::ffff:10.50.2.47:56131 ESTABLISHED 21009/parallels_ins
 
It finally works!
The problem was not plesk.
The problem was the firewall from our local network which blocks outgoing connections to port 8447.
My fault.
Thanks fpr your help.
Have a nice weekend Igor.

Sven
 
Status
Not open for further replies.
Back
Top