Activate License for NCache Enterprise .NET Core
After downloading NCache, a license key can be obtained from Alachisoft Sales to activate your copy. This activation for NCache .NET Core can be done through Command Line.
Online Activation
- For online license activation, approach the
/opt/ncache/bin/activation
folder of NCache, where the activation script is placed. Here's the command for that:
cd /opt/ncache/bin/activation
Note
NCache is installed in the /opt/ncache
folder by default.
- In the Command Prompt, write the following command. The key can be obtained from Alachisoft Sales.
sudo ./activate -f <FirstName> -l <LastName> -e <EmailAddress> -k XXXXXXXX-XXXXXX-XXXXXXXX
- After running this command, you will be displayed with a confirmation message saying
Thank you for registering your copy of NCache.
Manual Activation
To manually activate your license, you need to generate an activation request code to be sent to Alachisoft Sales in order to receive the activation authentication key from Alachisoft.
- In the Command Prompt, go to the
/opt/ncache/bin/activation
folder of NCache, where the activation script is placed. Here's the command for that:
cd /opt/ncache/bin/activation
- In the Command Prompt, write the following command with activation key specified in the
-k
field:
sudo ./activate -f <FirstName> -l <LastName> -e <EmailAddress> -k XXXXXXXX-XXXXXX-XXXXXXXX -m
Note
-m
specifies manual installation.
You will be prompted with a long encrypted text on the screen. This is the Activation Request Code.
Copy this code from the screen to obtain the Activation Authentication Key. You can do this two ways:
Method 1: Get Key from Alachisoft Sales
Email this code to Alachisoft Sales at sales@alachisoft.com.
You will receive the Activation Authentication key from Alachisoft Sales. Save this key as it is to be used in the proceeding steps.
Method 2: Get Key via NCache Email Activation
On your web browser, open the following page:
http://www.alachisoft.com/admin/customer_console/main.phpEnter your license key obtained from Alachisoft upon purchase of NCache and click Find.
The next page shows license details and related information. Click on the Activate NCache link.
Paste the Activation Request Code into the text box on this page and click Verify.
This opens up the Activation Data Verification page, which shows Product information, User Information and Machine Information.
Once you have verified that the information is correct, click on the Activate! button at the bottom of the page.
This opens up the Activation Result page, showing the Generated Authentication Key. Save this key as it is to be used in the proceeding steps.
On Command Prompt, enter the following command using the generated authentication key against the
-auth
parameter.
sudo ./activate -auth <authentication_key
- On successful activation, you are prompted with a message
Thank you for activating NCache.
Licensing Command Properties
Properties | Purpose |
---|---|
-k (Required) |
Specifies the License key you received from Alachisoft |
-f (Required) |
Specifies first name of the user |
-l (Required) |
Specifies last name of the user |
-e (Required) |
Specifies email address of the user |
-m |
Specifies manual license activation |
-r |
Specifies reactivation |
-d |
Specifies deactivation |
See Also
Reactivate License
Deactivate License
Evaluation Period Management