#qbittorrent安装 4.4.3.1 最新完整小白快速安装教程

194次阅读

共计 1158 个字符,预计需要花费 3 分钟才能阅读完成。

一键脚本有风险!比如这个 https://hostloc.com/thread-1021418-1-1.html

在此我强烈建议用这个快速手动安装教程
不到 30 秒即可使用!

该版本为 4.4.3.1_v2.0.6 有空我会更新 你可以在最下面寻找帖子 #qbittorrent 安装

  1. cd /root
  2. wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.4.3.1_v2.0.6/x86_64-qbittorrent-nox
  3. chmod +x x86_64-qbittorrent-nox
  4. ./x86_64-qbittorrent-nox

复制代码

输入 y 然后 ctrl+ c 退出就行

  1. cat << “EOF” > /etc/systemd/system/qbittorrent.service
  2. [Unit]
  3. Description=qBittorrent Daemon Service
  4. After=network.target
  5. [Service]
  6. LimitNOFILE=512000
  7. User=root
  8. ExecStart=/root/x86_64-qbittorrent-nox
  9. ExecStop=/usr/bin/kill -w qbittorrent-nox
  10. [Install]
  11. WantedBy=multi-user.target
  12. EOF

复制代码

  1. # 更新配置
  2. systemctl daemon-reload
  3. # 启动服务
  4. systemctl start qbittorrent
  5. # 查看状态
  6. systemctl status qbittorrent

复制代码

如需重启 / 关闭程序
请使用 kill 命令关闭程序
ps -aux | grep qbittorrent
kill 对应序号
如 kill 11111
再使用进程守护打开即可使用

网友回复:

注册 误人了 首先, 没人跟你说 4.4.0 及以后版本有 bug 吗? 吃配置, 上传慢, 我推荐 4.3.8 第二,ssh port 还是 22, 爆破 你说是脚本问题, 求求把这后门代码找到

hostlocmjj 偷偷告诉你,那个是很老的版本

法外狂徒张三 偷偷告诉你,apt yum 都能安装 qbittorrent-nox

hostlocmjj 什么时候来个 windows 安装教程

asdii qBittorrent v4.2.5 还行吧,我是无所谓手动安装版本新一点,但是 apt yum 方便

战斗鸡 直接 docker 拉取

asdii 看题目 最新版的教程。。。你说哪个版本好用,我做一个

huanx 4.4.0 及以后版本吃配置, 你没对比过吗

hostlocmjj 正好需要这个,感谢大佬啊。追问一下,这个怎么设置单种限速啊?求个小白配置

注册 如果玩 pt 不是版本越新越好,很多站都不支持新版,所以我选编译 4.1.9

注册 4.3.5

正文完
 0