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

 Unable to open Updates & Upgrades on Plesk for Linux: ERR_CONNECTION_TIMED_OUT

 
centoscentos 7clidebianfirewall

Symptoms

  • Unable to open Plesk UI via port 8447. The following error is shown in a browser:

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


    This site can’t be reached


    The connection has timed out


    ERR_CONNECTION_RESET

  • The nmap utility shows that port 8447 is filtered:

    # nmap -p 8447 example.com

    PORT STATE SERVICE
    8447/tcp filtered unknown

Cause

Port 8447 that is used by Plesk Installer is filtered/closed with a firewall.

Resolution

Open port 8447 in the firewall:

Note: if this is an Amazon installation, refer to this documentation page.

Note: if this is a Google installation, refer to this documentation page.

Opening port via Plesk

  1. Log in to Plesk.

  2. Go to Tools & Settings > Firewall and click the Enable button.

    Note: If the Plesk Firewall component is not installed/missing, move to the command-line section.

  3. Click the rule Plesk installer > select Allow > and click OK.

  4. If port 8447 is still filtered/closed, check if there are any intermediate firewalls.

    Contact a network administrator for further troubleshooting.

Opening port via a Command Line Interface (CLI) in Linux

  1. Connect to the server via SSH.

  2. Check the status of port 8447:

    # iptables -nL | grep 8447

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

    • For CentOS 7:

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

    • For Debian:

      # apt install iptables-persistent

  4. Allow incoming connections to port 8447:

    • For CentOS/RHEL-based distributions:

      # iptables -I INPUT 1 -p tcp --dport=8447 -j ACCEPT
      # service iptables save

    • For Debian/Ubuntu-based distributions:

      # iptables -I INPUT 1 -p tcp --dport=8447 -j ACCEPT
      # iptables-save > /etc/iptables/rules.v4

  5. If port 8447 is still filtered/closed, check if there are any intermediate firewalls.

Contact a network administrator for further troubleshooting.

Alternatively it is possible to use command line interface (CLI) of plesk installer: How to install / uninstall Plesk components?

Additional Information

  • Which ports should be opened for all Plesk services to work with a firewall
Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Recommended OSs for Plesk

Read More »

WordPress Firewall – Why Do You Need One?

Read More »

CentOS Project Announces Early End-of-Life Date for CentOS 8

Read More »
Knowledge Base

Unable to start Plesk Premium Antivirus ( Dr.Web ) on Plesk server

Read More »

How to open all ports on local server needed by Plesk for Linux automatically?

Read More »

On Plesk for Linux server, deny rules set up in Plesk Firewall do not block connections to Docker container

Read More »

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

Read More »

Hosting Wiki

  • Django
  • CLI
  • DBMS Interface
  • Server Redundancy
  • Linux Containers
  • Google Cloud CDN
  • AMP
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • MongoDB
  • Plesk
  • Web Server
  • DNS Server
  • SSH
  • Firewall
  • Network Bandwidth
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