Documentation

Build with
QueueHub

Everything you need to set up, configure, and get the most out of QueueHub. From connecting your first queue to deploying the agent relay in production.

Search documentation…⌘K

Get started in 4 steps

From signup to monitoring — here's how to get QueueHub running.

01

Create your account

Sign up at app.queuehub.tech with your email or GitHub account. No credit card required.

→ Visit https://app.queuehub.tech
→ Click 'Get started free'
→ Complete your profile
02

Connect a queue backend

Add your Redis connection string or SQS credentials. QueueHub supports BullMQ, BeeQueue, and SQS out of the box.

# Example Redis URL
redis://username:password@host:6379

# Or with TLS
rediss://host:6380
03

Install the agent (optional)

For private Redis instances, install the QueueHub agent. It creates a secure tunnel without exposing any ports.

npm install -g @queuehub/agent
queuehub-agent connect --token YOUR_TOKEN
04

Invite your team

Add team members, assign roles, and share dashboards. Everyone gets real-time visibility into the queues they need.

→ Go to Settings → Team
→ Enter email addresses
→ Choose roles: Admin / Operator / Viewer
🐳 Self-hosting

Deploy on your own infrastructure

QueueHub Enterprise includes a self-hosted Docker image. Deploy on your own servers, VPC, or Kubernetes cluster. Full control over data, networking, and updates.

  • Single Docker Compose deployment
  • Kubernetes Helm chart included
  • PostgreSQL + Redis for state
  • Automatic TLS certificate management
  • Health checks and Prometheus metrics
  • Zero-downtime rolling updates
Learn about self-hosting →
terminal — docker compose up

$ docker compose up -d

[+] Running 4/4

Container queuehub-db Started

Container queuehub-redis Started

Container queuehub-api Started

Container queuehub-web Started

✓ QueueHub is running at https://queuehub.yourcompany.com

Still have questions?

Our team is here to help. Whether you need help with setup, configuration, or have a feature request — we'd love to hear from you.