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