#share#Use the remaining VPS traffic to download movies, TV series, install, BT offline download program Docker image and installation

888u

Last update at :2024-02-20,Edit by888u

Recently, due to the expiration of the webmaster’s Thunder Platinum, members who used to buy financial products for a month and then got rid of them for free, now see that there is no such activity on the official website. I downloaded several green versions, but nothing happens. It's satisfactory, but when downloading some popular resources, you will find that you can't download them due to copyright reasons. I tried Qbittorrent and utorrent, and the speed in mainland China is really not good at all. So I remembered that I still have an ION with an annual payment of 20 dollars. There is a lot of remaining traffic that cannot be used up, and the line is relatively good. It should be faster to pull it back to the local area, so I did some research on installing Qbittorrent on the VPS to download some movies and TV series, and then pull it back to the local area and share it. It can be considered a job. A record, you can look at it if you need it.

Preparation

One chick Green version of Thunder without ads Pagoda Panel

Process

1. First, I reinstalled the system for Xiaoji, because there were some messy things on it before, so I didn’t want them anymore and installed CentOS7. 2. Install Docker The command is as follows:

#CentOS 6 system rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum update -y yum -y install docker-io service docker start chkconfig docker on #CentOS 7, Debian, Ubuntu system curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker

3. Install the pagoda The 5.9 free version is enough. Share the US node installation script, the official one. After installing the panel, you only need to install Nginx and PHP.

yum install -y wget && wget -O install.sh http://128.1.164.196:5880/install/install.sh && sh install.sh

4. Install Qbittorrent. Qbittorrent is already installed on the webmaster’s computer, so it is more comfortable to use. Installation script:

docker run --restart=always --name qbittorrent -d \ -p 6881:6881 \ -p 6881:6881/udp \ -p 8080:8080 \ -v ~/qbittorrent/config:/config \ -v ~/qbittorrent/downloads:/downloads \ linuxserver/qbittorrent

Access address and password

qbittorrent address: http://ip:8080 Username: admin Password:adminadmin Configuration and /download directory: ~/qbittorrent

Open firewall port

#CentOS 6 iptables -I INPUT -p tcp --dport 8080 -j ACCEPT iptables -A INPUT -p tcp --dport 6881 -j ACCEPT iptables -A INPUT -p udp --dport 6881 -j ACCEPT service iptables save service iptables restart #CentOS 7 firewall-cmd --zone=public --add-port=8080/tcp --permanent firewall-cmd --zone=public --add-port=6881/tcp --permanent firewall-cmd --zone=public --add-port=6881/udp --permanent firewall-cmd --reload

Use when deleting:

#delete container ContainerID=`docker ps|grep linuxserver/qbittorrent|awk '{print $1}'` docker kill ${ContainerID} docker rm ${ContainerID} docker rmi `docker images|grep linuxserver/qbittorrent|awk '{print $3}'` #Delete download folder rm -rf ~/qbittorrent

4. Create a site and set it as default You can write the domain name casually, it’s not necessary anyway. Click on the default site again, set the newly created one as the default, and you can access it using the IP. 5. Use of Qbittorrent Access address: http://ip address:8080 User: admin Password: adminadmin You can enter the Qbittorrent management interface and download the movies and TV shows you need. Change password and Chinese interface: Tools—Options—Web UI can change

The downloaded content is in /root/qbittorrent/downloads (it is best to change the file name). You can go to the directory where you just created the site and use "http://ip/filename" to download it with Thunder. The speed is very good, and the webmaster can basically reach full speed. Note: Doing so is also risky. It may be judged as infringement by the IDC provider, and the network speed may also be limited.

Finally share about installing utorrent

docker run --restart=always --name utorrent -d \ -p 8080:8080 \ -p 6881:6881 \ -v ~/utorrent:/utorrent/data \ ekho/utorrent

Information

utorrent address: http://ip:8080/gui Access username: admin Access password: empty Download directory: ~/utorrent

Firewall

#CentOS 6 iptables -I INPUT -p tcp --dport 8080 -j ACCEPT iptables -A INPUT -p tcp --dport 6881 -j ACCEPT service iptables save service iptables restart #CentOS 7 firewall-cmd --zone=public --add-port=8080/tcp --permanent firewall-cmd --zone=public --add-port=6881/tcp --permanent firewall-cmd --reload

Delete

#delete container ContainerID=`docker ps|grep ekho/utorrent|awk '{print $1}'` docker kill ${ContainerID} docker rm ${ContainerID} docker rmi `docker images|grep ekho/utorrent|awk '{print $3}'` #Delete download folder rm -rf ~/utorrent

Recommended site searches: space registration, mainland China proxy IP, domain name registration service website, Korean cn2 server, latest free proxy IP, US domain name, website IP query, US host network, cloud server vps, which cloud server is the most cost-effective ,

#share#Use the remaining VPS traffic to download movies, TV series, install, BT offline download program Docker image and installation

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码