# The number of allowed activation keys per client has now been exceeded

The server property **numberOfTrialLicensesAllowedPerClient** limits the number of trial licenses that can be activated by a client. A client is uniquely identified by a ComputerID and a ComputerName. A value of -1 means there is no limit.

The **enforceMaxTrialsWhenActivating** controls whether QLM limits the number of trial keys per system.&#x20;

Once the number of trials per client has been reached, you have 2 options to allow a specific client to activate:

1. Increase the value of **numberOfTrialLicensesAllowedPerClient**&#x20;
2. Deactivate some of the activated licenses

To deactivate some of the activated licenses:

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Search for all licenses that match the client's Computer ID as shown in the screenshot below
* For each found license, you must either delete the license or deactivate it.

<figure><img src="/files/lx1PYiQuFfnKZBoE7h3k" alt=""><figcaption></figcaption></figure>


---

# 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/faq/the-number-of-allowed-activation-keys-per-client-has-now-been-exceeded.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.
