> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.10.0.0/deployment/licensing/disable-license-auto-reactivation.md).

# 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.10.0.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.10.0.0/deployment/licensing/pages/IA2KNQLXDh85TwDivL4y#mainappservercommands-stopappserverwindowslinux2.stopappserver) the application, then [start](https://docs.wproofreader.com/v6.10.0.0/deployment/licensing/pages/IA2KNQLXDh85TwDivL4y#mainappservercommands-startappserverwindowslinux1.startappserver) it again.

Use [Main AppServer commands](/v6.10.0.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
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.wproofreader.com/v6.10.0.0/deployment/licensing/disable-license-auto-reactivation.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.
