Docs Connect Get Started Licensing Enterprise Licensing Anyone can use the Certified and Community connectors, but you need an Enterprise Edition license to use Enterprise connectors. Purchase an Enterprise Edition license You can purchase and download a license from the Redpanda website. Apply a license key to Redpanda Connect Once you have downloaded a license key, you can apply it in the following ways: Run the following command: rpk connect run --redpanda-license <license-key> ./<connect-configuration>.yaml Replace the following placeholder: <license-key>: The full license key string. <connect-configuration>: The name of your Redpanda Connect configuration file. Save the license key to the following directory: /etc/redpanda/redpanda.license. Set the environment variable: ${REDPANDA_LICENSE_FILEPATH} to point to the file where the license key is stored. Redpanda Connect checks the license key status at runtime. If the license key is unavailable or has expired, you are blocked from using Enterprise connectors. You can view the license key’s expiration date at any time in the Redpanda Connect logs. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Helm Chart Upgrade