转载 qbittorrent 快速安装教程
来源:https://hostloc.com/forum.php?mod=viewthread&tid=1024684
更多一键包:https://github.com/userdocs/qbittorrent-nox-static
想编译安装可以看这个https://npchk.info/ubuntu-debian-install-qbittorrent
另一款bt工具:deluge安装教程可以看这个:https://hechuan.me/deluge
安装
4.4.0及以后版本吃配置,上传慢,推荐4.3.8/9
cd /root
wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.9_v1.2.15/x86_64-qbittorrent-nox
chmod +x x86_64-qbittorrent-nox
./x86_64-qbittorrent-nox
浏览器打开 Web UI 控制 qBittorrent,访问 http://ip:8080 默认的用户名是admin 默认的密码是adminadmin 正常的话 输入y 然后ctrl+c退出就行
# 写入开机自启
cat << "EOF" > /etc/systemd/system/qbittorrent.service
[Unit]
Description=qBittorrent Daemon Service
After=network.target
[Service]
LimitNOFILE=512000
User=root
ExecStart=/root/存放路径改成你的x86_64-qbittorrent-nox
[Install]
WantedBy=multi-user.target
EOF
# 更新配置
systemctl daemon-reload
# 启动服务
systemctl start qbittorrent
# 查看状态
systemctl status qbittorrent
如需重启/关闭程序 请使用kill命令关闭程序 ps -aux | grep qbittorrent kill 对应序号 如 kill 11111 再使用进程守护打开即可使用
美化/安装皮肤
UI列表: https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-qBittorrent-themes https://github.com/qbittorrent/qBittorrent/wiki/List-of-known-alternate-WebUIs
https://github.com/WDaan/VueTorrent (推荐)
https://github.com/CzBiX/qb-web
https://github.com/Flood-UI/flood (推荐)
如果安装完皮肤后打不开了,或者白屏解决方法: 访问ip:端口/api/v2/app/setPreferences?json=%7B"alternative_webui_enabled":false%7D 就恢复默认ui了