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
Fontos fájlok és könyvtárak
- Alkalmazás könyvtár:
/root/influxdb3-explorer - Docker Compose fájl:
/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
Állapot ellenőrzése:
docker compose -f /root/influxdb3-explorer/docker-compose.yml ps
Naplók megtekintése:
docker compose -f /root/influxdb3-explorer/docker-compose.yml logs -f
Restart Explorer:
docker compose -f /root/influxdb3-explorer/docker-compose.yml restart
