添加源

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable

安装

成功添加源后,更新包的信息,再安装 qBit­tor­rent we­bui:

sudo apt-get update
sudo apt-get install qbittorrent-nox

启动

成功安装后,输入以下命令启动软件:

qbittorrent-nox

启动后,在浏览器中输入 http://ip 地址:8080,即可打开 qBit­tor­rent 的网页端。

默认的用户名是 admin,默认密码为 adminadmin

如果要使用其他端口,只需在启动命令中加入 --webui-port=XXXX 参数,其中 XXXX 为端口号:

记得需要开放防火墙的 8080 端口

qbittorrent-nox --webui-port=XXXX

在后台运行qBittorrent

因为直接运行 QB,退出 shell 窗口的话就会关闭,所以我们可以用 nohup的方式运行 QB

nohup qbittorrent-nox &

配置

QBit­tor­rent we­bui 的配置文件 qBittorrent.conf~/.config/qBittorrent/ 文件夹中。

修改语言及密码:Tools -> Options -> WebGUI

遇到输错密码次数过多,ip 被封禁,重启一下就好