添加源
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable安装
成功添加源后,更新包的信息,再安装 qBittorrent webui:
sudo apt-get update
sudo apt-get install qbittorrent-nox启动
成功安装后,输入以下命令启动软件:
qbittorrent-nox启动后,在浏览器中输入http://ip 地址:8080,即可打开 qBittorrent 的网页端。
默认的用户名是admin,默认密码为adminadmin。
如果要使用其他端口,只需在启动命令中加入--webui-port=XXXX参数,其中XXXX为端口号:
记得需要开放防火墙的8080端口
qbittorrent-nox --webui-port=XXXX在后台运行qBittorrent
因为直接运行QB,退出shell窗口的话就会关闭,所以我们可以用nohup的方式运行QB
nohup qbittorrent-nox &配置
QBittorrent webui 的配置文件qBittorrent.conf在~/.config/qBittorrent/文件夹中。
修改语言及密码:Tools -> Options -> WebGUI
遇到输错密码次数过多,ip被封禁,重启一下就好