# You have exceeded the maximum number of activations allowed per system.

QLM can limit the number of activations on a given system. This is enforced with the following [Server Properties](/docs/qlm-license-server/server-properties.md):

* maxActivationsPerSystem
* maxActivationsEnforcedOnVMsOnly

The message "You have exceeded the maximum number of activations allowed per system" indicates that the limit configured in maxActivationsPerSystem was reached.

Once maxActivationsPerSystem  has been reached, you have 2 options to allow a specific client to activate:

1. Increase the value of the server property **maxActivationsPerSystem**. Note that this is a global setting that affects all customers.
2. Decrease the **ActivationCount** of the specific customer.

#### How to decrease the Activation Count

**Single Activation Licenses**

For single-activation licenses (Number of Licenses = 1), the Activation Count can be decreased as follows:

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Locate and select the license that needs to be updated
* Click Edit
* Decrement the Activation Count field
* Click Ok

**Multiple Activation Licenses**

For multiple-activation licenses (Number of Licenses > 1), the Activation Count can be decreased as follows:

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Locate and select the license that needs to be updated
* Click the + button to expand the license and view all activated licenses
* Locate and select the computer that needs to be updated
* Click Edit
* Decrement the Activation Count field
* Click Ok


---

# 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/you-have-exceeded-the-maximum-number-of-activations-allowed-per-system..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.
