Qulaxy helps self-hosted teams run testing and operations from one place. Manage projects, test cases, role-based access, branding, uptime monitoring, agents, and pipelines with full control of your data.
Modern self-hosted capabilities for QA, ops, and engineering teams
Create projects, organize test cases and plans, and keep structured QA work tied to each release.
Track service availability, add checks for endpoints, and keep operational visibility inside the same platform.
Manage users, roles, and permissions dynamically so every team member only sees the modules they should access.
Customize your application title, logo, and favicon so your deployment matches your organization.
Let users manage profile details and avatars with secure image upload handling and instant in-app updates.
Coordinate automation, connect agents, and run repeatable QA workflows from a single self-hosted workspace.
Get started with Docker in just a few simple steps
Download the latest Qulaxy image from Docker Hub
docker pull qulaxy/test-management:latest
Start Qulaxy with your preferred configuration
docker run -d -p 8080:8080 \
--name qulaxy \
-e DB_HOST=your-db-host \
qulaxy/test-management:latest
Open your browser and start managing tests
http://localhost:8080
For a complete setup with database and caching behind your own infrastructure
version: '3.8'
services:
qulaxy:
image: qulaxy/test-management:latest
ports:
- "8080:8080"
environment:
- DB_HOST=postgres
- DB_NAME=qulaxy
- DB_USER=admin
- DB_PASSWORD=secure_password
- REDIS_HOST=redis
depends_on:
- postgres
- redis
restart: unless-stopped
postgres:
image: postgres:15-alpine
environment:
- POSTGRES_DB=qulaxy
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=secure_password
volumes:
- postgres_data:/var/lib/postgresql/data
restart: unless-stopped
redis:
image: redis:7-alpine
restart: unless-stopped
volumes:
postgres_data:
docker-compose up -d
Everything you need to master Qulaxy
Quick start guide, first project setup, and team onboarding
Read more →Environment variables, branding, email, and system settings
Read more →Production deployment best practices
Read more →Branding, workflows, and self-hosted customization options
Read more →Authentication, authorization, and security
Read more →Self-hosted license for testing, access control, branding, and operations
Deploy on your infrastructure with Docker
License delivered instantly • 14-day free trial • Includes branding, RBAC, and profile management • 3-day grace period
Join hundreds of teams already using Qulaxy