FREE · NO SIGN-UP · TCP FROM EXTERNAL NETWORK

Check if a port is open from anywhere on the internet.

Test any TCP port on an IPv4, IPv6 or hostname. Results come from an external server in <2 seconds, so you see what the rest of the internet sees.

~/portchecker — tcp-probe
prober online · eu-west-1
Quick ports
Comma-separated, max 10 ports
Method TCP SYN probe Timeout 3.0s Prober eu-west-1 ⇧+Enter to check
三个步骤

Enter. Probe. Read the result.

Every probe originates from our external server in eu-west-1, not your browser or local machine. This means results reflect real internet reachability - including what firewalls, ISP blocks, and NAT rules look like from outside your network.

01 / INPUT

Give it a target

IPv4, IPv6 or hostname, plus a port from 1 to 65535. Quick-select the common ones.

$ probe example.com 443
resolving A record...
02 / PROBE

TCP SYN from eu-west-1

Sent from our external server - never your local network. The target sees a real internet client.

46.4.81.12target:443
[SYN] seq=0 win=64240
03 / RESULT

Three possible states

SYN-ACK means open. RST means closed. Silence means filtered.

OPEN  · SYN-ACK · 128ms
CLOSED · RST · 94ms
FILTERED · timeout
Reference

常用端口参考

Ports assigned by IANA for standard protocols - the ones that come up most often in firewall configs, deployment checklists, and security audits.

Port 姓名 描述
80 HTTP Primary port for unencrypted web browsing. Web servers typically use this port for standard HTTP connections. Visiting sites without encryption uses this port.
443 HTTPS Encrypted web communication using TLS/SSL protocols. Required for secure e-commerce, login pages, and any site handling sensitive information.
22 SSH Encrypted protocol for secure remote server access. Enables administrators to log in and execute commands on remote systems safely.
21 FTP Legacy protocol for file transfers between systems. Lacks encryption, making it vulnerable. Prefer SFTP (port 22) or FTPS (port 990) for secure transfers.
25 SMTP Standard port for email transmission between mail servers. Frequently blocked by ISPs to reduce spam. Contemporary email systems prefer ports 587 or 465.
53 DNS Converts human-readable domain names to numeric IP addresses. Fundamental internet service. Typically uses UDP for standard queries, TCP for extended data transfers.
110 POP3 Email retrieval protocol that downloads messages to your device and deletes them from the server. For encrypted access, use POP3S on port 995.
143 IMAP Email protocol that maintains messages on the server, enabling access from multiple devices. For encrypted connections, use IMAPS on port 993.
993 IMAPS Encrypted IMAP implementation with SSL/TLS protection. The preferred method for accessing IMAP email in current email applications.
3389 RDP Microsoft's protocol enabling remote desktop control of Windows machines. Requires robust password protection and ideally VPN access for security.
3306 MySQL MySQL's default port for TCP connections. Bind to localhost or a private interface only - an open port 3306 on a public IP is a critical server misconfiguration.
5432 PostgreSQL PostgreSQL's default port. Legitimate production setups do not expose port 5432 to the public internet. If it shows as open, investigate immediately.
6379 Redis Redis in-memory database default port. Popular for caching and session management. Requires authentication and should remain private, not publicly exposed.
27017 MongoDB MongoDB's default TCP port. Should never be publicly reachable - exposed MongoDB instances on port 27017 are a frequent source of data breaches on misconfigured servers.
Who uses it

Built for the people who live in a terminal.

From gamers troubleshooting port forwarding to sysadmins auditing firewall rules and developers confirming a deployment is reachable - port checking is one of those tools everyone in tech reaches for eventually.

游戏玩家

验证 游戏服务器可访问性 by testing essential multiplayer ports like 25565 for Minecraft or 27015 for Counter-Strike. Port checking helps diagnose connection problems and configure 端口转发 on routers.

网络管理员

审计 开放和关闭的端口 to detect security risks, confirm firewall rules, and keep enterprise networks locked down. Regular checks also help validate 分段策略 并快速发现意外暴露的服务。

Web开发者

