One container next to your stack. Queues, jobs, failures, progress, logs, flows and Pro groups, behind a real login. No KEYS, one round trip per screen, payloads truncated inside Redis before they travel.
# 1. run it next to the Redis your workers already use docker run -d --name bullpane -p 3000:3000 \ -e SESSION_SECRET=$(openssl rand -base64 32) \ -e DATABASE_URL=mysql://user:pass@mysql:3306/bullpane \ ghcr.io/madmorett/bullpane:latest # 2. open http://localhost:3000, create the admin, add a Redis connection # 3. that's the whole install. Pro is a key you paste in Settings → License. ✓ works with Redis, Redis Cluster, Valkey · BullMQ 4/5 and BullMQ Pro
Built by Matheus Morett, CTO at Monest · 100M+ BullMQ jobs a day in production. Every feature here shipped because we needed it first. @Morett_the_best
bull-board is free but has no login. Taskforce.sh is the hosted dashboard from the BullMQ authors: polished, but your job data leaves your network and you pay per connection. Bullpane is the third option: self-hosted, safe on production, priced per installation.
| bull-boardopen source | Taskforce.shhosted SaaS | Bullpaneself-hosted | |
|---|---|---|---|
| Job data stays in your network | ✓ | –payloads go to their cloud | ✓ |
| Login | – | ✓ | ✓ |
| Users & roles | – | ✓ | Pro |
| Search inside job data | – | ✓ | ✓ |
| BullMQ Pro groups, per-group concurrency & rate limits | – | ✓ | ✓ |
| Alerts to Slack / webhook | – | ✓ | Pro |
| Audit log in your own database | – | –lives in their account | Pro |
| Flow graph | – | ✓ | Pro |
| Price | Free | Monthly, per connection | Free · Pro $19/mo per installation |
Real screenshots of the dashboard, running against a BullMQ Pro queue and a busy demo. No mockups, no "artist's impression". If it is on this page, it is on the screen.
⌘ K searches every queue on every connection. Waiting and failed counts sit right in the result, so you know which one is on fire before you open it.

Status straight from Pro's own keys: waiting, limited, maxed, paused. Active jobs against the group's concurrency cap, its rate limit, and exactly when a limited group resumes.
Validated against @taskforcesh/bullmq-pro 7.48 running real workers, not against a guess at the key layout. Group jobs are listed in the order Pro will serve them.

Library and version, workers connected right now, global concurrency, global rate limit, whether a limiter is throttling this very second, metrics on or off, max events.
And when something lives only in worker options, like batch size, it says not observable from Redis instead of inventing a number. You can trust every field because we refuse to guess the ones we cannot read.

Row actions on every job, bulk actions on a selection, Retry all failed, Pause, Clean. Drain and Obliterate exist too, behind the admin role.
The failure reason sits in the row. No click, no modal, no "loading job 5440…".

A timeline from created to processed to finished, with wait and run time. Data as a collapsible tree or raw JSON. Options, return value, stack trace, logs, and the audit trail of who touched this job.
Payloads are truncated inside Redis for the list view and fetched whole only when you open the job.

Throughput, rate and success per minute, read from the metrics:completed and metrics:failed counters your workers already write. Fifteen minutes, an hour, or everything the queue kept.
Not a ZCOUNT over the completed set, which lies the moment removeOnComplete starts pruning. The card tells you which source it used.

INFO every three secondsMemory, CPU, commands per second, latency, clients, keys, with history per connection. Sampled on the server and shared, so ten open tabs cost your Redis exactly as much as one.

One key unlocks everything below for one installation, unlimited users. Verified with bullpane.com once a day, keeps working for seven days offline. Pro features are always shown locked in the free edition, never hidden.
Backlog alerts from live counts. Failure and failure-rate alerts from BullMQ's metrics counters over a window you choose, with a minimum sample so a quiet minute cannot trip them.
The engine says warming up until it has real history and no metrics when a worker was created without them, instead of firing on a number it cannot stand behind. Slack or any webhook, cooldown per alert, every delivery logged.

Every mutating action: who, what, on which queue or job, result, IP. Append-only, in your own MySQL. A discard the role did not allow shows up as refused, which is the row you will actually want one day.
Filter by person, action, connection, queue or date. Export CSV for the auditor. Job payloads are never stored.

Viewer sees everything and changes nothing. Operator runs the queues, alerts and folders. Admin is the only role that can drain, obliterate, manage users or touch the license. Not a UI convention: the server checks.

Hundreds of queues across connections, grouped by team or product, with totals, success rate and alerts per folder.
Detected from the parent references your BullMQ flows already leave in Redis, plus manual edges for the hops your code does by hand.
Every repeatable job with its pattern, how many times it ran, next run, and a Remove button that goes through the official API.
Per installation, not per connection, not per seat. Taxes and invoices are handled by Creem, our merchant of record. 14-day refund on your first payment, and the free edition never expires.
You get a key on the receipt. Paste it in Settings → License. The server activates it once against bullpane.com and re-checks it daily. One key runs one installation; to move servers, remove the key on the old one and paste it on the new one. Lost access to the old server? Write to hello@bullpane.com and we free it.
After a successful check the installation keeps Pro for seven days without any contact, and shows a "grace period" badge so you know. Air-gapped for real? Write to hello@bullpane.com for an offline key that never phones home.
No. The only thing the server ever sends to bullpane.com is the license key, a label for the installation (hostname) and the activation id. Job data, Redis URLs and queue names stay with you. The free edition sends nothing at all.
Yes. Groups are first-class in both editions: status per group, waiting and prioritized jobs, active jobs against the group's concurrency, per-group rate limits and when a limited group resumes, validated against bullmq-pro 7.48. Batch size is a worker option BullMQ never writes to Redis, so the setup panel says "not observable" rather than guessing. Bullpane reads the same keys your workers use; it does not bundle or redistribute BullMQ Pro.
That was the design constraint. No KEYS, no unbounded scans, one Lua round trip per queue, payloads truncated inside Redis, discovery cached. Start with BULLPANE_READ_ONLY=true if you want to watch before you trust it.
The installation goes back to the free edition. Alerts, folders, users and the audit log stay in your database and become accessible again the moment a key is activated.
MySQL 8 (or MariaDB) for users, sessions, alerts and the audit log. Redis is only ever read, and written through the official BullMQ API for job actions.