• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk is running but refusing to connect

datatvurbus

New Pleskian
Hi guys,

I am quite new to Plesk and Linux server administration and I've been wrangling with an array of issues. Most of them are now more or less fixed but that is besides the point.

I am running Ubuntu 14.04 LTS and my Plesk server is (supposedly running) but when I visit http://myip:8443 I receive http://myip:8443 refused to connect.

- ufw
returns
Code:
ufw: command not found

- service apache2 status returns
Code:
* apache2 is running

- service httpd status returns
Code:
httpd: unrecognized service

- service mysql status returns
Code:
mysql start/running, process 21920

Code:
root@s19256346:/# mysql -v
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 835
Server version: 5.6.30-0ubuntu0.14.04.1 (Ubuntu)

I've tried
Code:
# sudo iptables -A INPUT -p tcp --dport 8443 -j ACCEPT

Code:
telnet 82.165.149.166 8443
returns
Code:
telnet: Unable to connect to remote host: Connection refused

I don't know what I am doing wrong. I hope someone could point me in the right direction.
Thanks!
 
Back
Top