# Installing TorrServer

TorrServer is an efficient and convenient solution for streaming multimedia content through torrenting. Being easy to set up and use, TorrServer is perfect for both experienced torrent users and newcomers who want to simplify torrent browsing as much as possible.

{% hint style="success" %}
This instruction uses Ubuntu 20.04 The script works on all current versions of Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora.
{% endhint %}

## Connect to the server

Connect to your server. If necessary, you can use our[ detailed instructions](https://wiki.spacecore.pro/vds-dedicated/how-to-use-vps-vds#connect) to perform this operation.

## Installing TorrServer <a href="#installation-of-torrserver" id="installation-of-torrserver"></a>

Use the command to automatically start the installer.

```
apt-get update; rm torrserver-install.sh; wget https://mirror.spacecore.info/scripts/torrserver-install.sh && bash torrserver-install.sh
```

### After the script is run

After the download is complete, specify the login and password that will be used to enter the control panel.

{% hint style="info" %}
Sending is done by the «**Enter**» button.
{% endhint %}

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

Then wait for the full installation of TorrServer. This will be evidenced by the message with a link to the website.

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

Go to the specified address and perform authorization.

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

Then you will be in the **TorrServer** control panel, where you can change the language at the top right, and when you click the middle button you will see the torrent add menu. Let’s try adding one.

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

In the opened window you can specify a **magnet link** or download a **torrent file**. Next, use the button to add.

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

The torrent was successfully added. Now you can download the file format **. m3u** to view streaming movies, for example, through [VLC Player](https://www.videolan.org/vlc/).

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

To do this in **VLC Player** you need to select the tab «**Media**» -> «**Open File**»

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

Enjoy the classic movies!

<figure><img src="/files/1xD3VKvsNHUXkdC2sE1L" alt=""><figcaption></figcaption></figure>

## Uninstalling TorrServer

Use the following command to delete.

{% hint style="danger" %}
The removal process is irreversible.
{% endhint %}

```
rm torrserver-uninstall.sh; wget https://mirror.spacecore.info/scripts/torrserver-uninstall.sh && bash torrserver-uninstall.sh
```


---

# 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://spacecore.gitbook.io/wiki/en/vpn-and-privacy/installation-of-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.
