Nothing to wire up
npx @bull-board/cli -r redis://localhost:6379, or the official Docker image. No install, no code.
Point it at a Redis URL, or mount it in your own server. See queues, jobs, schedulers and logs. Pause, retry, clean and reschedule from one UI.
npx @bull-board/cli -r redis://localhost:6379, or the official Docker image. No install, no code.
Adapters for Express, Fastify, Koa, Hapi, NestJS, Hono, H3, Elysia, and Bun.
Every repeatable job in one view. Opt-in throughput and latency history that outlives BullMQ's ring buffer.
Read-only mode, per-request visibility guards for multi-tenant boards, and hooks for finer access control.
Theme tokens named after the shadcn contract, so a generated palette drops in. Formatters rewrite job data without touching your producers.
All three queue adapters ship in the core package, including v6 queues stored in PostgreSQL.

If you already have a Redis with queues in it, one command serves the dashboard against it. Nothing to install, no code to write.
npx @bull-board/cli -r redis://localhost:6379The same thing runs as a container with ghcr.io/felixmosh/bull-board. Both are covered in the CLI guide and Run with Docker. Either way it runs on your own machines against your own datastore, with no telemetry and nothing phoning home.