Skip to main content

Prerequisites

Before you begin, ensure you have:
1

Docker installed

Docker Engine 24+ and Docker Compose v2+ are required.
2

License key

A valid Verilock license key (vrl_...). Get one from the Portal.

Quick Install

1. Download the bundle

Download from the Portal Downloads page, or manually:

2. Configure environment

Copy and edit the environment file:
Change all default passwords before deploying to production. At minimum, update:
  • DB_PASSWORD
  • REDIS_PASSWORD
  • MINIO_SECRET_KEY and AWS_SECRET_ACCESS_KEY (must match)
Required settings: Optional settings:

3. Start the services

This will:
  1. Pull all required Docker images
  2. Start PostgreSQL, Redis, MinIO, and the AML engine
  3. Run database migrations automatically
  4. Cache configuration
  5. Start the application with queue workers
First startup takes 2-5 minutes as images are downloaded and the database is initialized.

4. Verify the deployment

You should see:

5. Access the application

Open http://localhost:8080 (or your configured APP_URL) in your browser.
  • Dashboard: /dashboard — Create your first admin account
  • API: /api/v1/ — Ready to accept API calls
  • Developer Docs: /developer — Built-in API documentation

Post-Install

Create API Keys

Generate API keys to start integrating

Configure Mail

Set up email for OTP and notifications

Set Up SSL

Configure HTTPS with a reverse proxy

Configure Storage

Set up document storage