Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Plesk interface is not accessible on ports 8443/8880: ERR_CONNECTION_TIMED_OUT

 
alibabaalibaba cloudamazon ec2amazon lightsailazure

Symptoms

When accessing Plesk on ports 8443/8880 in a web-browser, the page fails to load with one of the following errors:

This site can’t be reached
server.example.com took too long to respond.
ERR_CONNECTION_TIMED_OUT


The connection has timed out

Cause

Plesk ports 8443/8880 are filtered by a firewall.

Resolution

 

1. Opening ports 8443/8880 in a local firewall

Plesk ports may be filtered by a local firewall installed on the system.

 

For Linux

 

  1. Connect to the Plesk server via SSH.

  2. Check the status of port 8443:

    # iptables -nL | grep 8443

  3. For some Linux distributions (CentOS 7, Debian, Ubuntu), additional package "iptables-persistent" / "iptables-services" is required to be installed before running "iptables-save":

    • on CentOS/RHEL-based distributions

      # yum install -y iptables-services
      # systemctl enable iptables-services

    • on Debian/Ubuntu-based distributions

      # apt install -y iptables-persistent

  1. Allow incoming connections to port 8443/8880:

    # iptables -I INPUT 1 -p tcp --dport=8443 -j ACCEPT
    # iptables -I INPUT 1 -p tcp --dport=8880 -j ACCEPT

    • for OSes with firewalld enabled, run these commands:

      # firewall-cmd --permanent --add-port=8443/tcp
      # firewall-cmd --permanent --add-port=8880/tcp
      # firewall-cmd --reload

 

For Windows Server

 

During Plesk installation on Windows Server, Plesk Installer automatically adds rules to Windows Firewall. To check if the rule is there, follow these steps:

  1. Connect to the Plesk server via RDP.

  2. Click Windows Start and type Windows Firewall with Advanced Security.

  3. Look for the rule names Plesk and Plesk Newsfeed in Inbound Rules.

    Click on the picture to enlarge
    Windows Firewall with Advanced Security

    If the rules are missing, add them:

    3.1. Click New Rule... in the Inbound Rules menu.

    3.2. Select "Port" and click Next.

    2.PNG

    3.3. Type 8443 and click Next.

    1.PNG

    3.3. Select "Allow the connection" and click Next.

    3.PNG

    3.3. Select all profiles and click Next.

    4.PNG

    3.4. Name the rule "Plesk" and click Finish.

    5.PNG

 

Note: If a 3rd-party firewall/router is configured between your Plesk server and the Internet, open ports 8443/8880 there as well.

 

2. Opening ports 8443/8880 in a cloud computing service firewall

If Plesk is installed on a cloud computing service, follow the instructions for your cloud computing service to open ports 8443/8880:

  • Amazon EC2
  • Amazon Lightsail
  • Google Cloud
  • Microsoft Azure
  • Alibaba Cloud

 

3. Opening ports 8443/8880 on hosting/Internet service provider side

If after applying the above steps Plesk ports 8443/8880 are still shown as filtered (closed) by an online port checker (for example, ping.eu), that means that these ports are filtered on a hosting/Internet service provider side. Please, contact your hosting/Internet service provider and ask them to open these ports for you.

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Did You Know Plesk is Now on Udemy?

Read More »

The Big Data Hosting Dilemma: Is Your Provider Solving it?

Read More »

Install Plesk on Alibaba Cloud in Minutes

Read More »
Knowledge Base

 Unable to connect to a Plesk server via FTP in the passive mode

Read More »

How to install Plesk for Linux

Read More »

How to configure a passive FTP port range in Plesk for Windows?

Read More »

 How to add PTR record to Cloud Server with installed Plesk?

Read More »

Hosting Wiki

  • Content Security Policy ( CSP )
  • DBMS Interface
  • Server Redundancy
  • Vertical Cloud
  • Cloud Management
  • Cloud Service Architecture
  • Cloud Computing
  • Linux Containers
  • Amazon CloudFront
  • Google Cloud CDN
  • Cloudflare
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Hosting Control Panel
  • Plesk
  • Web Server
  • DNS Server
  • SSH
  • Firewall
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family