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.
Get started in 4 steps
From signup to monitoring — here's how to get QueueHub running.
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
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
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
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
Explore the docs
Browse documentation by topic.
Getting Started
QuickstartSet up QueueHub in under 5 minutes. Connect your first queue and start monitoring.
Agent Relay
Deploy the QueueHub agent to securely connect private Redis instances via WebSocket tunneling.
API Reference
Full documentation for the QueueHub REST API — endpoints, authentication, pagination, and examples.
Guides
Step-by-step tutorials for common workflows: bulk operations, alert configuration, team setup, and more.
Self-Hosting
EnterpriseDeploy QueueHub on your own infrastructure with our Docker image. Configuration, scaling, and maintenance.
Troubleshooting
Common issues, error codes, and solutions. Agent connection problems, permission errors, and FAQs.
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
$ 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.