Alternative HTTP port. Common for development servers, proxies, and web applications.
Test it now with our Port Scanner
| Port | 8080 |
|---|---|
| Service | HTTP Alternate |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Alternative HTTP port |
Online: Use our Port Scanner — enter your IP and port 8080.
Command line:
nc -zv your-server-ip 8080 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 8080 (PowerShell)
Check locally:
ss -tlnp | grep :8080 (Linux) netstat -an | findstr :8080 (Windows)