• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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