Skip to content

PT

Use qBittorrent from Remote Server

Install qBittorrent-nox (nox means no GUI).

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt update
sudo apt install qbittorrent-nox

Run qBittorrent:

qbittorrent-nox

How to access qBittorrent Web UI

On local machine:

ssh -L 8080:localhost:8080 user@server-ip

Open http://localhost:8080 in the web browser.