5601
TCP
Kibana
Kibana
⚠️ Security: DependsStatus: Active📊 Category: Monitoring
📋 Basic Information
- Port Number
- 5601
- Protocol
- TCP
- Service
- Kibana
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
Authentication required, use behind reverse proxy
🛠️ 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 kibana -y
sudo systemctl start kibana
sudo systemctl enable kibana🐳Docker
docker run -d --name kibana -p 5601:5601 kibana:8.11.0🔗 Related Ports
9200🔥
Elasticsearch
Elasticsearch Search Engine
TCP
Elasticsearch search and analytics engine HTTP API with real-time distributed search, log analysis, full-text search, RESTful API, and JSON-based
⚠️ Security: Depends🔍 Category: Search
9300
Elasticsearch-Transport
Elasticsearch Transport
TCP
Elasticsearch inter-node communication for internal data synchronization, shard replication, and distributed search coordination
⚠️ Security: Depends🔍 Category: Search