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

  Рет қаралды 65,256

Jim's Garage

Jim's Garage

Күн бұрын

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

Пікірлер: 202
@bobsmith-dn1xw
@bobsmith-dn1xw Жыл бұрын
Hey, it actually works! Thank you so much for this video. My new favourite channel!
@Jims-Garage
@Jims-Garage Жыл бұрын
Thanks, for your support 😊 glad it worked for you.
@milesprue5496
@milesprue5496 7 ай бұрын
after three days of messing around with separate stacks for these apps and following other guides this video finally works. thank you
@Jims-Garage
@Jims-Garage 7 ай бұрын
Great to hear!
@scuzzyhoulihan9853
@scuzzyhoulihan9853 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!
@Jims-Garage
@Jims-Garage 4 ай бұрын
You're welcome 😁
@jdcpr
@jdcpr 6 ай бұрын
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. 👍🏼
@Jims-Garage
@Jims-Garage 6 ай бұрын
You're welcome 😁
@wotnix
@wotnix 6 ай бұрын
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 6 ай бұрын
Thanks, really appreciate the feedback
@wotnix
@wotnix 6 ай бұрын
@@Jims-Garage You're welcome.
@bibekparajuli6565
@bibekparajuli6565 5 ай бұрын
was struggling with this for hours. Your guide was so clear, thank you very much....
@Jims-Garage
@Jims-Garage 5 ай бұрын
Glad to hear it, thank you
@chrisumali9841
@chrisumali9841 Жыл бұрын
Thanks for the demo and info, have a great day
@Evakron
@Evakron 6 ай бұрын
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 6 ай бұрын
That's awesome, thank you for the feedback 🙂
@Evakron
@Evakron 6 ай бұрын
@@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 6 ай бұрын
@@Evakron no, unfortunately not. I'll have a look asap
@Hombre1968
@Hombre1968 4 ай бұрын
Excellent video, keep up the great work!
@Jims-Garage
@Jims-Garage 4 ай бұрын
Thanks!
@maroncito
@maroncito 9 ай бұрын
Great tutorial, works like a charm! Thanks!!
@Jims-Garage
@Jims-Garage 9 ай бұрын
You're welcome 😁
@tightning
@tightning Жыл бұрын
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 Жыл бұрын
Thanks! I totally agree with you on the dark mode 😂
@businessgoose3725
@businessgoose3725 4 ай бұрын
Awesome content, thank you!
@Jims-Garage
@Jims-Garage 4 ай бұрын
You're welcome 😁
@m.epictures6344
@m.epictures6344 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
@@Jims-Garage nice one thanks
@xanzut
@xanzut 7 ай бұрын
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 7 ай бұрын
Thanks, that's useful to know.
@jims888
@jims888 7 ай бұрын
Do we need to add the new container's port to gluetun compose file and then redeploy gluetun?
@xanzut
@xanzut 7 ай бұрын
​@@jims888 yes, those step are the same
@jims888
@jims888 7 ай бұрын
@@xanzut Thanks
@Owner101Acc
@Owner101Acc 4 ай бұрын
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 4 ай бұрын
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 3 ай бұрын
I tried this but it seems like depends_on is no longer supported. Did you have any luck?
@cyrilpinto418
@cyrilpinto418 12 күн бұрын
This is a wonderful solution and something I’m really interested in; wrt to your comment about storage , I’m running Proxmox and have no issues in setting up a Zfs pool and doing a bond mount via editing the config file. If I go down this route what will the code in volumes: look like? /mnt/media (for example). Also will we still require to port forward in OpnSense? Sorry if these questions sound dumb, but just trying to get a grasp on things.
@Jims-Garage
@Jims-Garage 12 күн бұрын
@@cyrilpinto418 yes, the mount will look something like that. Essentially it's wherever you choose to mount it. You do not need to port forward, the VPN connection is a bidirectional tunnel.
@cybr774
@cybr774 Ай бұрын
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
@HendersonHood
@HendersonHood 5 ай бұрын
What if I don't want to use a VPN: how would the docker-compose file change?
@clairerovic
@clairerovic Жыл бұрын
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 Жыл бұрын
Good spot, thanks, let me double check :) I sometimes end up tweaking the config afterwards so always refer to the current file in GitHub
@hyperprotagonist
@hyperprotagonist 6 ай бұрын
Love to see a proxmox lxc stack setup this way!
@Jims-Garage
@Jims-Garage 6 ай бұрын
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 4 ай бұрын
@@Jims-Garagedoesn’t doing this in unprivileged fix that host issue? Or maybe I got that wrong concept
@kiranjadhav4125
@kiranjadhav4125 5 ай бұрын
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?
@Evaldenis007
@Evaldenis007 7 күн бұрын
For me everything worked when I added networks: - proxy to glueten config in docker-compose file and then at the end of docker-compose networks: proxy: external: true Of course traefik lables must in place and network "proxy" already created
@Urbancombat423
@Urbancombat423 5 ай бұрын
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?
@Jims-Garage
@Jims-Garage 5 ай бұрын
Correct 😁
@Dany-em6xi
@Dany-em6xi 6 ай бұрын
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 6 ай бұрын
Have you tested that your SMB is mounted correctly first?
@Dany-em6xi
@Dany-em6xi 6 ай бұрын
@@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? 🙏
@petrosposiedon3210
@petrosposiedon3210 8 ай бұрын
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 8 ай бұрын
You'll access the services locally by going to dockerIP:ServicePort
@riccardoshrives5881
@riccardoshrives5881 7 ай бұрын
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 7 ай бұрын
Thanks. You should be able to use an external Traefik service
@AngelCerveraClaudio
@AngelCerveraClaudio 2 ай бұрын
@@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 2 ай бұрын
@@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.
@Evaldenis007
@Evaldenis007 7 күн бұрын
For me everything worked when I added networks: - proxy to glueten config in docker-compose file and then at the end of docker-compose networks: proxy: external: true Of course traefik lables must in place and network "proxy" already created
@cjmoss51
@cjmoss51 4 ай бұрын
You actually helped me resolve the issue of why mines wasnt working. THANK YOU!!! The wiki of gluetun was 0 help.
@Jims-Garage
@Jims-Garage 4 ай бұрын
Glad it helped you 😀
@astavn
@astavn 4 ай бұрын
Every time I restart gluetun it changes my Drive names. System is now up to system5. Any idea what’s up with that?
@golvellius6855
@golvellius6855 3 ай бұрын
Webui for qbittorrent doesn't work, all containers are healthy and working as intended. Do I am missing something?
@CharlesFlippet
@CharlesFlippet Ай бұрын
Thanks for the video, it helped me set up my thing real fast. Just a request, see if you can make your video frame a lot smaller from now on please, thank you.
@Jims-Garage
@Jims-Garage Ай бұрын
Thanks, noted and fixed already in later videos.
@CharlesFlippet
@CharlesFlippet Ай бұрын
@@Jims-Garage that's good to know, cheers!
@wotnix
@wotnix 6 ай бұрын
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 6 ай бұрын
Lynx is WireGuard with another name. Use UDP if you don't want to use lynx. It'll be just as quick.
@demiroth
@demiroth 11 күн бұрын
Great video! Just noted at the very last segment, when qBittorrent is up and running, the client indicates that you are firewalled (the fire icon on the bottom row). I have a similar setup and is stuck with this final issue, ie download speed is at 0 - do you know any solutions to this problem?
@Jims-Garage
@Jims-Garage 11 күн бұрын
@@demiroth make sure your outbound rules allow the VPN and also the VPN allows inbound. I always have the firewall icon and it works fine.
@nachete9752
@nachete9752 5 ай бұрын
Can you do a tutorial for this but for truenas scale?! Thanks!
@Andy15792
@Andy15792 2 ай бұрын
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 2 ай бұрын
Should do as it's the only network route. You could also add a firewall rule on top to help.
@Andy15792
@Andy15792 2 ай бұрын
@@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 2 ай бұрын
@@Andy15792 yes, look for Sophos XG and OPNSense
@gaidin
@gaidin Күн бұрын
I love this stack so much, and adding panels to my homepage dashboard for it all is awesome. However I've moved everything else over to LXCs for simplicity (inc backups) and this is the last one I am intimidated to try. Anyone else out there got gluetun running in an LXC and used it to route the arr stack through?
@Jims-Garage
@Jims-Garage 23 сағат бұрын
Having it in a VM as opposed to an LXC is a worthwhile security buffer IMO. Should be possible in an LXC though.
@gaidin
@gaidin 10 сағат бұрын
@@Jims-Garage Thanks Jim. I followed Don's guide to get an openwrt router lxc set up and running a VPN client....but now my test sonarr lxc is on a different network when using that as my bridge haha. The complexity of mounting NFS shares to my TrueNAS is making my brain hurt. Maybe I'll just leave the arr stack in docker on a Ubuntu server VM with gluetun. It's nice and contained and I don't really have system resource limitations.
@SwaggerMeister72
@SwaggerMeister72 6 ай бұрын
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 6 ай бұрын
You would need to mount a network share to the host machine, then amend the volume mount to use the share.
@evanjury8478
@evanjury8478 3 ай бұрын
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 3 ай бұрын
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.
@biggusdickusss9377
@biggusdickusss9377 10 ай бұрын
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 10 ай бұрын
I think you can change the ports either with environment variables or just in the config.
@wheelz6812
@wheelz6812 5 ай бұрын
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 5 ай бұрын
Pin it behind your firewall to restrict to the VPN IP range, that should help
@wheelz6812
@wheelz6812 5 ай бұрын
@@Jims-Garage Thank you!
@kevinhughes9801
@kevinhughes9801 Жыл бұрын
Brill stuff thanks
@Jims-Garage
@Jims-Garage Жыл бұрын
Glad you enjoyed it
@InsaiyanTech
@InsaiyanTech 10 ай бұрын
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 10 ай бұрын
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 10 ай бұрын
@@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.
@petrosposiedon3210
@petrosposiedon3210 8 ай бұрын
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 8 ай бұрын
Do you have any logs from the gluetun container? Could be as simple as wrong credentials
@petrosposiedon3210
@petrosposiedon3210 8 ай бұрын
@@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)
@faraguti
@faraguti 4 ай бұрын
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 4 ай бұрын
I would use your firewall. Restrict outbound traffic specially to an IP address associated with the VPN.
@noormohammedshikalgar
@noormohammedshikalgar 7 ай бұрын
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 7 ай бұрын
You should be able to add any container behind gluetun.
@rexhavoc376
@rexhavoc376 4 ай бұрын
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 4 ай бұрын
No, openvpn is free to download and use. I recommend using UDP over WireGuard for NordVPN (or use nordlynx)
@rexhavoc376
@rexhavoc376 4 ай бұрын
@@Jims-GarageIf I were to use nordlynx how should I change the docker compose info?
@Jims-Garage
@Jims-Garage 4 ай бұрын
@@rexhavoc376 I don't know if gluetun supports it. You'll need to check their documentation.
@rexhavoc376
@rexhavoc376 4 ай бұрын
@@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 4 ай бұрын
@@rexhavoc376 log in to your NordVPN account and find the credentials for manual config
@nihoniumog5185
@nihoniumog5185 Ай бұрын
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 Ай бұрын
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 Ай бұрын
@@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 6 ай бұрын
Hello! Does the volumes have to be paths as the existing dockers or should it create its own?
@Jims-Garage
@Jims-Garage 6 ай бұрын
Volumes should be dynamically created.
@XerkoGames
@XerkoGames 6 ай бұрын
@@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 6 ай бұрын
@@XerkoGames you're welcome 😁
@Johnectar
@Johnectar 3 ай бұрын
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 3 ай бұрын
It should be using the IP address of the virtual machine
@Johnectar
@Johnectar 3 ай бұрын
@@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.
@Arthzil
@Arthzil Ай бұрын
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 :(
@godara3353
@godara3353 9 күн бұрын
You can’t torrent with the free tier of protonvpn
@norbertthefish
@norbertthefish Ай бұрын
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 Ай бұрын
All my config files are on my GitHub, check the link in the description.
@norbertthefish
@norbertthefish Ай бұрын
@@Jims-Garage nice one, found it thanks
@aamirm5117
@aamirm5117 2 ай бұрын
Will routing a container through a VPN prevent me from accessing the container’s web interface over my normal LAN?
@Jims-Garage
@Jims-Garage 2 ай бұрын
Yes, you are able to.
@joeaugier817
@joeaugier817 5 ай бұрын
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 5 ай бұрын
Make sure that they're on the same network.
@joeaugier817
@joeaugier817 5 ай бұрын
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
@somfierce
@somfierce 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
​@@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! 👍
@wat7842
@wat7842 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
@@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
@sreejithngvr
@sreejithngvr 2 ай бұрын
localhost:8085 showing error can u help? container running without any problem
@Jims-Garage
@Jims-Garage 2 ай бұрын
Put the IP instead of localhost.
@AndersBergwall
@AndersBergwall 7 ай бұрын
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 7 ай бұрын
Mount a share into the container. Might need to create a share first.
@AndersBergwall
@AndersBergwall 7 ай бұрын
@@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 7 ай бұрын
@@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 7 ай бұрын
@@Jims-Garage ⭐⭐⭐⭐⭐
@AndersBergwall
@AndersBergwall 6 ай бұрын
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).
@goodcitizen4587
@goodcitizen4587 4 ай бұрын
To deploy this on proxmox, what's a good way to run docker? A ubuntu vm?
@goodcitizen4587
@goodcitizen4587 4 ай бұрын
ttech has it 'proxmox ve helper-scripts' > Docker LXC
@Jims-Garage
@Jims-Garage 4 ай бұрын
Yes, I have a docker installation video earlier on.
@zajmer
@zajmer 6 ай бұрын
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 Ай бұрын
localhost:port
@blakestandal8294
@blakestandal8294 Ай бұрын
@@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 Ай бұрын
@@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.
@dirgosalga
@dirgosalga 3 ай бұрын
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 3 ай бұрын
No, simply add a WireGuard container as well and connect to it via that. Check my WireGuard video out.
@dirgosalga
@dirgosalga 3 ай бұрын
​@@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 3 ай бұрын
@@dirgosalga you can still expose normally. Gluetun is only sending outbound over the VPN (hence how you can access locally)
@paulcurran5563
@paulcurran5563 6 ай бұрын
4:46 did I miss the bit about how to get Nord VPN wireguard credentials?
@Jims-Garage
@Jims-Garage 6 ай бұрын
It's in the comments on files on GitHub
@paulcurran5563
@paulcurran5563 6 ай бұрын
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 😂
@rodolfoperez4156
@rodolfoperez4156 2 ай бұрын
Happen to know if an ovpn can be used and how? Instead of username and password. Thanks
@Jims-Garage
@Jims-Garage 2 ай бұрын
Yes, you can github.com/qdm12/gluetun-wiki/blob/main/setup/openvpn-configuration-file.md
@rodolfoperez4156
@rodolfoperez4156 2 ай бұрын
@@Jims-Garage thanks Jim! I'll try this out
@b1gdan
@b1gdan 3 ай бұрын
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 3 ай бұрын
Create a thread in discord, I imagine you'll have some help
@BabyJesusBro
@BabyJesusBro 4 ай бұрын
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 4 ай бұрын
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 4 ай бұрын
The end part is the qbittorrent gui, use your credentials specified or leave blank for the default (I think)
@BabyJesusBro
@BabyJesusBro 4 ай бұрын
@@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 4 ай бұрын
@@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.
@kurtbrown7504
@kurtbrown7504 6 ай бұрын
Can you show setting this up in k3s
@Jims-Garage
@Jims-Garage 6 ай бұрын
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 3 ай бұрын
any way to run the docker compose automatic on reboot ?
@Jims-Garage
@Jims-Garage 3 ай бұрын
Why would you need to? Cron can do this though.
@ronsone8373
@ronsone8373 3 ай бұрын
@@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 3 ай бұрын
@@ronsone8373 change the restart policy to always.
@xiLike2Doitx
@xiLike2Doitx 4 ай бұрын
Can this be modified to run on kubernetes?
@Jims-Garage
@Jims-Garage 4 ай бұрын
Yea, this could run in Kubernetes. Trickier but doable.
@floriantthebault521
@floriantthebault521 3 ай бұрын
​@@Jims-Garage That would be really swell to have some tips on that front.
@LCaesar23
@LCaesar23 Ай бұрын
Can't access qbittorrent web ui. Tried a million different ways.
@Jims-Garage
@Jims-Garage Ай бұрын
How are you trying to access it? IP:Port or through a reverse proxy?
@ninji4182
@ninji4182 8 ай бұрын
you missed the part where to obtain the wireguard key
@Jims-Garage
@Jims-Garage 8 ай бұрын
It isn't officially supported but this script should help you. gist.github.com/bluewalk/7b3db071c488c82c604baf76a42eaad3
@ninji4182
@ninji4182 7 ай бұрын
@@Jims-Garage would you happen to be able to do a setup for VPN Unlimited?
@408427
@408427 8 ай бұрын
Can you add radarr
@Jims-Garage
@Jims-Garage 8 ай бұрын
Have a try at adding yourself, it's the same as all of the other containers. Jump on Discord if you're stuck.
@alexsmith6724
@alexsmith6724 25 күн бұрын
"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 25 күн бұрын
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.
@alexsmith6724
@alexsmith6724 19 күн бұрын
@@Jims-Garage I think this is really just useless. Why am I downloading a .yml file? I just don't understand it. I have docker desktop installed. Why is .yml filetype not associated with docker executable file? I just don't get it. Why does this app even exist if we are using command lines and poorly formatted text file configurations. I tried to force docker desktop to open the .yml file by manually associating the file type. That doesn't do anything. It should. Beyond the general issue that I still have no idea what my docker compose location is. All I know is I got docker desktop to run. I had to disable legacy command prompt. I can even have it pull apps. It downloads them somewhere (no desirable clue where that somewhere is), and it gives me zero ability to edit the configuration files.
@Liam.s
@Liam.s 3 ай бұрын
Is this setup safe? For ip leaks and what not
@Jims-Garage
@Jims-Garage 3 ай бұрын
Yes, but worth limiting egress with a firewall rule as well. Limit it to only the VPN IP address space.
@Liam.s
@Liam.s 3 ай бұрын
@@Jims-Garage thanks! Would running iptables or ufw on the vm I hosted the dockers on be sufficient?
@Jims-Garage
@Jims-Garage 3 ай бұрын
@@Liam.s yes, that's helpful.
@Liam.s
@Liam.s 3 ай бұрын
@@Jims-Garage you’re amazing man! Thank you!
@Jims-Garage
@Jims-Garage 3 ай бұрын
@@Liam.s you're welcome. Hop on Discord if you haven't already (and hit the sub please 😉)
@CarlDoesStuff
@CarlDoesStuff 8 ай бұрын
Title says one click. Shows no one click step. what did i miss?
@Jims-Garage
@Jims-Garage 8 ай бұрын
Configure your compose, hit return
Create your own VPN server with WireGuard in Docker
24:38
Christian Lempa
Рет қаралды 179 М.
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 32 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 122 МЛН
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 52 МЛН
Why VPNs are a WASTE of Your Money (usually…)
14:40
Cyberspatial
Рет қаралды 1,4 МЛН
How NVIDIA just beat every other tech company
9:20
Mrwhosetheboss
Рет қаралды 1,1 МЛН
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 826 М.
How Could ANYONE Spend $4000 on a SOUNDBAR??
11:40
Linus Tech Tips
Рет қаралды 719 М.
I Freed Up 700GB+ Converting my Videos Using Tdarr
11:52
Techno Tim
Рет қаралды 154 М.
Learn Reverse Engineering (for hacking games)
7:26
cazz
Рет қаралды 1 МЛН
A SERIOUS Home Server That's Affordable
18:59
Hardware Haven
Рет қаралды 105 М.
تجربة أغرب توصيلة شحن ضد القطع تماما
0:56
صدام العزي
Рет қаралды 57 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,1 МЛН
Отдых для геймера? 😮‍💨 Hiper Engine B50
1:00
Вэйми
Рет қаралды 1,2 МЛН
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 901 М.
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,9 МЛН