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
Fichiers et répertoires importants
- Répertoire des applications :
/root/influxdb3-explorer - Fichier 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
Vérifier le statut :
docker compose -f /root/influxdb3-explorer/docker-compose.yml ps
Afficher les journaux :
docker compose -f /root/influxdb3-explorer/docker-compose.yml logs -f
Restart Explorer:
docker compose -f /root/influxdb3-explorer/docker-compose.yml restart
