Add a License Key to Redpanda Console

To enable enterprise features for Redpanda Console, you must have an Enterprise Edition license to load at startup. This guide explains how to configure Redpanda Console to load the license key from its local configuration.

Redpanda Console can also load the license key from a connected Redpanda cluster. To add a license key to Redpanda, see Add an Enterprise Edition License to Redpanda.

Prerequisites

You must have an Enterprise Edition license. If you don’t have a license yet, request one.

If Redpanda Console has enterprise features enabled and cannot find a valid license locally or in the connected Redpanda cluster, it shuts down. See Redpanda Licenses, Editions, and Enterprise Features.

Add a new license to Redpanda Console

To add a new license to Redpanda Console, you have two options:

Use a license file

Specify the path to the license file in one of the following ways:

  • Set the licenseFilepath property in the /etc/redpanda/redpanda-console-config.yaml configuration file:

    licenseFilepath: <path-to-license-file>
  • Set the REDPANDA_LICENSE_FILEPATH environment variable:

    export REDPANDA_LICENSE_FILEPATH=<path-to-license-file>

Use the license key contents directly

If you don’t want to provide a path to the license file, you can use the contents of the license key directly in one of the following ways:

  • Set the license property in the /etc/redpanda/redpanda-console-config.yaml configuration file:

    license: <license-key-contents>
  • Set the REDPANDA_LICENSE environment variable:

    export REDPANDA_LICENSE=<license-key-contents>

Update an existing license

To update an existing license:

  1. Update your configuration file or environment variables with one of the following:

  2. Restart Redpanda Console to make the changes take effect.