ruTorrent is a lightweight designed specifically for the rTorrent client. It is engineered to look and feel almost identical to the popular µTorrent interface, allowing users to manage complex torrenting tasks from any web browser.
sudo apt install nginx php8.1-fpm php8.1-cli php8.1-json php8.1-xml rutorrent.org
For easier deployment, use a container like linuxserver/rutorrent : ruTorrent is a lightweight designed specifically for the
To run ruTorrent, you need a server (usually Linux) running: rutorrent.org
docker run -d --name=rutorrent \ -p 8080:80 \ -v /path/to/data:/downloads \ -v /path/to/config:/config \ linuxserver/rutorrent