#multiple environments
2 messages · Page 1 of 1 (latest)
The knowledge sources do not explicitly mention a unified dashboard that aggregates multiple self-hosted backends in one view.
What the docs do describe is that the Convex dashboard is a per-deployment tool — you point it at a single backend URL when launching it. For example, when running the dashboard via Docker:
docker run -e 'NEXT_PUBLIC_DEPLOYMENT_URL=<your-backend-url>' -p '6791:6791' 'ghcr.io/get-convex/convex-dashboard:latest'
You'd need to run (or relaunch) a separate dashboard instance pointed at each backend URL. [self-hosted dev & deploy]