Skip to content
ZeroServer.tools

Common Ports Lookup

Search common TCP/UDP ports and the services that use them.

PortProtocolServiceDescription
20TCPFTP-DATAFile Transfer Protocol (data transfer)
21TCPFTPFile Transfer Protocol (control)
22TCPSSHSecure Shell, SCP, and SFTP
23TCPTelnetUnencrypted remote login (legacy)
25TCPSMTPEmail routing between mail servers
53TCP/UDPDNSDomain Name System lookups
67UDPDHCPDynamic Host Configuration (server)
68UDPDHCPDynamic Host Configuration (client)
69UDPTFTPTrivial File Transfer Protocol
80TCPHTTPUnencrypted web traffic
110TCPPOP3Post Office Protocol (email retrieval)
123UDPNTPNetwork Time Protocol
143TCPIMAPInternet Message Access Protocol
161UDPSNMPSimple Network Management Protocol
389TCP/UDPLDAPDirectory services
443TCPHTTPSEncrypted web traffic (TLS)
445TCPSMBWindows file sharing
465TCPSMTPSSMTP over implicit TLS
514UDPSyslogSystem logging
587TCPSMTPEmail submission (with STARTTLS)
631TCPIPPInternet Printing Protocol
993TCPIMAPSIMAP over TLS
995TCPPOP3SPOP3 over TLS
1080TCPSOCKSSOCKS proxy
1194UDPOpenVPNOpenVPN tunneling
1433TCPMSSQLMicrosoft SQL Server
1521TCPOracleOracle database
2049TCPNFSNetwork File System
3000TCPDev serverCommon Node.js / React dev port
3306TCPMySQLMySQL / MariaDB database
3389TCPRDPRemote Desktop Protocol
5432TCPPostgreSQLPostgreSQL database
5672TCPAMQPRabbitMQ / message queues
5900TCPVNCVirtual Network Computing
6379TCPRedisRedis key-value store
8080TCPHTTP-altAlternate HTTP / proxies / dev servers
8443TCPHTTPS-altAlternate HTTPS
9200TCPElasticsearchElasticsearch REST API
27017TCPMongoDBMongoDB database

About TCP and UDP ports

A port is a 16-bit number (0–65535) that identifies a specific service on a host. Ports 0–1023 are the well-known ports assigned to standard services like HTTP (80), HTTPS (443), and SSH (22); 1024–49151 are registered ports used by apps such as MySQL (3306) and PostgreSQL (5432). This is a quick reference of the ports developers and sysadmins reach for most — searchable instantly in your browser.

Related: the HTTP status codes reference, the MIME type lookup, and the IP address validator.

Related Developer Utilities tools