> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Lerian Console via Helm

> Helm chart installation and version reference for the Lerian Console.

Lerian Console is the unified web interface for managing Lerian products. It provides dashboards for ledger operations, account management, transaction monitoring, and plugin configuration through a single UI.

## Prerequisites

***

* A running Midaz deployment. Lerian Console connects to Midaz APIs for data.
* Access Manager deployed (for authentication).
* Kubernetes 1.30+ and Helm 3+.

## Key configuration

***

```yaml theme={null}
console:
  image:
    tag: "1.5.0"
  env:
    MIDAZ_API_URL: "http://midaz-ledger:3002"
```

## OCI registry

***

```bash theme={null}
oci://registry-1.docker.io/lerianstudio/product-console
```

## Installation

***

```bash theme={null}
helm install console oci://registry-1.docker.io/lerianstudio/product-console --version <version> -n console --create-namespace
```

Replace `<version>` with the desired chart version from the table below.

## Version compatibility

***

| Chart version | Lerian Console |
| :------------ | :------------- |
| 2.0.1         | 1.5.0          |
| 1.0.0         | 1.0.0          |

For the full cross-product compatibility matrix, see [Version compatibility](/en/platform/helm/helm-version-compatibility).

## Resources

***

* [Lerian Console documentation](/en/platform/lerian-console/about-lerian-console)
* [Helm chart repository](https://github.com/LerianStudio/helm)
