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.
|
Tip
|
Redpanda Console can also load the license key from a connected Redpanda cluster. To add a license key to Redpanda, see get-started:licensing/add-license-redpanda/index.adoc. |
You must have an Enterprise Edition license. To get a trial license key or extend your trial period, generate a new trial license key. To purchase a license, contact Redpanda Sales.
If Redpanda Console has enterprise features enabled and cannot find a valid license locally or in the connected Redpanda cluster, it shuts down. See get-started:licensing/overview.adoc.
To add a new license to Redpanda Console, you have two options:
Specify the path to the license file in one of the following ways:
-
Set the
licenseFilepathproperty in the/etc/redpanda/redpanda-console-config.yamlconfiguration file:licenseFilepath: <path-to-license-file>
-
Set the
REDPANDA_LICENSE_FILEPATHenvironment variable:export REDPANDA_LICENSE_FILEPATH=<path-to-license-file>
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
licenseproperty in the/etc/redpanda/redpanda-console-config.yamlconfiguration file:license: <license-key-contents>
-
Set the
REDPANDA_LICENSEenvironment variable:export REDPANDA_LICENSE=<license-key-contents>
To update an existing license:
-
Update your configuration file or environment variables with one of the following:
-
Restart Redpanda Console to make the changes take effect.