Skip to content
Free Tool Arena

Developer Utilities · Free tool

Port Number Lookup

Quick reference for ~140 well-known TCP/UDP ports — search by number or service name. Web, mail, DNS, DB, SSH, Docker, Kafka, MQTT, more.

Updated May 2026
Category

90 of 90 ports

PortProtocolServiceDescriptionCategory
80
TCPHTTPPlaintext web traffic. Serve only redirects to 443 in production.Web
443
TCPHTTPSTLS-encrypted HTTP. Standard for every public web service.Web
8080
TCPHTTP-altCommon alt-HTTP port for dev servers, Tomcat, Jenkins, proxies.Web
8443
TCPHTTPS-altCommon alt-HTTPS port for dev / management UIs.Web
3000
TCPDev serverDefault for Node.js apps (Express, Next.js, Create React App).Web
3001
TCPDev server (alt)Common second Node.js port when 3000 is taken.Web
5000
TCPFlask / devPython Flask default. Conflicts with macOS AirPlay Receiver.Web
5173
TCPViteVite dev server default.Web
4200
TCPAngular CLIng serve default.Web
8000
TCPPython http.serverDefault for `python -m http.server`. Also Django default.Web
8888
TCPJupyterJupyter Notebook / Lab default.Web
9000
TCPPHP-FPM / SonarQubePHP-FPM listener; also default for SonarQube.Web
1313
TCPHugo devHugo static-site generator dev server.Web
4000
TCPJekyll / PhoenixJekyll dev default; also Elixir Phoenix default.Web
25
TCPSMTPServer-to-server email relay. ISPs typically block outbound to non-mail-servers.Mail
465
TCPSMTPSSMTP over implicit TLS (legacy but still widely used).Mail
587
TCPSMTP submissionClient-to-server submission with STARTTLS. Modern outbound.Mail
110
TCPPOP3Plaintext POP3 — deprecated in favor of POP3S (995) or IMAP.Mail
995
TCPPOP3SPOP3 over TLS.Mail
143
TCPIMAPPlaintext IMAP — use IMAPS (993) instead.Mail
993
TCPIMAPSIMAP over TLS — standard modern email retrieval.Mail
53
TCP/UDPDNSDomain Name System queries (UDP) and zone transfers (TCP).DNS
853
TCPDNS-over-TLSDoT — encrypted DNS. Used by 1.1.1.1, 9.9.9.9.DNS
5353
UDPmDNSMulticast DNS / Bonjour. Powers .local hostname resolution.DNS
22
TCPSSHSecure Shell — remote terminal, sftp, scp, port forwarding.Auth
88
TCP/UDPKerberosKerberos authentication.Auth
389
TCP/UDPLDAPPlaintext LDAP — use LDAPS (636) for production.Auth
636
TCPLDAPSLDAP over TLS.Auth
464
TCP/UDPkpasswdKerberos password change.Auth
1812
UDPRADIUSAuth requests. (Accounting on 1813.)Auth
1433
TCPMS SQL ServerMicrosoft SQL Server default.Database
1521
TCPOracle DBOracle Database listener default.Database
3306
TCPMySQL / MariaDBMySQL + MariaDB default port.Database
5432
TCPPostgreSQLPostgres default port.Database
6379
TCPRedisRedis default — bind to localhost only unless you've configured AUTH.Database
9042
TCPCassandraCassandra CQL native protocol.Database
9200
TCPElasticsearch HTTPElasticsearch / OpenSearch REST API.Database
9300
TCPElasticsearch transportElasticsearch internal node-to-node transport.Database
27017
TCPMongoDBMongoDB default. Same security warning as Redis — never bind to 0.0.0.0 without auth.Database
5984
TCPCouchDBCouchDB HTTP API.Database
7000
TCPCassandra inter-nodeCassandra inter-node communication.Database
11211
TCP/UDPMemcachedMemcached default.Database
8086
TCPInfluxDBInfluxDB HTTP API.Database
23
TCPTelnetPlaintext remote shell — deprecated; use SSH instead.Remote
3389
TCPRDPRemote Desktop Protocol — Windows. Never expose to the public internet.Remote
5900
TCPVNCVirtual Network Computing. Like RDP but cross-platform.Remote
5901
TCPVNC display 1Subsequent VNC displays use 5900 + display number.Remote
21
TCPFTP controlPlaintext file transfer — use SFTP (22) instead.File transfer
20
TCPFTP dataFTP active-mode data channel.File transfer
989
TCPFTPS dataFTP over implicit TLS, data channel.File transfer
990
TCPFTPS controlFTP over implicit TLS, control channel.File transfer
69
UDPTFTPTrivial FTP — small file transfers, common in PXE boot.File transfer
445
TCPSMBServer Message Block — Windows file sharing.File transfer
139
TCPNetBIOSNetBIOS Session Service (legacy SMB transport).File transfer
2049
TCP/UDPNFSNetwork File System.File transfer
5222
TCPXMPP clientJabber / XMPP client connection.Chat
5269
TCPXMPP serverXMPP server-to-server.Chat
6667
TCPIRCInternet Relay Chat (plaintext).Chat
6697
TCPIRC over TLSEncrypted IRC.Chat
5060
TCP/UDPSIPSession Initiation Protocol — VoIP signaling.Chat
5061
TCPSIP over TLSEncrypted SIP.Chat
25565
TCPMinecraft JavaMinecraft Java edition default.Game
19132
UDPMinecraft BedrockMinecraft Bedrock edition default.Game
27015
TCP/UDPSteam / SourceSteam game server / Valve Source engine.Game
7777
TCP/UDPUnreal / TerrariaCommon Unreal Engine + Terraria default.Game
500
UDPIKE / IPSecInternet Key Exchange — IPSec VPN setup.VPN
4500
UDPIPSec NAT-TIPSec NAT traversal.VPN
1194
UDPOpenVPNOpenVPN default.VPN
1701
UDPL2TPLayer 2 Tunneling Protocol.VPN
1723
TCPPPTPPoint-to-Point Tunneling — deprecated, broken cryptography.VPN
51820
UDPWireGuardWireGuard default.VPN
67
UDPDHCP serverDHCP server-side (clients send to here).Other
68
UDPDHCP clientDHCP client-side.Other
123
UDPNTPNetwork Time Protocol.Other
161
UDPSNMPSimple Network Management Protocol — agent.Other
162
UDPSNMP trapSNMP trap notifications.Other
514
UDPsyslogRemote system logging.Other
631
TCP/UDPIPP / CUPSInternet Printing Protocol / CUPS daemon.Other
873
TCPrsyncrsync daemon protocol (when not over SSH).Other
1883
TCPMQTTMessage Queue Telemetry Transport — IoT.Other
8883
TCPMQTT over TLSEncrypted MQTT.Other
5672
TCPAMQP / RabbitMQAdvanced Message Queuing Protocol.Other
15672
TCPRabbitMQ managementRabbitMQ web management UI.Other
9092
TCPKafkaApache Kafka broker default.Other
2181
TCPZookeeperApache ZooKeeper client.Other
6443
TCPKubernetes APIKubernetes API server (TLS).Other
2375
TCPDocker daemon (insecure)Plaintext Docker API — never expose externally.Other
2376
TCPDocker daemon (TLS)TLS-secured Docker API.Other
2377
TCPDocker SwarmSwarm cluster management.Other
6379
TCPSentinelRedis Sentinel — note: same as Redis itself; sentinel uses 26379 by default in production.Other

