# Изменение логина и пароля для входа в админку

Логин и пароль для входа в админку модуля устанавливаются при установке серверной части приложения. Чтобы изменить их нужно отредактировать файл конфигурации:

Открываем файл /etc/itgrix\_bx/config.json любым удобным текстовым редактором

```
nano /etc/itgrix_bx/config.json
```

В последнем блоке "server" меняем значения параметров "login" и "password" на нужные

```
"server": {
        "login": "admin",
        "password": "admin",
```

Если версия модуля ниже 3.10.0 перезагружаем службу модуля для того чтобы перечитался файл конфигурации, если версия выше 3.10.0 перезагрузка не требуется

```
service itgrix_bx restart
```


---

# 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.itgrix.ru/for-admins/izmenenie-logina-i-parolya-dlya-vkhoda-v-adminku.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.
