Rtorrent Rutorrent VPN(DEV) - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki

docker run -d
--privileged
-p 9080:9080
-p 9443:9443
-p 8118:8118
-p 3000:3000
--name=rtorrentvpn
-v /mnt/rutorrents/downloads/incoming:/data
-v /home/rtorrent/:/config
-v /etc/localtime:/etc/localtime:ro
-e VPN_ENABLED=yes
-e VPN_USER=enterhere
-e VPN_PASS=enterhere
-e VPN_PROV=pia
-e STRICT_PORT_FORWARD=yes
-e ENABLE_PRIVOXY=no
-e ENABLE_FLOOD=both
-e ENABLE_AUTODL_IRSSI=no
-e LAN_NETWORK=192.168.1.0/24
-e NAME_SERVERS=209.222.18.222,37.235.1.174,8.8.8.8,209.222.18.218,37.235.1.177,8.8.4.4
-e DEBUG=false
-e PHP_TZ=UTC
-e UMASK=000
-e PUID=1000
-e PTSID=1000
binhex/arch-rtorrentvpn

Give it about 10 minutes to boot up.

run

docker run --rm --net=container:rtorrentvpn
tutum/curl
curl -s ifconfig.co

Should report a different IP than your dedicated server in my case: Dedi = 76.xx.xx.xx Reported = 212.xx.xx.xx

Point sonarr/radarr to adress: your ip/domain port: 9080

Need to add this line to the sonarr main.yml /mnt/rutorrents/downloads/incoming:/data

If you want to connect to the rutorrent webui then you are going to have to tunnel in with putty, or setup openvpn on the server.

I tunnel in with the following

Expand ssh and click tunnels then enter the following.

Then click add