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.
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
bash$ kubectl exec -it emqx-ee-core-0 -c emqx -- emqx_ctl license info
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.
bashcustomer : 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
Update License