Port 5432 — PostgreSQL

PostgreSQL database server. Popular open-source alternative to MySQL.

Is Port 5432 Open on Your Server?

Test it now with our Port Scanner

Port 5432 Details

Port5432
ServicePostgreSQL
ProtocolTCP
EncryptedVaries
Common UsePostgreSQL database server

How to Check Port 5432

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)

Related Ports

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

All Tools · Learn · SamNet