apt 安装
qbittorrent-nox的安装非常的简单,同样是直接用apt指令安装即可。
apt install qbittorrent-nox复制代码
安装完成后,我们直接启动服务:qbittorrent-nox,默认端口是8080,
如果想指定端口运行的话,则加上参数–webui-port=x,其中x就是端口号,
比如指定端口为8088:qbittorrent-nox –webui-port=8088
可以看到提示的账号密码和Web端访问地址,端口号
编译安装
Debian 10/Ubuntu 20.04 安装 qBitTorrent
https://hostloc.com/thread-860468-1-1.html
(出处: 全球主机交流论坛)
使用 docker 一键脚本 ,选择 7 自动安装,而且支持 ARM64 甲骨文这些,不支持非KVM
wget git.io/autopt.sh && bash autopt.sh复制代码
直接下载编译好的版本
https://github.com/userdocs/qbittorrent-nox-static/releases
wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.5_v2.0.4/x86_64-qbittorrent-nox chmod +x x86_64-qbittorrent-nox ./x86_64-qbittorrent-nox -d复制代码
一键脚本
https://github.com/Aniverse/qbittorrent-nox-static
本脚本只支持 x86_64 (amd64) 架构,其他架构都不支持。ARM 用户建议使用 QuickBox ARM
本脚本只在独服和 KVM 虚拟化的 VPS 下测试,OpenVZ、Xen 等其他虚拟化架构仍可以尝试使用,但不保证没问题
本脚本目前支持 Debian 9/10, Ubuntu 16.04/18.04. 推荐使用 Debian 10 或 Ubuntu 18.04
This script has been tested on Debian 8/9/10, Ubuntu 16.04/18.04, CentOS 7/8, Fedora 31, Arch Linux, OpenSUSE.
Slackware, AlpineLinux and Gentoo are not supported due to lack of systemd.
bash <(curl -Ls https://github.com/Aniverse/qbittorrent-nox-static/raw/master/install.sh) -u aniverse -p only4test \ -w 8080 -v 4.2.3.lt.1.1.14复制代码
一键脚本
https://github.com/amefs/quickbox-arm
它的主要功能同 QuickBox Lite,不同的是该项目支持 armhf 构架。
福建省网友说:刚好昨天再找,多谢