Check if port is open instantly. Test port connectivity and availability for any host and port number.
• 80: HTTP, 443: HTTPS
• 22: SSH, 21: FTP
• 25: SMTP, 3306: MySQL
• Use server-side tools for port checking
Port checking is the process of testing whether a specific network port on a host is open, closed, or filtered. Ports are numbered endpoints (1-65535) that services use for network communication. Checking ports helps identify which services are running, troubleshoot connectivity issues, and verify firewall configurations.
Our free Port Checker provides information about port checking and common ports. Note that browser JavaScript cannot directly check TCP ports due to security restrictions, so port checking requires server-side tools, command-line utilities, or specialized services.
Port checking is useful for:
Browser JavaScript cannot directly check TCP ports due to security restrictions. Use server-side tools, command-line utilities, or port checking services.
Use command-line tools like nc (netcat), telnet, or nmap to check port connectivity. Online port checking services are also available.
A closed port is not accepting connections. This could mean the service isn't running or the port is blocked.
A filtered port is blocked by a firewall or network filter, preventing connection attempts from reaching the port.
Port scanning your own systems is legal. Scanning systems you don't own may violate terms of service or laws. Always get permission before scanning.