> For the complete documentation index, see [llms.txt](https://wiki.qwins.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qwins.co/bezopanost/ustanovka-torrserver.md).

# Установка TorrServer

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

TorrServer представляет собой эффективное и удобное решение для стриминга мультимедийного контента через торрент. Отличаясь простотой настройки и использования, TorrServer идеально подходит как для опытных пользователей торрентов, так и для новичков, желающих максимально упростить процесс просмотра торрент-контента.<br>

{% hint style="danger" %}
Команда QWINS Hosting не поддерживает загрузку и распространение пиратского контента.
{% endhint %}

{% hint style="success" %}
В данной инструкции используется ОС Ubuntu 20.04.\
Скрипт работает на всех актуальных версиях Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS и Fedora.
{% endhint %}

## Подключение к серверу <a href="#connection-to-the-server" id="connection-to-the-server"></a>

Подключитесь к Вашему серверу. Если необходимо, можете воспользоваться нашей [подробной инструкцией](https://wiki.qwins.co/faq/podklyuchenie-k-serveru-cherez-ssh) по выполнению этой операции.

## Установка TorrServer <a href="#installation-of-torrserver" id="installation-of-torrserver"></a>

Используйте команду для автоматического запуска установщика.

```
apt-get update; rm installTorrServerLinux.sh; wget https://github.com/YouROK/TorrServer/blob/master/installTorrServerLinux.sh && bash installTorrServerLinux.sh
```

## После выполнения скрипта <a href="#following-the-execution-of-the-script" id="following-the-execution-of-the-script"></a>

После завершения загрузки укажите логин и пароль, которые будут использоваться для входа в панель управления.

{% hint style="info" %}
Отправка производится кнопкой «**Enter**».
{% endhint %}

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

Далее дождитесь полной установки TorrServer. Об этом будет свидетельствовать сообщение со ссылкой на веб-сайт.

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

Перейдите по указанному адресу и произведите авторизацию.

<figure><img src="/files/39zGeTIcqDawqLx3s2PH" alt=""><figcaption></figcaption></figure>

После чего Вы попадете в панель управления **TorrServer**, где справа вверху доступна смена языка, а при нажатии на кнопку посередине откроется меню добавления торрента. Попробуем добавить один.

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

В открывшемся окошке Вы можете указать **magnet-ссылку** или **загрузить файл** торрента. Далее используйте кнопку для добавления.

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

Торрент успешно добавлен. Теперь Вы можете загрузить файл формата **.m3u** для просмотра потокового кино, например, через [VLC Player](https://www.videolan.org/vlc/).

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

Для этого в **VLC Player** необходимо выбрать вкладку «**Media**» -> «**Open File**»

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

Наслаждайтесь классикой кино!

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


---

# 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://wiki.qwins.co/bezopanost/ustanovka-torrserver.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.