验证 网站和API可访问性 by testing HTTP port 80 and HTTPS port 443 from external networks. Port checking confirms services are reachable during deployment and validates 防火墙配置 用于Web应用程序。

系统管理员

测试端口可用性 远程访问工具 like SSH on port 22, RDP on port 3389, or FTP on port 21. Port checking ensures remote management protocols are properly configured and verifies 安全策略 得到正确实施。

家庭用户

检查是否 互联网服务提供商 正在阻止用于托管个人网站、VoIP系统或邮件服务器的端口。端口检查有助于识别ISP限制并指导 路由器配置 用于家庭网络服务。

IT支持团队

故障排除 客户端连接问题 通过实时测试远程服务器端口。端口检查有助于识别问题是否源于端口阻止、防火墙配置错误或服务中断,从而实现 更快的问题解决

Why this one

What makes this port checker different.

No account, no install. Enter any IPv4, IPv6 or hostname and a port number - the probe runs from an external server and returns a real TCP result in under 2 seconds. Free, with no rate limits.

INSTANT

闪电般快速

TCP probes go out the moment you click. Results are back in under 2 seconds from our eu-west-1 prober - no queuing, no polling delays.

RELIABLE

高度可靠

Every port check runs from a dedicated external server, not your browser. The result reflects actual internet reachability - the same SYN-ACK or RST any real client would receive.

FREE

完全免费

访问所有功能 无需注册、订阅或隐藏费用 . Our port checker tool is free to use with no limits on the number of checks.

BATCH

批量端口检查

检查多达 同时检查10个端口 。批量检查在测试多个服务或执行全面网络审计时可以节省时间。

QUICK

快速端口选择

获取 一键访问常用端口 like HTTP, HTTPS, SSH, FTP, and database ports. Quick selection eliminates manual entry errors.

IPV6

IPv4和IPv6支持

测试端口 IPv4和IPv6地址 , as well as domain names. Full protocol support ensures you can check connectivity for any network configuration.

直接解答

常见问题。

首先确认服务正在监听所有网络接口,而不仅仅是本地回环地址(127.0.0.1)。然后检查主机防火墙是否允许该端口的入站流量,如果你在路由器后面,还需在路由器上配置 NAT 端口转发。使用我们的 端口检查器 to test from an external network. A closed result means the host is actively rejecting connections, which usually points to a missing firewall rule or a service that is not running. A filtered result means a firewall is silently dropping packets before they reach the host.

Enter a domain name or IP address and a port number between 1 and 65535, then click Check Port. The tool attempts a TCP connection from our server to your target, testing reachability from outside your own network. Open means the port accepts external connections. Closed means the host actively refused the connection with a TCP RST packet. Filtered means no response was received within the timeout period, which typically indicates a firewall is dropping packets silently.

A port checker sends a TCP SYN packet to a specified host and port, then interprets the response. If the port is open, the host replies with TCP SYN-ACK, completing the connection handshake. If closed, the host returns a TCP RST packet, actively refusing the connection. If filtered, no reply arrives and the request times out, indicating a firewall is silently dropping packets.

Port knocking hides a service port (typically SSH on port 22) by keeping it firewalled until a client sends connection attempts to a predefined sequence of ports in the correct order, for example 7000, 8000, 9000. The firewall detects this sequence and temporarily opens the target port for that specific IP address. Port knocking reduces exposure to automated scanners and brute-force attacks but is not a substitute for strong authentication.

A port is problematic when it is in an unexpected state. An unexpectedly open port may indicate a misconfigured service, a rogue process, or a compromised host. An unexpectedly closed or filtered port on a required service means traffic is being blocked. The key distinction is between closed and filtered: a closed port sends a TCP RST response, meaning the host is reachable but the service is not running. A filtered port returns nothing, meaning a firewall is blocking access before the host can respond.

TCP (Transmission Control Protocol) is connection-based and guarantees reliable, ordered delivery through a three-way handshake (SYN, SYN-ACK, ACK). Common TCP ports include 22 (SSH), 25 (SMTP), 80 (HTTP), 443 (HTTPS), and 3306 (MySQL). UDP (User Datagram Protocol) is connectionless and sends packets without confirming delivery, which reduces latency. Common UDP ports include 53 (DNS queries), 67 and 68 (DHCP), 123 (NTP), and game server ports such as 27015 (Counter-Strike). Most port checkers, including ours, test TCP connectivity.

