9200
TCP
Elasticsearch
Elasticsearch Search Engine
⚠️ Security: DependsStatus: Active🔍 Category: Search
📋 Basic Information
- Port Number
- 9200
- Protocol
- TCP
- Service
- Elasticsearch
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
Configure authentication and TLS, do not expose publicly
🛠️ Installation
🐧Linux
# Ubuntu/Debian
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-8.x.list
sudo apt update
sudo apt install elasticsearch -y
sudo systemctl start elasticsearch
sudo systemctl enable elasticsearch🐳Docker
docker run -d --name elasticsearch -p 9200:9200 -e discovery.type=single-node elasticsearch:8.11.0✓Check
curl http://localhost:9200🔗 Related Ports
5984
CouchDB
Apache CouchDB
TCP
Apache CouchDB NoSQL document database with HTTP/REST API, JSON documents, master-master replication, and offline-first design
⚠️ 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