# License Configuration (EMQX Enterprise)

# Task Target

  • How to configure EMQX Enterprise License.
  • How to update the EMQX Enterprise License.

# Configure License

EMQX Enterprise License can be applied for free on EMQ's official website: Apply for EMQX Enterprise License (opens new window).

Here are the relevant configurations for EMQX Custom Resource. You can choose the corresponding APIVersion based on the version of EMQX you wish to deploy. For specific compatibility relationships, please refer to EMQX Operator Compatibility:

# Check the License Information

kubectl exec -it emqx-ee-core-0 -c emqx -- emqx_ctl license info
1

The output is similar to:

customer        : EMQ
email           : cloudnative@emqx.io
deployment      : deployment-6159820
max_connections : 10000
start_at        : 2023-02-16
expiry_at       : 2023-05-17
type            : trial
customer_type   : 0
expiry          : false

1
2
3
4
5
6
7
8
9
10

From the output results, you can see the basic information of the license we applied for, including applicant information, the maximum number of connections supported by the license, and the expiration time of the license.

# Update the License