Torrent Safely Over a VPN With This Simple One-Click Guide

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • Learn how to route containers over any VPN provider (well, almost) using the config below! I use a Torrent stack example to spin up Docker containers qBittorrent, Sonarr, Jackett, Prowlarr, and route it through Gluetun so that your traffic is protected.
    NordVPN: ref.nordvpn.com/MkwWsHpnBtY
    Docker Compose: github.com/JamesTurland/JimsG...
    Gluetun: github.com/qdm12/gluetun
    NordVPN Wireguard Settings: github.com/qdm12/gluetun-wiki...
    Discord: / discord
    Twitter: / jimsgarage_
    Reddit: / jims-garage
    GitHub: github.com/JamesTurland/JimsG...
    00:00 - Routing a Container through a VPN (Overview)
    00:52 - Torrent Stack
    02:10 - Gluetun & Container Overview (Docker Compose)
    06:14 - Deploy Containers in Docker
    07:23 - Check the Containers Are Running
    08:58 - qBittorrent Web GUI
    09:23 - Outro
  • Věda a technologie

Komentáře • 189

  • @bobsmith-dn1xw
    @bobsmith-dn1xw Před 11 měsíci +18

    Hey, it actually works!
    Thank you so much for this video. My new favourite channel!

    • @Jims-Garage
      @Jims-Garage  Před 11 měsíci +1

      Thanks, for your support 😊 glad it worked for you.

  • @milesprue5496
    @milesprue5496 Před 6 měsíci +6

    after three days of messing around with separate stacks for these apps and following other guides this video finally works. thank you

  • @scuzzyhoulihan9853
    @scuzzyhoulihan9853 Před 3 měsíci +4

    Life saver video I was trying to figure out how to access my docker when it was routing via gluetun. I just needed those port mappings and boom. Thank you sir!

  • @jdcpr
    @jdcpr Před 5 měsíci +8

    Finally found how to specify to user a container for the networking. The most important piece of info for me, " network_mode: "service:gluetun"". Thank you, everything automatized now. 👍🏼

  • @wotnix
    @wotnix Před 6 měsíci +3

    Hi Jim!
    Some have the ability to point things out in a understandable way.
    Just plane and simple for the common man.
    You are one of them!
    Thank you for the video.

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci +1

      Thanks, really appreciate the feedback

    • @wotnix
      @wotnix Před 6 měsíci +1

      @@Jims-Garage
      You're welcome.

  • @chrisumali9841
    @chrisumali9841 Před 11 měsíci +2

    Thanks for the demo and info, have a great day

  • @bibekparajuli6565
    @bibekparajuli6565 Před 4 měsíci +1

    was struggling with this for hours. Your guide was so clear, thank you very much....

  • @Evakron
    @Evakron Před 5 měsíci +2

    This was super helpful, thanks so much for the video and the great info on your github. With the great commenting and docs i was able to adjust the yaml pretty quickly and everything worked on the first deploy, which I think is a first for me. Thanks!

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +1

      That's awesome, thank you for the feedback 🙂

    • @Evakron
      @Evakron Před 5 měsíci +1

      @@Jims-Garage Long shot question- have you had any experience getting Nord meshnet running in a container to give remote access to local hosts?

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +1

      @@Evakron no, unfortunately not. I'll have a look asap

  • @maroncito
    @maroncito Před 8 měsíci +1

    Great tutorial, works like a charm! Thanks!!

  • @Hombre1968
    @Hombre1968 Před 3 měsíci +1

    Excellent video, keep up the great work!

  • @tightning
    @tightning Před rokem +4

    Great video as usual, very informative and brilliant step-by-step instructions. Apps without dark mode should be cast into a digital black hole!

    • @Jims-Garage
      @Jims-Garage  Před rokem

      Thanks! I totally agree with you on the dark mode 😂

  • @businessgoose3725
    @businessgoose3725 Před 3 měsíci +1

    Awesome content, thank you!

  • @m.epictures6344
    @m.epictures6344 Před 9 měsíci +1

    Hi Jim, love the vids! Are all these docker containers from all your vids OK to put on one VM instance or should they be split into a few VMs?

    • @Jims-Garage
      @Jims-Garage  Před 9 měsíci +1

      You can run them all on single Docker host. I've tried my best to manage port conflicts but I could have missed something. That should be all you'll ever need to change.

    • @m.epictures6344
      @m.epictures6344 Před 9 měsíci +1

      @@Jims-Garage nice one thanks

  • @kiranjadhav4125
    @kiranjadhav4125 Před 4 měsíci

    Amazing videos and great content. Thank you for everything. You mentioned we can also use the traefik proxy to make use of SSL certs accessing Radarr and Sonarr. How do I use it? Would you be able to upload a code in your Git Hub for the arr-stack using traefik and Local DNS defined in the PiHole?
    As the proxy network is separate how do we make sure arr-stack uses only the Gluetun network and not the proxy network to download?

  • @kevinhughes9801
    @kevinhughes9801 Před rokem +2

    Brill stuff thanks

  • @riccardoshrives5881
    @riccardoshrives5881 Před 6 měsíci +2

    Another banger, Jim! I'm just curious... You mention at 3:51 routing it through traefik. But how would that work? Doesn't that all need to go through the proxy network? I tried my hand at popping over the all the labels and tried deploying but it failed saying that "service prowlarr declares mutually exclusive `network_mode` and `networks`"

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci

      Thanks. You should be able to use an external Traefik service

    • @AngelCerveraClaudio
      @AngelCerveraClaudio Před 2 měsíci +1

      @@Jims-GarageA video about how to do it would be great. Also, access by domain instead port would be even better.

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci +1

      @@AngelCerveraClaudio I'll try to remember to update it. You should be able to copy and amend the Traefik labels off most of my other videos.

  • @hyperprotagonist
    @hyperprotagonist Před 5 měsíci +2

    Love to see a proxmox lxc stack setup this way!

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +2

      I will come onto LXCs soon. Might not be the best idea to be downloading torrents on an LXC though due to security (they share the host's Kernel and it's not always guaranteed what you're downloading...)

    • @InsaiyanTech
      @InsaiyanTech Před 3 měsíci

      @@Jims-Garagedoesn’t doing this in unprivileged fix that host issue? Or maybe I got that wrong concept

  • @Dany-em6xi
    @Dany-em6xi Před 6 měsíci +1

    Finally I found a clear explanation about how to install everything, thank you so much! I was able to make gluetun works perfecty. However then I follow you other guide to download everything on a NAS that I mount in "/media/share" however, I'm not able to make neither QB nor Sonarr to write on a folder that I named downloaded, can you help on this? Thank you!

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci +1

      Have you tested that your SMB is mounted correctly first?

    • @Dany-em6xi
      @Dany-em6xi Před 6 měsíci

      @@Jims-GarageYes, I'm able to read and write from outside the containers with no problem (again thank you for your other guide!) My problem is that QB does not write on the NAS. Should I change this:
      " - /home/ubuntu/docker/arr-stack/qbittorrent/downloads:/downloads"
      to this
      " - /media/share/downloads:/downloads" ?
      I was trying it but seems not enough, do I need to add other parameters to the containers? 🙏

  • @cjmoss51
    @cjmoss51 Před 4 měsíci +1

    You actually helped me resolve the issue of why mines wasnt working. THANK YOU!!! The wiki of gluetun was 0 help.

  • @xanzut
    @xanzut Před 7 měsíci +3

    The gluetun can be separate to single container and use `network_mode:"container:/gluetun"` makes the single gluetun container can be used for every container

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci +1

      Thanks, that's useful to know.

    • @jims888
      @jims888 Před 6 měsíci

      Do we need to add the new container's port to gluetun compose file and then redeploy gluetun?

    • @xanzut
      @xanzut Před 6 měsíci +1

      ​@@jims888 yes, those step are the same

    • @jims888
      @jims888 Před 6 měsíci

      @@xanzut Thanks

  • @petrosposiedon3210
    @petrosposiedon3210 Před 7 měsíci +1

    What did you mean by when you said you can access those services through the ip address of the docker container? Which ip am I supposed to use if I want to aces any of the services I have running under the vpn setup?

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci

      You'll access the services locally by going to dockerIP:ServicePort

  • @wotnix
    @wotnix Před 6 měsíci +1

    Hi James,
    I' am stuck at Glueton.
    For now i don't want tot use the Nordvpn Wireguard option and stick with Lynx.
    I'am confused what i must put in the Glueton fields.
    Also:
    Do i need the Nordvpn Linux client? Otherwise i think you can't connect to Nordvpn.

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci

      Lynx is WireGuard with another name. Use UDP if you don't want to use lynx. It'll be just as quick.

  • @Andy15792
    @Andy15792 Před měsícem +1

    This was super helpful. Missing port mappings and now things are working. Trying to test if things halt if gluton goes down and containers don't leak any traffic without it. Do you know if this works as Kill Switch option that we see in VPN providers client?

    • @Jims-Garage
      @Jims-Garage  Před měsícem

      Should do as it's the only network route. You could also add a firewall rule on top to help.

    • @Andy15792
      @Andy15792 Před měsícem +1

      @@Jims-Garage got it. Do you have a video on firewall? recently discovered your channel and going to go through lot of content from it now. would be great if you can point that out. Thanks!

    • @Jims-Garage
      @Jims-Garage  Před měsícem

      @@Andy15792 yes, look for Sophos XG and OPNSense

  • @Owner101Acc
    @Owner101Acc Před 3 měsíci +1

    Just a small addition to the compose-file, but correct me if I'm wrong. To prevent gluetun being active too late, the "depends on" should be depending on gluetun being healthy:
    depends_on:
    gluetun:
    condition: service_healthy

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci

      That could be an improvement, I'm not sure if healthy means it has a valid connection though? I would make sure I use my firewall in front of the container as well.

    • @scormega
      @scormega Před 3 měsíci

      I tried this but it seems like depends_on is no longer supported. Did you have any luck?

  • @Urbancombat423
    @Urbancombat423 Před 4 měsíci +1

    Great video, but I just put gluetun in a container alone because I like that more, so I had to use "container:/gluetun" in the network_mode and also remove the depends-on. I was wondering what would happen if gluetun goes down, I guess the connection of qbittorrent must stop because of network_mode: "container:/gluetun" right?

  • @clairerovic
    @clairerovic Před rokem +3

    I have not drilled in to the docker-compose very far as its Friday night here. I would have thought all the download folders would point to the same location. So if Sonarr/Radarr drops a torrent file then QBit will see it.

    • @Jims-Garage
      @Jims-Garage  Před rokem +2

      Good spot, thanks, let me double check :) I sometimes end up tweaking the config afterwards so always refer to the current file in GitHub

  • @rexhavoc376
    @rexhavoc376 Před 4 měsíci +1

    I've found this super easy to follow along, with only one question. Do I need to create an OpenVPN account? I have NordVPN and can't get wireguard to work. Thanks for the awesome content!

    • @Jims-Garage
      @Jims-Garage  Před 4 měsíci +2

      No, openvpn is free to download and use. I recommend using UDP over WireGuard for NordVPN (or use nordlynx)

    • @rexhavoc376
      @rexhavoc376 Před 4 měsíci +1

      @@Jims-GarageIf I were to use nordlynx how should I change the docker compose info?

    • @Jims-Garage
      @Jims-Garage  Před 4 měsíci +1

      @@rexhavoc376 I don't know if gluetun supports it. You'll need to check their documentation.

    • @rexhavoc376
      @rexhavoc376 Před 4 měsíci +1

      @@Jims-GarageAlright. How do I know what my openvpn_user and openvpn_password is? Do I need to set up openvpn in another container first? Thanks again for all your help

    • @Jims-Garage
      @Jims-Garage  Před 4 měsíci +1

      @@rexhavoc376 log in to your NordVPN account and find the credentials for manual config

  • @wheelz6812
    @wheelz6812 Před 4 měsíci +1

    I have a pretty similar setup but I also decided to bind the interface in qbit's settings (im also running the whole thing in proxmox). I'm wondering how reliable this setup is and if you had any problems with leaking.

    • @Jims-Garage
      @Jims-Garage  Před 4 měsíci +1

      Pin it behind your firewall to restrict to the VPN IP range, that should help

    • @wheelz6812
      @wheelz6812 Před 4 měsíci

      @@Jims-Garage Thank you!

  • @nihoniumog5185
    @nihoniumog5185 Před měsícem +1

    Hi jim. I have followed your guide step and i have successfully make the qbittorrent. I wonder if i can pass gluetun to other containers such as dockur/windows? It is windows in a container

    • @Jims-Garage
      @Jims-Garage  Před měsícem

      You can, just replicate the part in the container yaml that references Gluetun as the network. That will send all traffic through it.

    • @nihoniumog5185
      @nihoniumog5185 Před měsícem

      @@Jims-Garage i’ve tried but encountered some error. Related to kvm network. Im not very good with docker so right now i just give up😅

  • @XerkoGames
    @XerkoGames Před 5 měsíci +1

    Hello! Does the volumes have to be paths as the existing dockers or should it create its own?

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +1

      Volumes should be dynamically created.

    • @XerkoGames
      @XerkoGames Před 5 měsíci +1

      @@Jims-Garage Thank you so much! This has been the best tutorial I've found yet and I watched so many. I finally got it working!

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci

      @@XerkoGames you're welcome 😁

  • @cybr774
    @cybr774 Před měsícem

    I'm trying to set this up with a wireguard server that I already run on a VPS. Unfortunately it doesn't work when I configure the vpn provider to be custom

  • @SwaggerMeister72
    @SwaggerMeister72 Před 5 měsíci +1

    Followed all this and it's definitely working, but I'm not well versed in arrstacks. How would I direct things to download to a network share folder?

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +1

      You would need to mount a network share to the host machine, then amend the volume mount to use the share.

  • @InsaiyanTech
    @InsaiyanTech Před 9 měsíci +1

    so should i setup docker on my proxmox or should i add this to my trueness since its doing all my vpn traffic and my torrenting? or can you run 2 dockers? have this setup on both?

    • @Jims-Garage
      @Jims-Garage  Před 9 měsíci +1

      I would run this on Docker in a Proxmox VM. You can then mount a NAS network share into the Docker Torrent container, best of both worlds IMO.

    • @InsaiyanTech
      @InsaiyanTech Před 9 měsíci

      @@Jims-Garage oh ok so your running everything on in this series that evolves docker through proxmox then doing network shares that’s just where I was lost following the series now I can start this journey just waiting on a motherboard then I can start the firewall stuff first. Then go into the nas then all the trafic network stuff.

  • @Johnectar
    @Johnectar Před 3 měsíci +1

    Great video, when I use the standard localip:port for portainer this works as per usual. When I change this port to the qbittorrent port. There is no longer anything working. Have I got something wrong. Is there a new ip address?

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci +1

      It should be using the IP address of the virtual machine

    • @Johnectar
      @Johnectar Před 3 měsíci +1

      @@Jims-Garage I managed to fix it. It turned out that qbittorrent uses localip: port instead of https. Probably a silly thing I overlooked. Thanks for the video though.
      Although there are lots of useful docs out there having a video of someone doing it is really helpful reference.

  • @HendersonHood
    @HendersonHood Před 4 měsíci

    What if I don't want to use a VPN: how would the docker-compose file change?

  • @golvellius6855
    @golvellius6855 Před 2 měsíci

    Webui for qbittorrent doesn't work, all containers are healthy and working as intended. Do I am missing something?

  • @faraguti
    @faraguti Před 3 měsíci +1

    Is there a way to add a kill switch on this template? If my vpn disconnects or stop working, qbittorrent stops. Does that make sense?

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci +1

      I would use your firewall. Restrict outbound traffic specially to an IP address associated with the VPN.

  • @nachete9752
    @nachete9752 Před 4 měsíci

    Can you do a tutorial for this but for truenas scale?! Thanks!

  • @biggusdickusss9377
    @biggusdickusss9377 Před 9 měsíci

    Hi Jim, i saw the similar method on other youtubers video too. Since this method requires you to remove port mapping for the jackett/qb etc, do they only use defaults? No way to change it?

    • @Jims-Garage
      @Jims-Garage  Před 9 měsíci

      I think you can change the ports either with environment variables or just in the config.

  • @norbertthefish
    @norbertthefish Před měsícem +1

    don't suppose there is a blog post on this with the yml included? i know I'm asking a lot

    • @Jims-Garage
      @Jims-Garage  Před měsícem +1

      All my config files are on my GitHub, check the link in the description.

    • @norbertthefish
      @norbertthefish Před měsícem +1

      @@Jims-Garage nice one, found it thanks

  • @evanjury8478
    @evanjury8478 Před 2 měsíci +1

    I have gluetun and qbittorrent up and running with no apparent errors but when i add a test torrent file i'm getting no download speeds/connection. I have given chatGPT the logs for gluetun and qbittorrent and he says its mint but gave this as a step to try.
    "Verify that port forwarding is correctly set up for the ports used by qBittorrent (8085 for the WebUI, and 6881 for TCP and UDP). Without proper port forwarding, incoming connections might be blocked, affecting torrent downloading."
    Could this be the problem? Is it safe to set up that port fowarding in my router?

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      Port forwarding shouldn't be necessary as the VPN will do that their end and send the traffic back down the tunnel. I would check gluetun logs to ensure that it has connected.

  • @astavn
    @astavn Před 3 měsíci

    Every time I restart gluetun it changes my Drive names. System is now up to system5. Any idea what’s up with that?

  • @petrosposiedon3210
    @petrosposiedon3210 Před 7 měsíci +1

    Maybe you can help me out. I’m using omv to run the docker compose file, I finally managed to up the docker file you example with a few minor tweaks to include different services and remove jackett. When i check the status in Portainer everything is healthy except gluetun. The logs state a timeout error. Idk what to do next
    I’m using TorGuard btw as my vpn provider.

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci

      Do you have any logs from the gluetun container? Could be as simple as wrong credentials

    • @petrosposiedon3210
      @petrosposiedon3210 Před 7 měsíci +1

      @@Jims-Garagewell I think it somehow resolved itself. After repeatedly taking it down and then going back to check if anything was copied incorrectly and bringing it back up it would still do the same thing. Until I left it alone and gluetun would keep retrying the connection. After about several retries I guess it finally made the connection and it gives me a healthy status. I know it gives off the warning as well that timeouts are a sign that wireguard might not be working correctly but when the logs shows the ip address, it’s using the one given from my vpn somewhere in Canada. (I’m not in Canada)

  • @aamirm5117
    @aamirm5117 Před 2 měsíci +1

    Will routing a container through a VPN prevent me from accessing the container’s web interface over my normal LAN?

  • @Arthzil
    @Arthzil Před 10 dny

    I was hoping to get it running for ProtonVPN free tier. Logs say that Gluetun connected fine, containers are available locally but qbit doesn't download and containers don't see each other :(

  • @AndersBergwall
    @AndersBergwall Před 6 měsíci +1

    Wow :) Everything works except one little thing, i am running a QNAP nas and using container station for my "application" all containers are running but i think i have one issue? how do i give access to my "NAS" storage? i think i only can access stuff "inside the containers". ?

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci

      Mount a share into the container. Might need to create a share first.

    • @AndersBergwall
      @AndersBergwall Před 6 měsíci +1

      @@Jims-Garage And this is done from adding it under volumes: part in configuration file?. sorry i am a real beginner in this container/docker stuff :)

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci

      @@AndersBergwall Correct. Left of the colon : is the host location, right of the colon is where it's mounted inside the container (you typically never change the right hand side)

    • @AndersBergwall
      @AndersBergwall Před 6 měsíci +1

      @@Jims-Garage ⭐⭐⭐⭐⭐

    • @AndersBergwall
      @AndersBergwall Před 5 měsíci

      If you have time for stupid questions then here is one for you :) I have managed to follow this guide and everything is working :) However, when using the qbittorrent download AND i THINK when i use the unrar once completed option, the /tmp folder of my QNAP gets filled.. this space is only 400mb (why?) maybe its something i configured when i first setup the nas (but i dont think so)... so any suggestions? my guess is that unrar stores temporary in the /TMP folder, i tried move /tmp to another drive or location but.. yeah.. not successful (or dont know if i should).

  • @somfierce
    @somfierce Před 6 měsíci +1

    I can't access the web UI's of any apps :( is it because I'm trying to use Mullvad and they discontinued port forwarding?

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci +1

      This routes traffic out over a VPN, it's not a VPN to connect remotely from. You'd likley want to have WireGuard or something similar if you want to access local services remotely.

    • @somfierce
      @somfierce Před 5 měsíci

      ​@@Jims-Garage I was confused. Couldn't tell the error since the containers kept restarting. I ran the same docker-compose.yml on another machine and it worked with no problems! 👍

  • @goodcitizen4587
    @goodcitizen4587 Před 3 měsíci +2

    To deploy this on proxmox, what's a good way to run docker? A ubuntu vm?

    • @goodcitizen4587
      @goodcitizen4587 Před 3 měsíci +1

      ttech has it 'proxmox ve helper-scripts' > Docker LXC

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci +1

      Yes, I have a docker installation video earlier on.

  • @joeaugier817
    @joeaugier817 Před 5 měsíci +1

    followed this and it works flawlessly, however I cant connect sonarr or radarr to my plex container. Any ideas how I'd do this?

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci

      Make sure that they're on the same network.

    • @joeaugier817
      @joeaugier817 Před 5 měsíci

      I couldn't connect sonar or radarr as i'd need to give them and external IP as they're directed through the vpn. However I reconfigured plex to update the library when changes to folder directories were detected so problem solved

  • @noormohammedshikalgar
    @noormohammedshikalgar Před 6 měsíci +1

    Hello, i have one problem here, if any one can help it would be life saver for me
    i just copied the docker-compose from the above video, and followed the steps now i can add download client but cant add sonarr to prowler why ?

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci

      You should be able to add any container behind gluetun.

  • @BabyJesusBro
    @BabyJesusBro Před 3 měsíci +1

    I was able to follow every step until the very end, and for some reason I cannot enter admin admin for the user and password, I don’t understand where you are, are you in ubuntu? I thought we were doing this in the server, how is there a gui?

    • @BabyJesusBro
      @BabyJesusBro Před 3 měsíci

      when I go into my qbittorent.log file, I see "WebAPI login failure" 10 times, and after 5 times the reason changes from invalid credentials to IP has been banned

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci

      The end part is the qbittorrent gui, use your credentials specified or leave blank for the default (I think)

    • @BabyJesusBro
      @BabyJesusBro Před 3 měsíci +1

      @@Jims-Garage but where do i need to access this from? Within the ubuntu machine or on my host machine? Does it not matter? Also how do I link my qbittorent to my surfshark that is within the container, to only work when it’s on?
      If this is too much trouble to answer, any guidance towards a community that could assist would be greatly appreciated!!!

    • @Jims-Garage
      @Jims-Garage  Před 3 měsíci

      @@BabyJesusBro you access it through any machine's web browser (e.g. gaming PC) as long as it has access (if it's on the same network you're fine).
      I don't use surf shark but I believe that gluetun supports it, their documentation will help you out.
      Consider joining my discord and creating a help thread, there's loads of great people on there.

  • @dirgosalga
    @dirgosalga Před 2 měsíci +1

    If I run this on a VPS, is the VPN gonna make it impossible for me to reach the VPS?
    That's the problem I'm having right now. What I want to achieve is run all the traffic of the torrent client through the VPN, what Sonarr and Radarr do is more or less unimportant, I would imagine.

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      No, simply add a WireGuard container as well and connect to it via that. Check my WireGuard video out.

    • @dirgosalga
      @dirgosalga Před 2 měsíci +1

      ​@@Jims-Garage, thanks for the suggestion. In this case, it is not viable option for me. My users are used to having access directly by using FQDN that available over the internet, getting them to install a VPN client would be too much right now.

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      @@dirgosalga you can still expose normally. Gluetun is only sending outbound over the VPN (hence how you can access locally)

  • @sreejithngvr
    @sreejithngvr Před 2 měsíci +1

    localhost:8085 showing error
    can u help?
    container running without any problem

  • @zajmer
    @zajmer Před 5 měsíci

    Help! banging several days! using same setup - working gluetun and e.g. qbittorrent - how can i access webgui after switching it to use gluetun network? normally eg. 192.168.1.25:8181 would work. it is ip of my qnap locall adress running docker. I'm reaching it all over my home network. But when it is connected to gluetun network with exopsed there same port - what adres ip have i use? thanks!!

    • @xVarga
      @xVarga Před 22 dny

      localhost:port

    • @blakestandal8294
      @blakestandal8294 Před 14 dny

      @@xVarga i have a similar problem and i've typed every IP i got... portainer says 127... IPs while my localnet is 192.168... i feel like i'm missing an easy step. haha

    • @xVarga
      @xVarga Před 14 dny

      @@blakestandal8294 for me it is 192.168.x.x:8085 this is one of the ports of gluetun, it is for wireguard, just try all of them. Idk what else to say unfortunately.

  • @rodolfoperez4156
    @rodolfoperez4156 Před měsícem +1

    Happen to know if an ovpn can be used and how? Instead of username and password. Thanks

    • @Jims-Garage
      @Jims-Garage  Před měsícem +1

      Yes, you can github.com/qdm12/gluetun-wiki/blob/main/setup/openvpn-configuration-file.md

    • @rodolfoperez4156
      @rodolfoperez4156 Před měsícem

      @@Jims-Garage thanks Jim! I'll try this out

  • @xiLike2Doitx
    @xiLike2Doitx Před 4 měsíci +2

    Can this be modified to run on kubernetes?

    • @Jims-Garage
      @Jims-Garage  Před 4 měsíci +1

      Yea, this could run in Kubernetes. Trickier but doable.

    • @floriantthebault521
      @floriantthebault521 Před 2 měsíci

      ​@@Jims-Garage That would be really swell to have some tips on that front.

  • @alexsmith6724
    @alexsmith6724 Před 4 dny +1

    "so if we log into our host and navigate to our docker compose location".
    Can you explain every part of that?
    I have no idea how to log into our host, have no idea how or what my docker compose location is, and have no idea what a sedo docker compose -d means.
    also, what the hell is the point of the docker GUI if you are doing all of this with command prompt? Why even have a GUI ?

    • @Jims-Garage
      @Jims-Garage  Před 4 dny

      You want to install Docker on a machine or VM (that's the host, I have a video on it). Once you've done that copy over the docker compose file (this is the configuration file for all of the apps, the containers). You use the command sudo docker compose up -d to launch the containers.
      You can load the compose into Portainer and do it that way, but I prefer to explain to people exactly what it's doing. Plus, compose is faster as you don't need a gui.

  • @paulcurran5563
    @paulcurran5563 Před 5 měsíci +1

    4:46 did I miss the bit about how to get Nord VPN wireguard credentials?

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci +1

      It's in the comments on files on GitHub

    • @paulcurran5563
      @paulcurran5563 Před 5 měsíci +1

      Thanks for replying, but I think I need a whole video on this I've been at it for 2 days and still no joy 😂

  • @ninji4182
    @ninji4182 Před 7 měsíci +1

    you missed the part where to obtain the wireguard key

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci

      It isn't officially supported but this script should help you. gist.github.com/bluewalk/7b3db071c488c82c604baf76a42eaad3

    • @ninji4182
      @ninji4182 Před 7 měsíci

      @@Jims-Garage would you happen to be able to do a setup for VPN Unlimited?

  • @wat7842
    @wat7842 Před 6 měsíci +1

    nice. looks like its all working (i just have gluetun and QBT running) when i change the "~~~/downloads: /downloads" line in the QBT part to a dir that is a mounted nfs share to my library of torrents QBT is unable to write to it. if i just leave it as : /downloads works fine but the VM is little and i do want to write to the NAS. ive messed with permissions til im blue in the face. if someone sees this and has a clue lemme know! This is the perfect solution to my dumb windows vm with surfshark wasting resources when it just sits and does one thing. i can use that license for something i need a desktop for. thanks!!

    • @Jims-Garage
      @Jims-Garage  Před 6 měsíci +1

      It's almost certainly a permissions issue. It might be worth running as root to check things first, then reintroducing proper accounts. I'm guessing you've checked the host can access the nfs?

    • @wat7842
      @wat7842 Před 6 měsíci

      @@Jims-GarageI think it was. i spun up a fresh ubuntu server since I had done some tinkering on the first one and went step by step and setup autofs and bingo it was fine. downloads to the share fine. the one last little thing you might know is when using wireguard (surfshark) the portainer logs show it being good as far as i can tell but QBT doesnt see any trackers so nothing downloads (im not a torrent power user) If i use the pertinent gluetun settings for OpenVPN it works just fine. its much faster than the windows VM i was using. Thanks Jim! I subscribed

  • @kurtbrown7504
    @kurtbrown7504 Před 5 měsíci +1

    Can you show setting this up in k3s

    • @Jims-Garage
      @Jims-Garage  Před 5 měsíci

      Check out my Docker Compose -> Kubernetes migration video and have a go. One thing to consider is that you don't want to download to your longhorn or replicated storage (that will drastically increase wear).

  • @ronsone8373
    @ronsone8373 Před 2 měsíci +1

    any way to run the docker compose automatic on reboot ?

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      Why would you need to? Cron can do this though.

    • @ronsone8373
      @ronsone8373 Před 2 měsíci +1

      @@Jims-Garage If my Zimaboard does a reboot (for whatever reason) now I need to manually SSH into the board and run docker compose up... not a big problem but still

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      @@ronsone8373 change the restart policy to always.

  • @LCaesar23
    @LCaesar23 Před 24 dny +1

    Can't access qbittorrent web ui. Tried a million different ways.

    • @Jims-Garage
      @Jims-Garage  Před 24 dny

      How are you trying to access it? IP:Port or through a reverse proxy?

  • @408427
    @408427 Před 7 měsíci +1

    Can you add radarr

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci

      Have a try at adding yourself, it's the same as all of the other containers. Jump on Discord if you're stuck.

  • @Liam.s
    @Liam.s Před 2 měsíci +1

    Is this setup safe? For ip leaks and what not

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci +1

      Yes, but worth limiting egress with a firewall rule as well. Limit it to only the VPN IP address space.

    • @Liam.s
      @Liam.s Před 2 měsíci +1

      @@Jims-Garage thanks! Would running iptables or ufw on the vm I hosted the dockers on be sufficient?

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci +1

      @@Liam.s yes, that's helpful.

    • @Liam.s
      @Liam.s Před 2 měsíci +1

      @@Jims-Garage you’re amazing man! Thank you!

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      @@Liam.s you're welcome. Hop on Discord if you haven't already (and hit the sub please 😉)

  • @b1gdan
    @b1gdan Před 2 měsíci +1

    does anyone have time to do a discord chat and walk me through how to do this on my NAS? Pleassssseeee

    • @Jims-Garage
      @Jims-Garage  Před 2 měsíci

      Create a thread in discord, I imagine you'll have some help

  • @CarlDoesStuff
    @CarlDoesStuff Před 7 měsíci +2

    Title says one click. Shows no one click step. what did i miss?

    • @Jims-Garage
      @Jims-Garage  Před 7 měsíci +2

      Configure your compose, hit return