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
重要文件和目录
- 应用程序目录:
/root/influxdb3-explorer - 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
检查状态:
docker compose -f /root/influxdb3-explorer/docker-compose.yml ps
查看日志:
docker compose -f /root/influxdb3-explorer/docker-compose.yml logs -f
Restart Explorer:
docker compose -f /root/influxdb3-explorer/docker-compose.yml restart
