> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-administratora/license-server.md).

# Сервер лицензий

<figure><img src="/files/bLBo0tPEjmhZaF9ySVod" alt=""><figcaption></figcaption></figure>

Продукты Oz Forensics имеют гибкие возможности лицензирования. В некоторых случаях необходимо установить офлайн-сервер для лицензирования, и в данном разделе вы узнаете, как это сделать.

## Установка по шагам

Для установки требуется любой стационарный (не виртуальный) сервер с ОС Linux. [Свяжитесь с нами](mailto:Info@ozforensics.com), чтобы получить архив с программой, и следуйте инструкции ниже.

### 1. Распакуйте архив

```bash
mkdir /opt/oz
cd /opt/oz
tar xzf oz-lic.tar.gz
```

### 2. Установите службу лицензирования

```
./LexFloatServer -p product.dat -c config.yml -i --service-name ozlic
```

На этом серверная установка окончена. Дальнейшая настройка и активация производится через Web-интерфейс на порту `8090`.

### 3. Активируйте лицензию

Откройте в браузере страницу по адресу `http://server:8090` и авторизуйтесь.

![авторизация](/files/-Miq8P8E_2bD2pxVvfv4)

Зайдите в раздел `Settings`.

![](/files/-Miq9_HOj-A_tl4Mw8va)

![](/files/-MiqBkF6EIk2J0DBaYEV)

#### Онлайн-активация

Наиболее простой способ активировать сервер лицензирования — выполнить это онлайн.

Для этого достаточно ввести ключ и нажать `ACTIVATE`.

#### Офлайн-активация

При отсутствии интернета на сервере лицензирования вы можете выполнить активацию офлайн-способом.

Для этого нажмите `SWITCH TO OFFLINE ACTIVATION`.

![](/files/-MiqByxyTpTk8MxTbHXs)

Введите ключ и нажмите `NEXT`.

![](/files/-MiqB8YCLY9wVZ5Y9UaW)

Затем нажмите `DOWNLOAD REQUEST FILE`.

[Передайте нам](mailto:Info@ozforensics.com) файл `offline_activation_request.txt` . Мы в ответ направим вам код активации.

Введите этот код в окно для offline activation response и нажмите `ACTIVATE`.


---

# 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://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-administratora/license-server.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.
