> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/getting-started/installation/registration.md).

# Registration

Here are the steps to follow in order to register your licenses via the Devolutions Server web interface.

1. Navigate to ***Administration*** – ***Licenses***.

![](https://cdnweb.devolutions.net/docs/DVLS0005_2025_3.png)

2. Click on ***Add***.
3. Manually enter a license or import an `.lic` license file.
4. Click on ***Add***.

### Offline registration

If you need to register your license while offline (if internet is disabled or if for whatever reason you cannot reach the servers), you can only do it by importing the `.lic` file provided to you by email, which contains a JSON Web Token (JWT). You can also download the `.lic` file from your [Devolutions Portal](https://portal.devolutions.com/serials) account and import it as described in the steps above.

{% hint style="info" %}
Licenses can be shared using the ***Share*** button in the Devolutions Portal. It allows you to send either the license number or the `.lic` file through Devolutions Send.
{% endhint %}

#### See also

* [Licenses (Devolutions Portal)](https://docs.devolutions.net/portal/licenses/)
* [Getting started with Devolutions packages](https://docs.devolutions.net/resources/getting-started-packages/)
* [Devolutions store – Tailored packages for your IT needs](https://store.devolutions.net/package)


---

# 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.devolutions.net/server/getting-started/installation/registration.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.
