Self-Hosted QA Platform

Modern Testing,
Simplified

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.

Explore Features

Everything You Need

Modern self-hosted capabilities for QA, ops, and engineering teams

Project-Based Test Management

Create projects, organize test cases and plans, and keep structured QA work tied to each release.

Uptime Monitoring

Track service availability, add checks for endpoints, and keep operational visibility inside the same platform.

Role-Based Access Control

Manage users, roles, and permissions dynamically so every team member only sees the modules they should access.

Self-Hosted Branding

Customize your application title, logo, and favicon so your deployment matches your organization.

Profiles and Team Identity

Let users manage profile details and avatars with secure image upload handling and instant in-app updates.

Agents and Pipelines

Coordinate automation, connect agents, and run repeatable QA workflows from a single self-hosted workspace.

Deploy in Minutes

Get started with Docker in just a few simple steps

1

Pull the Docker Image

Download the latest Qulaxy image from Docker Hub

docker pull qulaxy/test-management:latest
2

Run the Container

Start Qulaxy with your preferred configuration

docker run -d -p 8080:8080 \
--name qulaxy \
-e DB_HOST=your-db-host \
qulaxy/test-management:latest
3

Access Your Instance

Open your browser and start managing tests

http://localhost:8080

Using Docker Compose

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:
Run with: docker-compose up -d

Comprehensive Documentation

Everything you need to master Qulaxy

Simple, Transparent Pricing

Self-hosted license for testing, access control, branding, and operations

Ready to transform your testing?

Join hundreds of teams already using Qulaxy