InfluxDB 3 Explorer

Web app for visualizing, querying, and managing data in InfluxDB 3 Core and Enterprise

Accessing InfluxDB 3 Explorer

Explorer listens only on localhost inside the server.

1. Create an SSH tunnel (from your local machine):

ssh -L 8888:localhost:8888 root@<SERVER_IP>

2. Open Explorer in your browser:

http://localhost:8888

File e directory importanti

  • Directory dell'applicazione: /root/influxdb3-explorer
  • File Docker Compose: /root/influxdb3-explorer/docker-compose.yml
  • Environment file (session secret): /root/influxdb3-explorer/.env
  • Persistent Explorer data volume: /root/influxdb3-explorer/db

Managing the Explorer Container

Controlla lo stato:

docker compose -f /root/influxdb3-explorer/docker-compose.yml ps

Visualizza registri:

docker compose -f /root/influxdb3-explorer/docker-compose.yml logs -f

Restart Explorer:

docker compose -f /root/influxdb3-explorer/docker-compose.yml restart

Dettagli dell'applicazione