qbittorrent-优秀的服务器磁力下载器

简介

qbittorrent是一款开源的、跨平台的、支持多种协议的BT下载软件,具有图形用户界面和命令行界面。

qbittorrent官方信息

官网:https://www.qbittorrent.org/download

dockerhub:https://hub.docker.com/r/linuxserver/qbittorrent

github:https://github.com/qbittorrent/qBittorrent

qbittorrent-website

使用场景

  1. 下载电影、电视剧、动漫等资源
  2. 下载软件、游戏等资源
  3. 下载其他类型的资源

使用方法

笔者使用的orangepi3 使用docker安装,使用浏览器登录网页来使用它。

qbittorrent docker 的默认用户是admin,默认密码是adminadmin,请及时更换密码

docker安装

1
2
3
4
5
6
7
8
9
10
11
12
13
docker run -d \
--name=qbittorrent \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Shanghai \
-e WEBUI_PORT=8080 \# 可选,默认8080
-p 6881:6881 \
-p 6881:6881/udp \
-p 8080:8080 \
-v /path/to/config:/config \
-v /path/to/downloads:/downloads \
-v /path/to/watch:/watch \
linuxserver/qbittorrent

docker运行结果

网页登录

使用浏览器访问http://ip:8080,输入用户名和密码登录,即可使用。

qbittorrent-webui

总结

qbittorrent是一款优秀的BT下载软件,具有图形用户界面和命令行界面,支持多种协议,是一款非常优秀的BT下载软件。