Dedian 10 使用qbittorrent-nox web
Dedian 10 使用qbittorrent-nox web
下载安装包
1 | sudo apt install qbittorrent qbittorrent-nox |
创建用于运行qbittorrent-nox的用户及组
1 | sudo adduer --system --group qbittorrent-nox |
也可以将系统原有用添加到qbittorrent-nox组中,此处用户主要用于qbittorrnet-nox 的systemd启动脚本
添加qbittorrent-nox服务,设置开机自启及启动
1 | sudo vi /lib/systemd/system/qbittorrent-nox.service |
1 | [Unit] |
webui-port用于浏览器访问的端口,可以自行更改(非root用户需使用1024-65535以上未被使用的端口)
1 | sudo systemctl daemon-reload |
修改web访问用户及密码
使用8090端口访问qbittorrent web页面,默认用户admin,密码adminadmin
在tools-options-Web UI中找到Authentication,修改username及password。