# Offline activation of License Files

When protecting a cross-platform app with License Files, in the event a  client does not have an internet connection to activate a license online, you can perform an **offline activation** as described below.

**1. From the QLM Management Console**

* In the QLM application, under the Manage Keys tab, locate and select the license to activate.
* Click on the Activate button.
* Fill in the Computer ID field on the Activation tab along with other fields as required.
* Click on the **Advanced** tab.
* Select a location where you would like to store a license file on your system then click Ok.
* Send the generated license file to your customer and ask them to copy it to the folder where your application expects the license file to be located.

![](https://support.soraco.co/hc/article_attachments/360010584071/mceclip2.png)

![](https://support.soraco.co/hc/article_attachments/360010584091/mceclip3.png)

&#x20;

**2. From the QLM Portal**

* In the QLM Portal, under the Licenses tab, locate and select the license to activate.
* Click on the Activate button.
* Fill in the Computer ID field on the Activation tab along with other fields as required.
* Click on the **Advanced** tab.
* Click Download License File
* Click Ok
* A license file will be downloaded to the current computer
* Send the generated license file to your customer and ask them to copy it to the folder where your application expects the license file to be located.

![](https://support.soraco.co/hc/article_attachments/360023278451/mceclip2.png)

**3. From the QLM Self Help**&#x20;

* From a computer that has internet access, your customer loads the web page where you are hosting the QLM Self Help

![](https://support.soraco.co/hc/article_attachments/360010584031/mceclip0.png)

* Select "Activate a license"
* Enter the Activation Key and Computer ID
* Check "Generate a license file"
* Click Activate
* A license file will be automatically downloaded to the end user system
* The user should then copy this file to the system that is offline in a location specific to your application

![](https://support.soraco.co/hc/article_attachments/360010584051/mceclip1.png)

&#x20;

&#x20;&#x34;**. From the QLM API**

You can also call the [ValidateLicenseHttp](/docs/api-reference/http-methods/validatelicensehttp.md) method to download the QLM License file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/fundamental-concepts/how-does-offline-activation-work/offline-activation-of-cross-platform-apps-with-license-files.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
