Syncfusion Licensing Overview

8 Mar 20243 minutes to read

We have introduced license key validation for Essential JS2 platforms from the 2022 Volume 1 release. This licensing key validation will enforce the developer to register the valid licensing key in an application while referring to any of the latest JavaScript packages, either from npm or CDN or build.

License key can be obtained from the My Account » License and downloads section of the Syncfusion website. To obtain a license key, you will need to have an active trial or license or community license.

Before using any JavaScript controls, you must register the obtained license key in the application code. Otherwise you will get license validation error message in application as shown in below

This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this help topic for more information.

Privacy Assurance

The Syncfusion license does not store any user-specific information or details related to the user’s company. The license key provided contains solely the encrypted values necessary for Syncfusion component validation. This ensures the privacy and security of user data while enabling effective validation of the components.

It’s crucial to emphasize that the encrypted license key undergoes validation entirely on the client side, eliminating the need for network connections or HTTP requests. This approach enhances privacy, as Syncfusion neither accesses personal data nor collects information about users or devices. Whether working on a local development machine or within a CI/CD system, the license key validation process remains consistent, offering a secure and efficient experience without any data transmission to Syncfusion servers or third-party entities.

Difference between unlock key and license key

Please note that this license key is different from the installer unlock key that you might have used in the past and needs to be separately generated from Syncfusion website.

  • Unlock Key - Syncfusion Unlock Key is used to unlock the Syncfusion installers alone.

  • License Key - Syncfusion License Key is a string that needs to be registered in your script to avoid licensing warning.

Refer to this KB article to know more about difference between the Syncfusion Unlock Key and the Syncfusion License Key.

Registering Syncfusion license keys in Build server

Source of Syncfusion assemblies Details License Key needs to be registered? Where to get license key from
NuGet package If the Syncfusion assemblies used in Build Server were from the Syncfusion NuGet packages, then no need to install any Syncfusion installer. We can directly use the required Syncfusion NuGet packages at nuget.org.

But, if using NuGet packages from the nuget.org, then we should register the Syncfusion license key in the application.
Yes Use any developer license to generate keys for Build Environments as well.
Trial installer If the Syncfusion assemblies used in Build Server were from Trial Installer, we should register the license key in the application for the corresponding version and platforms, to avoid trial license warning. Yes Use any developer trial license to generate keys for Build Environments as well.
Licensed installer If the Syncfusion assemblies used in Build Server were from Licensed Installer, then there is no need to register the license keys.

You can download and install the licensed version of our installer.
No Not applicable

The license verification process implemented by Syncfusion has been designed to seamlessly integrate with your app’s functionality without any adverse impact on its performance. Although keys are permitted to be included in the application source code/bundle, it is imperative to refrain from actively promoting, publishing, or distributing license keys. Any attempt to disseminate license key information with the intention of circumventing licensing requirements is strongly discouraged.

See Also