• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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