The web UI for HyperbyteDB. Browse your data, run queries, inspect cluster health, and manage users — all from one place.
Overview · Databases · Query Studio · Query History · Data Explorer · Storage · Cluster · Users
Pull the image and run it:
docker run -d --name hyperbytedb-dashboard \
-p 3000:3000 \
-e HYPERBYTEDB_URL=http://host.docker.internal:8086 \
-e SESSION_SECRET=change-me-in-production \
ghcr.io/hyperbyte-cloud/hyperbytedb-dashboard:latestPoint HYPERBYTEDB_URL at your HyperbyteDB instance. On Linux, replace host.docker.internal with your host IP if needed.
Sign in with your HyperbyteDB username and password. If auth is disabled on HyperbyteDB, leave both fields blank and click Sign in.
Installation, configuration, Helm, and developer guides: docs/
Licensed under the Apache License, Version 2.0. See LICENSE.