> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-license-server.md).

# DecisionRules License Server

### Overview

The **DecisionRules License Server** is a component responsible for validating and managing licenses for your DecisionRules instance.

It ensures that every running instance is properly authorized and can operate according to the licensing terms. During startup, the application verifies the license before allowing full operation.

### Purpose

The main purpose of the License Server is to:

* Validate that the provided license key is correct and active
* Authorize the DecisionRules instance to run
* Enforce licensing rules and limits
* Ensure compliance with contractual terms
* Control and monitor usage of the software

### Setup

To successfully run DecisionRules with online licensing, your infrastructure must allow outbound access to the License Server.

{% content-ref url="/pages/le7CRo6cx4c6OKBmnWNG" %}
[Prerequisites](/doc/other-deployment-options/docker-and-on-premise/prerequisites.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.decisionrules.io/doc/decisionrules-applications/decisionrules-license-server.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.
