Common TCP/UDP ports โ€” the ones you'll actually see

There are 65,535 possible ports per protocol. Most are unused. Here are the ~100 you'll actually run into doing network admin, gaming, or troubleshooting.

Web and remote access

PortProtocolService
22TCPSSH โ€” secure shell, SFTP, SCP
23TCPTelnet โ€” plaintext, avoid
80TCPHTTP โ€” web, plaintext
443TCP/UDPHTTPS โ€” encrypted web (UDP for HTTP/3)
3389TCP/UDPRDP โ€” Windows Remote Desktop
5900TCPVNC โ€” remote desktop
8080TCPHTTP alternative โ€” proxies, dev servers
8443TCPHTTPS alternative โ€” admin panels, proxies

Email

PortProtocolService
25TCPSMTP โ€” server-to-server email
110TCPPOP3 โ€” email retrieval (legacy)
143TCPIMAP โ€” email retrieval, plain
465TCPSMTPS โ€” submission, implicit TLS
587TCPSMTP submission with STARTTLS โ€” preferred for clients
993TCPIMAPS โ€” IMAP over TLS
995TCPPOP3S โ€” POP3 over TLS

File transfer and sharing

PortProtocolService
20, 21TCPFTP โ€” data and control (largely deprecated)
69UDPTFTP โ€” trivial FTP, used by routers/PXE
137, 138UDPNetBIOS Name/Datagram
139TCPNetBIOS Session
445TCPSMB โ€” Windows file sharing, often blocked at firewalls
2049TCP/UDPNFS โ€” Unix file sharing

DNS and directory

PortProtocolService
53UDP/TCPDNS โ€” UDP for queries, TCP for zone transfers and large responses
853TCPDNS over TLS
389TCPLDAP โ€” directory access
636TCPLDAPS โ€” LDAP over TLS
88TCP/UDPKerberos โ€” authentication

Network management

PortProtocolService
67, 68UDPDHCP โ€” server / client
123UDPNTP โ€” network time
161, 162UDPSNMP โ€” query / trap
514UDPSyslog
500, 4500UDPIPsec / IKE โ€” VPN
1194UDP/TCPOpenVPN
51820UDPWireGuard (default)

VoIP, video, real-time

PortProtocolService
5060UDP/TCPSIP โ€” VoIP signaling
5061TCPSIP-TLS
10000โ€“20000UDPRTP โ€” VoIP media stream (range varies)
3478UDPSTUN โ€” NAT traversal
5349TCPTURN over TLS

Databases

PortProtocolService
1433TCPMicrosoft SQL Server
1521TCPOracle DB
3306TCPMySQL / MariaDB
5432TCPPostgreSQL
6379TCPRedis
27017TCPMongoDB

Common gaming ports

Game / servicePorts
Xbox LiveTCP 3074, UDP 88, 500, 3074, 3544, 4500
PlayStation NetworkTCP 80, 443, 1935, 3478โ€“3480; UDP 3478โ€“3479
SteamTCP 27015โ€“27050; UDP 27000โ€“27100
Minecraft (Java)TCP 25565
Minecraft (Bedrock)UDP 19132
Discord (voice)UDP 50000โ€“65535

Port ranges by category