Prometheus monitoring server default port.
Test it now with our Port Scanner
| Port | 9090 |
|---|---|
| Service | Prometheus |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | Prometheus monitoring server default port |
Online: Use our Port Scanner — enter your IP and port 9090.
Command line:
nc -zv your-server-ip 9090 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 9090 (PowerShell)
Check locally:
ss -tlnp | grep :9090 (Linux) netstat -an | findstr :9090 (Windows)