5984

TCP

CouchDB

Apache CouchDB

⚠️ Security: DependsStatus: Active🗄️ Category: Database

📋 Basic Information

Port Number
5984
Protocol
TCP
Service
CouchDB
Popularity
Low
Description
Apache CouchDB NoSQL document database with HTTP/REST API, JSON documents, master-master replication, and offline-first design
Tags
databasenosqlcouchdb

🔒 Security Information

💡

Security Notes

Secure admin account, HTTPS usage recommended

🛠️ Installation

🐳Docker

docker run -d --name couchdb -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -p 5984:5984 couchdb:latest

Check

curl http://admin:password@localhost:5984

🔗 Related Ports