CentOS - Plesk / "This site can’t be reached"

Hi,

I just purchased a brand new VPS here, and a fresh CentOS 7 install.

I installed wget, and ran the plesk installation wget:

cd /usr/local/src
wget -O – http://autoinstall.plesk.com/one-click-installer | sh

Now I have to access http://HOSTNAME:8443 in order to complete the plesk install, but I just get "This site can’t be reached
HOSTNAME took too long to respond." when (of course) replacing it with my public IP.

First time ever using Linux, so no idea why and how, heh..

2 Replies

Solved it, you have to run a specific chmod beforehand it seemed.

All I had to do was adjust the UFW Firewall to allow the following ports:

- 80
- 443
- 8443
- 8447

After I added the above ports to the preconfigured UFW firewall, everything was accessible in my browser as expected. Hope this clarifies the above and helps someone!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct