# License Configuration (EMQX Enterprise)

# Task Target

  • Configure EMQX Enterprise License.
  • Update EMQX Enterprise License.

# Configure License

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

The following is the relevant configuration of EMQX Custom Resource. You can choose the corresponding APIVersion according to the version of EMQX you want to deploy. For the specific compatibility relationship, please refer to EMQX Operator Compatibility:

# Configure EMQX Cluster

# Update License

  • View License Information

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

    The following output can be obtained. From the output results, we can see the basic information of the license we applied for, including the applicant's information, the maximum number of connections supported by the license, and the expiration time of the license.

    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
  • Update License