> For the complete documentation index, see [llms.txt](https://gunthy.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunthy.gitbook.io/wiki/russian/ustanovka-i-generalnye-nastroiki/installation-and-startup/linux-installation.md).

# Установка Linux

## Инструкции <a href="#instructions" id="instructions"></a>

1. Распакуйте файл .zip выпуска в новую папку. Затем из окна терминала убедитесь, что Gunbot является исполняемым: `chmod +x gunthy-linux`
2. Запустите Gunbot с помощью следующей команды. Держите это окно терминала открытым.

   `./gunthy-linux`
3. Откройте `localhost:5000` в браузере в той же системе, чтобы получить доступ к графическому интерфейсу Gunbot (рекомендуются современные браузеры, предпочтительно Chrome или Firefox)
4. Обязательно введите ваш [зарегистрированный кошелек ERC-20](/wiki/russian/ustanovka-i-generalnye-nastroiki/untitled/gunthy-wallet.md) («кошелек Gunthy») и ваш зарегистрированный [ключ API](/wiki/russian/ustanovka-i-generalnye-nastroiki/untitled/connect-exchange/creating-api-keys.md) в Gunbot, прежде чем запускать ядро бота в первый раз.

{% hint style="info" %}
В зависимости от настроек вашей системы, вам может понадобиться добавить правило брандмауэра, чтобы разрешить входящий трафик через TCP-порт 5000.
{% endhint %}

{% hint style="info" %}

### **Примечание для основных пользователей**

настройка по умолчанию - графический интерфейс запускается автоматически, а обработка пары - нет. Установите `"start": true,` в `config.js` чтобы начать обработку пар.
{% endhint %}

{% hint style="danger" %}

### Уведомление о безопасности

Gunbot предназначен для работы в вашей локальной системе. Создание GUI Gunbot, доступного из внешних сетей, по своей сути рискованно, делайте это только под свою ответственность.

Значительные усилия были направлены на защиту графического интерфейса, но, пожалуйста, поймите, что достижение 100% безопасности нереально.
{% endhint %}


---

# 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://gunthy.gitbook.io/wiki/russian/ustanovka-i-generalnye-nastroiki/installation-and-startup/linux-installation.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.
