License information Evaluation = false, Expiration Date = Tue May 19 00:00:00 UTC 2025, Contact Name = John Doe, Contact Email Address = john.doe@company.com, Contact Telephone = 00000000, Contact Company = Local Global Ltd, Contact Country = US, Entitlements = clustering,api-gateway
Install an Enterprise License
MuleSoft makes available a trial version of the Enterprise Edition of Mule runtime engine (Mule) for the purpose of evaluation. Though perfect for exploring Mule and Anypoint Studio, the trial license for Enterprise limits usage of Mule and isn’t appropriate for production uses.
Complete this steps to acquire and install a non-trial Enterprise license before you use Mule runtime in a production environment.
-
Contact your MuleSoft account representative or the MuleSoft sales team to acquire an Enterprise license. Depending on your subscription, the license is provided either as:
-
A single
license.lic
file -
A
.zip
file that contains one or more license files:-
For Government Cloud customers, the
.zip
file includes both alicense-fips.lic
(FIPS), and alicense.lic
(non-FIPS) license. -
For non-Government Cloud customers, the
.zip
file usually contains only one license file in the form of alicense.lic
file.
-
-
-
Before installing, it’s recommended to remove the previous license from your
$MULE_HOME
directory:-
Navigate to
$MULE_HOME/conf/
-
Delete the existing
muleLicenseKey.lic
file.
-
-
If you’re installing your license on multiple platforms, back up your new
license.lic
file in another location before proceeding. -
Make sure that the Mule Server is stopped (not running) and then open the terminal or command line on your system.
-
Set the
JAVA_HOME
environment variable before running themule -installLicense
command.-
On Mac/Unix/Linux, if
JAVA_HOME
isn’t detected automatically, set it to avoid any issues. -
On Windows, if
JAVA_HOME
isn’t set, the license installation fails.
-
-
If your license was provided as a
.zip
file, extract it and select the correct file for your environment. -
Run the license installation command:
-
On Mac/Unix/Linux, from the
$MULE_HOME/bin
directory, runmule -installLicense ~/license.lic
. -
On Windows, copy the
license.lic
file to the\bin
folder, and then runmule.bat -installLicense license.lic
from the command line.
-
-
In the
$MULE_HOME/conf
directory, Mule saves a new file calledmuleLicenseKey.lic
. This shows that the license has been installed. -
Start your Mule Server again, by the usual means.
Verify or Remove Enterprise Edition License
Make sure that the Mule Server is stopped and then open the terminal or command line on your system.
-
To verify that Mule has successfully installed your Enterprise license, run:
mule -verifyLicense
The command outputs:
-
To uninstall a previously installed license, run:
mule -unInstallLicense
Sometimes the license installation fails and it might be necessary to manually delete
$MULE_HOME/conf/muleLicenseKey.lic
. -
To verify the license before installing it, run:
mule -verifyLicenseDetails [path_to_license]
The command outputs the same information as in
mule -verifyLicense
.
Download Your License Key File
-
Log in to the MuleSoft Support portal at https://help.mulesoft.com using your credentials. If you don’t have login information, contact your Customer Success Manager.
-
Click on the Support tab located on the navigation menu of the Mulesoft Help Center home page.
-
Click on the Subscriptions tab located halfway through the page.
-
Click on the Subscription Name of the subscription you would like a license key for. Please note that you must click on the Subscription Name (second column on the right) or you won’t be forwarded to the correct page.
-
Click on the License ID number located at the end of the page on the right.
-
Click on the License Key file located in the Notes & Attachments section at the beginning of the page on the right to download your license key.
-
Some subscriptions provide a direct
license.lic
file. -
Others provide a
.zip
file that contains one or more license files. Extract the.zip
file and use the correct license previously described.
-
If you download a FIPS license, see FIPS 140-2 Compliance Support to configure your Mule runtime to run in FIPS mode.
Install Enterprise License on Embedded Mule
Though not recommended for production environments, you have the option of installing an Enterprise license on the Mule that comes bundled with Studio.
-
Download and install Mule Enterprise Edition.
-
Contact your account representative or the MuleSoft sales team to acquire an Enterprise Edition license. Depending on your subscription, the license is provided either as a direct
license.lic
file or inside a.zip
file. -
Complete the steps previously outlined to install the new license on the Mule Enterprise Edition from the first step.
-
From the
$MULE_HOME/conf
directory, copy the new license file that Mule stored:muleLicenseKey.lic
. -
Paste the
muleLicenseKey.lic
file into the classpath of your embedded application in Mule bundled with Studio.
Install Product Licenses
To use the SAP Connector or other premium connectors, you must first acquire, then install a product license. Contact your account representative or the MuleSoft sales team to acquire a license for one of the previously mentioned products.
The MuleSoft Enterprise Maven customer repository allows you to access Mule Enterprise modules, connectors, and other components not included in the trial or community versions. See About the Mule Maven Plugin for details. |