# 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="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FQl5867usJugVb1rs37e2%2Fimage.png?alt=media&#x26;token=6236ad1e-770a-4dd6-b689-1c6cb5a813b6" 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="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2Fsp9UWAOsjTDPx5df1743%2Fimage.png?alt=media&#x26;token=9c2aef52-c979-4079-a827-492350739397" alt=""><figcaption></figcaption></figure>

Go to the specified address and perform authorization.

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FtsCy7LMoehjTtCQeQrso%2Fimage.png?alt=media&#x26;token=cb0be81b-1c44-456c-a9b6-de990b095b4c" 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="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FqFJLMlZ7OOmRTlJtXOwb%2Fimage.png?alt=media&#x26;token=a18dd983-474f-4112-80ad-697e47f5c3c1" 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="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FPgKBw6CGdw3DBOxUzIaN%2Fimage.png?alt=media&#x26;token=0dba9133-a2f4-4010-9404-bc65ddc08c39" 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="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FlJhibvIiBm3aj2Zu5az2%2Fimage.png?alt=media&#x26;token=2636c2fc-21c8-4345-bb96-45a384a036f9" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FwuCxNrVVlmB0Mi1HQmcK%2Fimage.png?alt=media&#x26;token=91b2ff28-e1a8-421a-b232-aeab05f6048c" alt=""><figcaption></figcaption></figure>

Enjoy the classic movies!

<figure><img src="https://287241268-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyXvdNIxNLIOcexv7AfU2%2Fuploads%2FSrQS4cYWEvjVKi82EPek%2Fimage.png?alt=media&#x26;token=55d2d1f0-6b45-4f61-983e-aaf2c19be12b" 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
```
