5432
TCP
PostgreSQL
PostgreSQL Database
⚠️ Security: DependsStatus: Active🗄️ Category: Database
📋 Basic Information
- Port Number
- 5432
- Protocol
- TCP
- Service
- PostgreSQL
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
Do not expose externally, use SSL/TLS connections and strong authentication
🛠️ Installation
🐧Linux
# Ubuntu/Debian
sudo apt update
sudo apt install postgresql postgresql-contrib -y
sudo systemctl start postgresql
sudo systemctl enable postgresql🐳Docker
docker run -d --name postgres -e POSTGRES_PASSWORD=mysecretpassword -p 5432:5432 postgres:latest🔌Connect
psql -h localhost -U postgres🔗 Related Ports
3306🔥
MySQL
MySQL Database
TCP
MySQL relational database management system, most popular database for web applications with high performance, replication, and clustering
⚠️ Security: Depends🗄️ Category: Database
27017🔥
MongoDB
MongoDB Database
TCP
MongoDB NoSQL document-oriented database with JSON document storage, schema-less flexibility, horizontal scaling, sharding, and replica sets
⚠️ Security: Depends🗄️ Category: Database
1433🔥
MSSQL
Microsoft SQL Server
TCP
Microsoft SQL Server enterprise relational DBMS with T-SQL support, advanced analytics, and BI capabilities
⚠️ Security: Depends🗄️ Category: Database