Skip to main content
Version: v0.16

Installation

Prerequisites

Before installing Conduit, ensure you have:

  1. Docker - Install Docker and configure it to run without sudo
  2. Docker Compose - Conduit's CLI supports both v2 and v1 (v2 comes pre-installed with Docker Desktop)

Quick Install with CLI

The fastest way to get Conduit running locally:

# Basic setup with latest stable release
npx @conduitplatform/cli deploy setup

# Interactive setup with module selection
npx @conduitplatform/cli deploy setup --config

Upon completion, the admin panel will open in your browser.

Default credentials: admin / admin

Alternative Installation Methods

Version Compatibility

Don't mix different major versions of Conduit, modules, or the Admin Panel.

Verify Installation

After installation, verify Conduit is running:

  1. Open the Admin Panel at http://localhost:8080
  2. Login with admin / admin
  3. You should see the dashboard with available modules

What's Next?