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
Important Files and Directories
- Application directory:
/root/influxdb3-explorer - Docker Compose file:
/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
Check status:
docker compose -f /root/influxdb3-explorer/docker-compose.yml ps
View logs:
docker compose -f /root/influxdb3-explorer/docker-compose.yml logs -f
Restart Explorer:
docker compose -f /root/influxdb3-explorer/docker-compose.yml restart
