# Disable license auto-reactivation

There is a mechanism of license reactivation available and, by default, it is enabled. There will be a set of attempts to reactivate a license automatically that is about to expire (7 days, 1 day, 1 hour, and 10 minutes before expiration). All the attempts and their status will be recorded in the log files in case you have an internet connection on the server with the WebSpellChecker software.

If you do not wish the license to be auto-reactivated upon its expiration, you can disable the [**AutoLicenseReactivation**](/v6.12.0/deployment/configuration/application-server/appserver-parameters.md#draft-appserverparameters-autolicensereactivation) option.

1\. Before making any changes, it is recommended to **stop AppServer**.

2\. Locate the **AppServerX.xml** configuration file in the WebSpellChecker installation folder on your server. The default path to the AppServerX.xml file is **\<WebSpellChecker\_Installation\_Path>/AppServer/AppServerX.xml**

3\. Scroll down to the section with parameters responsible for licensing: **\<License>...\</License>**.

4\. For the **AutoLicenseReactivation** parameter change the default value from **true** to **false**, to disable the license reactivation attempts.

AppServerX.xml

```javascript
<AutoLicenseReactivation>false</AutoLicenseReactivation>
```

5\.

Restart AppServer to apply changes in `AppServerX.xml`.

To restart: [stop](https://docs.wproofreader.com/v6.12.0/deployment/licensing/pages/IA2KNQLXDh85TwDivL4y#mainappservercommands-stopappserverwindowslinux2.stopappserver) the application, then [start](https://docs.wproofreader.com/v6.12.0/deployment/licensing/pages/IA2KNQLXDh85TwDivL4y#mainappservercommands-startappserverwindowslinux1.startappserver) it again.

Use [Main AppServer commands](/v6.12.0/deployment/configuration/application-server/main-appserver-commands.md).

Since the auto-reactivation will be disabled, you are responsible for ensuring timely activation of the license manually. Otherwise, the spell and grammar check functionality stops working.


---

# 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.wproofreader.com/v6.12.0/deployment/licensing/disable-license-auto-reactivation.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.
