#multiple environments

2 messages · Page 1 of 1 (latest)

lament yokeBOT
#

Hi @solid kiln. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

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]

There is no mention in the knowledge sources of a single dashboard UI that can switch between or aggregate multiple self-hosted backends simultaneously. If that's a feature you need, I'd recommend asking directly in the Convex Discord community where the Convex team is active.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: