Port Checker & Reference

Reference guide for common network ports and their purposes. Note: Browser security prevents direct port scanning from web pages.

Browser Limitations

Due to browser security restrictions, direct port scanning cannot be performed from a web page. This tool provides a reference guide for common ports. For actual port checking, use command-line tools like telnet, nc (netcat), or online port checker services.

Port Information Lookup

Common Network Ports Reference

PortServiceProtocolDescriptionAction
20FTP DataTCPFile Transfer Protocol data transfer
21FTP ControlTCPFile Transfer Protocol control
22SSHTCPSecure Shell remote login
23TelnetTCPTelnet remote login
25SMTPTCPSimple Mail Transfer Protocol
53DNSTCP/UDPDomain Name System
80HTTPTCPHypertext Transfer Protocol
110POP3TCPPost Office Protocol version 3
143IMAPTCPInternet Message Access Protocol
443HTTPSTCPHTTP Secure (SSL/TLS)
465SMTPSTCPSMTP over SSL
587SMTP SubmissionTCPSMTP message submission
993IMAPSTCPIMAP over SSL
995POP3STCPPOP3 over SSL
3306MySQLTCPMySQL database server
3389RDPTCPRemote Desktop Protocol
5432PostgreSQLTCPPostgreSQL database server
8080HTTP AltTCPAlternative HTTP port
8443HTTPS AltTCPAlternative HTTPS port

How to Check Ports (Command Line)

Using Telnet:

telnet example.com 80

Using Netcat (nc):

nc -zv example.com 80

Using PowerShell (Windows):

Test-NetConnection -ComputerName example.com -Port 80

About Port Checker & Reference

This is a free, fast, and fully client-side port checker & reference tool. All processing is done locally within your browser to ensure maximum privacy and security. No data is sent to our servers. Bookmark this page for quick access to ad-free, high-performance SEO and developer utilities.