• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Auto install - connection refused

sebi

New Pleskian
Hi,

I'm trying to install Plesk 12 on a Centos 7.
I want to test a new VPS hosting company and I've deployed a fresh Centos 7 x64 server to install Plesk on it.

After downloading and running the installer with --web-interface I get this message:
Code:
Web interface is now started.
  Please visit https://123.45.67.89:8447/ in your browser.
I get connection refused trying to access the url in my browser

I've also tried setting a hostname but the same thing happens. I get:
Code:
Web interface is now started.
  Please visit https://my.domain.com:8447/ in your browser.
and when I try the hostname I get connection refused.

I've checked some of the most common external ports (80,443,8443,8447) and all of them are closed.

The same thing happened when I've tried the CLI installer. The install finished successfully but when trying https on 8443 I get connection refused.

I wanted to make sure that it's not issue with the VPS hosting company blocking incoming connections so I've installed a LAMP stack. Everything worked perfectly.

I would appreciate any help from you guys.
Thanks!
 
I've checked some of the most common external ports (80,443,8443,8447) and all of them are closed.
Have you checked connection to these ports with telnet from your workstation?
 
Hi sebi,

please try to understand, that each operating system has its own standard installation packages. As for example, on Ubuntu systems, there will be no firewall in the first place, if you don't install it manually, so you don't have to setup to be opened. For operating systems, which install a firewall in their initial standard installation procedure, please see:

... and try to use the documentation of you operating system, to learn how to setuo and configure your firewall. For CentOS 7 it would be:

RHEL 7 Security Guide ( externeal link, please inform me, if the link goes dead, so I can provide another usefull link instead )
 
Back
Top