TCP Port Testing · No Download

Is This Port Open?

Test if any TCP port is open and reachable on any host or IP address. Common ports like SSH (22), HTTP (80), HTTPS (443), MySQL (3306), PostgreSQL (5432), and MongoDB (27017) — or any custom port you need.

Port Checker
Enter a hostname or IP and the ports you want to test (comma-separated). Results appear in real time.
Enter a host and ports → click Check Ports
Advertisement

What is a port checker?

A port checker tests whether a specific TCP port on a remote host is accepting connections. When a port is "open", it means there is a service listening on that port and it is reachable from your current network. When a port is "closed" or "filtered", either no service is running on that port or a firewall is blocking the connection.

Common ports and their services

Why would a port appear closed?

A port can appear closed for several reasons: no service is listening on that port, a firewall (like AWS Security Groups, UFW, or iptables) is blocking the connection, or the host is offline. If you expect a port to be open, use our IP Whitelist Config Generator to add your IP to the relevant firewall rules.

Advertisement

Port checker questions

How does this port checker work?
This tool attempts TCP connections from your browser to the target host and port using WebSocket probing. A successful connection means the port is open. Results reflect what's reachable from your current network — results may differ if you're behind a corporate proxy or VPN.
What's the difference between closed and filtered?
A closed port actively refuses the connection (the server responds with a reset). A filtered port doesn't respond at all — typically because a firewall is silently dropping packets. Both appear as "Closed / Filtered" in this tool since the distinction requires raw socket access not available in browsers.
How do I open a port on my server?
It depends on your setup. For AWS EC2, add an inbound rule to your Security Group. For Linux servers, use UFW (sudo ufw allow 443) or iptables. For GCP, create a Firewall Rule. Use our IP whitelist config generator to get the exact commands for your environment.
Copied!