Port 5984: CouchDB
Port 5984 is the default HTTP API port for Apache CouchDB, a document database that you query and update using plain HTTP requests and JSON. It is a project default rather than an IANA-registered port.
TCPDatabasesUnencrypted by default
| Port number | 5984 |
|---|---|
| Service | Apache CouchDB HTTP API |
| Protocol | TCP |
| Category | Databases |
| Default encryption | No |
Security note. Port 5984 is not encrypted by default. Restrict it to trusted networks, or use an encrypted alternative where one exists, to avoid exposing credentials and data in transit.
Frequently asked questions
What is port 5984 used for?
Port 5984 is the default HTTP API port for Apache CouchDB, a document database that you query and update using plain HTTP requests and JSON. It is a project default rather than an IANA-registered port.
Is port 5984 TCP or UDP?
Port 5984 (CouchDB) uses TCP.
Is port 5984 secure?
Port 5984 is not encrypted by default. Where possible, use an encrypted alternative or tunnel it over TLS or a VPN.
Should I open port 5984 on my firewall?
Only if you specifically need CouchDB. Expose it to the smallest set of trusted sources, and never open database or Windows-service ports to the whole internet.