Port 80 — HTTP

Hypertext Transfer Protocol. Unencrypted web traffic. Most websites redirect port 80 to 443 (HTTPS).

Is Port 80 Open on Your Server?

Test it now with our Port Scanner

Port 80 Details

Port80
ServiceHTTP
ProtocolTCP
EncryptedNo
Common UseHypertext Transfer Protocol

How to Check Port 80

Online: Use our Port Scanner — enter your IP and port 80.

Command line:

nc -zv your-server-ip 80 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 80 (PowerShell)

Check locally:

ss -tlnp | grep :80 (Linux)   netstat -an | findstr :80 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet