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