• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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