Skip to content

rTorrentVPN

Docker Pulls GitHub Stars Compose Templates

Description

rTorrentVPN is a Docker build script for Arch Linux base with rtorrent-ps, ruTorrent, autodl-irssi, Privoxy and OpenVPN all included in one image.

The support forum for rTorrentVPN is located here.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

rTorrentVPN WebUI Access

If you're attempting to get access to the rTorrentVPN WebUI remotely outside of your home network, you are going to have to do this through a reverse proxy using SWAG. Full details and steps are outlined here VPN Information.

The sample proxy configuration files found in ~/.config/appdata/swag/nginx/proxy-confs/ will need to be modified and as usual, have the .sample removed from the filename.

You will need to edit the appropriate proxy .conf. Enter either sudo nano rutorrent.subfolder.conf or sudo nano rutorrent.subdomain.conf depending on your configuration desires and change the below lines. NOTE: There will be multiple lines that need to be changed.

Original

set $upstream_app rutorrent;
set $upstream_port 80;

Modified

set $upstream_app rtorrentvpn;
set $upstream_port 9080;

Save the file and restart your container by running:

docker restart swag