Curated from the IANA Service Name and Transport Protocol Port Number Registry. The list focuses on ports developers and sysadmins actually encounter — full registry has 14,000+ entries.

Found this useful?Email

Advertisement

What it does

Quick reference for ~140 well-known TCP/UDP ports — search by number or service name. Web, mail, DNS, DB, SSH, Docker, Kafka, MQTT, more. Developer tools live or die by latency, predictability, and zero learning curve.

Privacy matters: pasting credentials, JWTs, or production data into a third-party server is an audit failure waiting to happen. The gap between “rough estimate” and “defensible number” is exactly where good tooling earns its keep — the math is reproducible, but knowing which inputs matter and what the result means is half the work.

When data flows through external services (analytics, error tracking, ad tags), confirm the tool isolates sensitive inputs. A common pitfall: leaking sensitive data through analytics scripts on the page. Treat the tool’s output as a starting point and validate against authoritative sources for any consequential decision.

Embed this tool on your siteShow snippet

Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.

<iframe src="https://freetoolarena.com/embed/port-number-lookup" width="100%" height="720" frameborder="0" loading="lazy" title="Port Number Lookup" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>
Embed docs →

How to use it

  1. Enter your query (the value or term you&rsquo;re looking up).
  2. Pick scope or filter if the lookup supports them.
  3. Read the matching result with relevant context and notes.
  4. Cross-reference against an authoritative primary source for high-stakes use.
  5. Save or copy the result for reuse.

When to use this tool

  • Sensitive transformations where data shouldn&rsquo;t hit a third-party server.
  • Quick one-off transformations that don&rsquo;t justify a CLI install.
  • Educational walkthroughs where you want to show the input-output mapping live.
  • Verifying output of automated pipelines before deploy.

When not to use it

  • Performance-critical hot paths where browser overhead matters.
  • Compliance-bound contexts requiring audit trails (SOC 2, HIPAA, PCI).
  • Bulk transformations across thousands of files (use a CLI batch tool).
  • Production pipelines where you need versioned, repeatable, scriptable execution.

Common use cases

  • A DevOps and platform engineers working through port number lookup for a real decision.
  • A security engineers auditing payloads working through port number lookup for a real decision.
  • A QA engineers building test fixtures working through port number lookup for a real decision.
  • A frontend engineers working through port number lookup for a real decision.

Frequently asked questions

Is the output identical to the standard library implementation?
Yes &mdash; modern browser implementations of TextEncoder, atob/btoa, crypto.subtle, and so on follow the same standards as Node.js, Python, and others.
What about very large files?
Browser memory limits files at roughly 100MB-2GB depending on browser and OS. For larger files, use a CLI tool or stream processing.
How does this compare to a CLI version?
Functionally equivalent for typical inputs. CLI versions handle larger files, batch processing, and scripting; this is faster for one-off ad-hoc use.
Does my data leave my browser?
No &mdash; everything runs in your browser&rsquo;s JavaScript engine. The page makes no network calls with your input data. View Network tab in DevTools to verify.
Does it work offline?
Yes once the page is loaded. The tool runs entirely client-side; refresh while online to update, but offline use works for cached pages.
Can I use this in production?
For ad-hoc dev-team use: yes. For automated pipelines: use a versioned dependency you control. The browser tool is ideal for the human-in-the-loop step.

Advertisement

Learn more

Explore more developer utilities tools

100% in-browserNo downloadsNo sign-upMalware-freeHow we keep this safe →