> For the complete documentation index, see [llms.txt](https://docs.santacruzsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.santacruzsoftware.com/linkrui/activation.md).

# Activation

Activate LinkrUI with your license credentials or authorized email address.

When a new user launches LinkrUI, a welcome screen appears and a 14-day trial begins automatically. You can choose to either <kbd>Activate</kbd>, <kbd>Buy retail</kbd>, or <kbd>Continue free trial</kbd>.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FOyGKSdAqYUPWHnvMgoCV%2FScreenshot%202026-08-12%20103654.png?alt=media&amp;token=081dfca4-66f9-4373-b5fa-ef84136fb59e" alt="" width="389"><figcaption><p>LinkrUI welcome screen with activation, purchase, and trial options.</p></figcaption></figure>

If you choose to continue with the free trial, you can open the activation screen at any time by either selecting <kbd>Activate</kbd> under the main menu, or by clicking <kbd>the trial ends in x days</kbd> in the bottom of the panel.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FGT08go3pxSxVFSLPs4Ui%2FScreenshot%202026-08-16%20123308dark.png?alt=media&amp;token=9c2cfd51-60b1-4945-8bb6-8c93b632f5c7" alt="" width="539"><figcaption><p>Open activation from the menu or trial link.</p></figcaption></figure>

## Activation

When activation is required, LinkrUI displays an activation screen. The available activation and purchase options depend on how you received LinkrUI and which application you are using.

### Retail activation and purchase

Retail users can register and purchase a license by selecting <kbd>Buy Retail</kbd>.

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FvyEcqpKqDotFLtXWOIaQ%2FScreenshot%202026-08-12%20114138.png?alt=media&amp;token=81a47c57-4b94-4e3b-a437-ae9095961f86" alt="" width="395"><figcaption><p>Select Buy Retail to register and purchase a LinkrUI license.</p></figcaption></figure>

After registration, LinkrUI opens a Stripe checkout page to complete the purchase.

### Reseller activation

Reseller-associated users can activate LinkrUI in either of these ways:

{% tabs %}
{% tab title="Authorized email address" %}

1. Confirm that your administrator created a licensing account for your email address.
2. Open the activation screen and select <kbd>Activate</kbd>.
3. Enter your authorized email address.
4. Select <kbd>Activate</kbd>.
   {% endtab %}

{% tab title="Activation key" %}

1. Obtain your username, password, and activation key from your administrator.
2. Open the activation screen and select <kbd>Activate</kbd>.
3. Enter your username, password, and activation key.
4. Select <kbd>Activate</kbd>.
   {% endtab %}
   {% endtabs %}

<figure><img src="https://1895738376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2lt9lcavWcRN7izHUMZE%2Fuploads%2FZPaRotSZW5boYUbHxvY1%2FScreenshot%202026-08-12%20113952.png?alt=media&amp;token=00243fee-f7dc-4b60-8c7a-b923e2fd49ea" alt="" width="398"><figcaption><p>Activate LinkrUI with an authorized email address or activation key.</p></figcaption></figure>

{% hint style="info" %}
If your email address or activation credentials are not recognized, contact your administrator.

See [troubleshooting](/linkrui/from-original-doc.md#activation-not-working) for more help.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.santacruzsoftware.com/linkrui/activation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