Network ports are divided into three ranges defined by IANA. Well-known ports (0 to 1023) are assigned to standard protocols and include HTTP (80), HTTPS (443), SSH (22), FTP (21), SMTP (25), and DNS (53). Registered ports (1024 to 49151) are used by applications that registered with IANA, including MySQL (3306), PostgreSQL (5432), Redis (6379), and MongoDB (27017). Ephemeral or dynamic ports (49152 to 65535) are assigned temporarily by the operating system for outgoing connections.

Most residential ISPs block inbound connections on port 25 (SMTP), port 80 (HTTP), port 443 (HTTPS), and port 8080 to prevent customers from running public-facing servers on consumer connections. Port 25 is almost universally blocked on residential IPs to reduce spam origination. Some ISPs also block port 22 (SSH) inbound. Business-grade or static IP plans typically allow these ports.

Port forwarding is a NAT (Network Address Translation) rule configured on a router that redirects inbound traffic arriving on a specific external port to a private IP address and port inside the local network. When a packet arrives at your router's public IP on the forwarded port, the router rewrites the destination address and forwards the packet to the internal device. Without port forwarding, all unsolicited inbound traffic is dropped at the router because the router has no mapping for where to send it. To verify a port forward is working, use an external port checker after configuring the rule - if the port shows as open, the router is correctly forwarding to the internal service.

TCP port checking works by initiating a connection handshake (SYN) and interpreting the response: SYN-ACK confirms open, RST confirms closed, and no reply indicates filtered. UDP has no handshake mechanism - it sends a datagram and receives no acknowledgment if the port is open. An open UDP port simply accepts the packet silently. The only way to detect a closed UDP port is when the host returns an ICMP port-unreachable message, but many hosts suppress these messages, making UDP open and UDP filtered indistinguishable to a remote prober. This unreliability makes external UDP port checking impractical for most use cases.

The port checker confirms the TCP port accepts connections at the network level, but application-layer issues can still prevent your software from working. Common causes: the service requires TLS and your client is connecting without it (or vice versa); the service requires a specific hostname via SNI or virtual hosting that differs from the IP being tested; the application has IP allowlisting that blocks your client's IP while permitting the prober's; or the service accepts the connection then immediately closes it due to authentication failure. A port showing as open means the TCP handshake completed - it does not guarantee the service behind it will accept your specific request.

No. An external port checker sends probes from a server on the public internet and cannot reach private IP address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or the loopback address (127.0.0.1). These addresses are not routable on the public internet - packets sent to them are dropped at the first router. To test ports on a local machine or private network, use command-line tools such as nc (netcat), telnet, or nmap directly from within the same network. External port checkers are only useful for testing public-facing services.

The principle is to expose only the ports your service explicitly requires and firewall everything else. High-risk ports that are frequently targeted by automated scanners include: 22 (SSH) - restrict to specific source IPs or move to a non-standard port; 23 (Telnet) - disable entirely, use SSH instead; 3389 (RDP) - never expose publicly without a VPN in front; 3306 (MySQL), 5432 (PostgreSQL), 6379 (Redis), 27017 (MongoDB) - database ports should never be publicly accessible. FTP (21) should be replaced with SFTP over SSH. Run a port scan against your own server periodically to confirm no unexpected services have been exposed.

The TCP three-way handshake is the connection establishment sequence used before any data is exchanged. Step 1: the client sends a SYN (synchronize) packet with a randomly chosen sequence number. Step 2: if the port is open, the server responds with SYN-ACK, acknowledging the client's sequence number and sending its own. Step 3: the client sends ACK to confirm receipt, completing the handshake. Port checkers use this mechanism to determine port state: a SYN-ACK in step 2 confirms the port is open. A RST (reset) response instead of SYN-ACK means the port is closed. No response within the timeout period means the port is filtered by a firewall.