Linux安装qbittorrent记录
Linux安装qbittorrent记录
apt install qbittorrent
apt install qbittorrent-nox
添加qbittorrent-nox用户和用户组
adduser --system --group qbittorrent-nox
adduser your-username qbittorrent-nox
添加 qbittorrent-nox守护进程文件
/etc/systemd/system/qbittorrent-nox.service
[Unit]
Description=qBittorrent Command Line Client
After=network.target
[Service]
#Do not change to "simple"
Type=forking
User=qbittorrent-nox
Group=qbittorrent-nox
UMask=007
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8080
Restart=on-failure
[Install]
WantedBy=multi-user.target
开机启动
systemctl daemon-reload
systemctl enable qbittorrent-nox
systemctl start qbittorrent-nox
systemctl status qbittorrent-nox
qbittorrent加速,添加一下地址到 tracker

https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_udp.txt
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_http.txt
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_https.txt
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all_ws.txt
访问IP:8080默认用户密码为admin,adminadmin