PostgreSQL database server. Popular open-source alternative to MySQL.
Test it now with our Port Scanner
| Port | 5432 |
|---|---|
| Service | PostgreSQL |
| Protocol | TCP |
| Encrypted | Varies |
| Common Use | PostgreSQL database server |
Online: Use our Port Scanner — enter your IP and port 5432.
Command line:
nc -zv your-server-ip 5432 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 5432 (PowerShell)
Check locally:
ss -tlnp | grep :5432 (Linux) netstat -an | findstr :5432 (Windows)