8086
TCP
InfluxDB
InfluxDB
⚠️ Security: DependsStatus: Active🗄️ Category: Database
📋 Basic Information
- Port Number
- 8086
- Protocol
- TCP
- Service
- InfluxDB
- Popularity
- 🔥 High
🔒 Security Information
💡
Security Notes
Enable authentication, use HTTPS, restrict external access
🛠️ Installation
🐧Linux
# Ubuntu/Debian
wget -q https://repos.influxdata.com/influxdata-archive_compat.key
echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
sudo apt-get update
sudo apt-get install influxdb2 -y
sudo systemctl start influxdb
sudo systemctl enable influxdb🐳Docker
docker run -d --name influxdb -p 8086:8086 influxdb:latest✓Check
curl http://localhost:8086/health🔗 Related Ports
9090🔥
Prometheus
Prometheus Monitoring
TCP
Prometheus monitoring system for metrics collection
⚠️ Security: Depends📊 Category: Monitoring
3001
Node-Alt
Node.js Alternative Port
TCP
Node.js alternative development port or Grafana, automatically selected when port 3000 is in use
⚠️ Security: Depends💻 Category: Development