qbittorrent archlinux vps 搭建方法

pacman -S qbittorrent-nox

首次安装时需使用本地用户身份手动启动一次并手工设置绑定端口,此时相关初始设置会保存在用户本地配置文件中

/usr/bin/qbittorrent-nox –webui-port=8181

~/.config/qBittorrent/qBittorrent.conf

随后指定用户启动服务即可使用

systemctl start qbittorrent-nox@jeremie

systemctl status qbittorrent-nox@jeremie

journalctl -exu qbittorrent-nox@jeremie

systemctl enable qbittorrent-nox@jeremie

WebUI默认账号密码是 admin adminadmin 参考资料: https://github.com/qbittorrent/qBittorrent/wiki/Running-qBittorrent-without-X-server https://github.com/lgallard/qBittorrent-Controller/wiki/How-to-enable-the-qBittorrent-Web-UI https://github.com/qbittorrent/qBittorrent/issues/4532 https://github.com/qbittorrent/qBittorrent/wiki/I-forgot-my-UI-lock-password