
https://github.com/gngpp/xunlei/actions/workflows/CI.yml/badge.svg](https://github.com/gngpp/xunlei/actions/workflows/CI.yml)
https://github.com/gngpp/xunlei/releaseshttps://github.com/gngpp/xunlei/releases
xunlei从迅雷群晖套件中提取,用于发行版Linux(支持OpenWrt/Alpine/Docker)的迅雷远程下载服务。仅供测试,测试完请自觉删除。
默认Web访问端口5055
shell❯ ./xunlei Synology Nas Thunder runs on Linux Usage: xunlei [OPTIONS] <COMMAND> Commands: install Install xunlei uninstall Uninstall xunlei launcher Launcher xunlei help Print this message or the help of the given subcommand(s) Options: -d, --debug Enable debug -h, --help Print help -V, --version Print version ❯ ./xunlei install --help Install xunlei Usage: xunlei install [OPTIONS] Options: --debug Enable debug [env: XUNLEI_DEBUG=] -u, --auth-user <AUTH_USER> Xunlei authentication username [env: XUNLEI_AUTH_USER=] -w, --auth-password <AUTH_PASSWORD> Xunlei authentication password [env: XUNLEI_AUTH_PASSWORD=] -H, --host <HOST> Xunlei Listen host [env: XUNLEI_HOST=] [default: 0.0.0.0] -P, --port <PORT> Xunlei Listen port [env: XUNLEI_PORT=] [default: 5055] -U, --uid <UID> Xunlei UID permission [env: XUNLEI_UID=] -G, --gid <GID> Xunlei GID permission [env: XUNLEI_GID=] -c, --config-path <CONFIG_PATH> Xunlei config directory [default: /opt/xunlei] -d, --download-path <DOWNLOAD_PATH> Xunlei download directory [default: /opt/xunlei/downloads] -m, --mount-bind-download-path <MOUNT_BIND_DOWNLOAD_PATH> Xunlei mount bind download directory [default: /xunlei] -h, --help Print help
GitHub https://github.com/gngpp/xunlei/releases 中有预编译的 deb包/rpm包,二进制文件,以Ubuntu为例:
shellwget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei-embed-3.11.2-32-aarch64-unknown-linux-gnu.deb dpkg -i xunlei_3.11.2-32_amd64.deb # 安装和运行迅雷程序 xunlei install # 停止和卸载迅雷程序 xunlei uninstall # 如果你的系统不支持systemd,则手动启动 xunlei launcher
bashdocker run -it --rm --privileged -p 5055:5055 --name=xunlei \ -v $(pwd)/data:/opt/data \ -v $(pwd)/downloads:/downloads \ -e XUNLEI_AUTH_USER=admin \ -e XUNLEI_AUTH_PASSWORD=admin \ gngpp/xunlei:latest
GitHub https://github.com/gngpp/xunlei/releases 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例:
shellwget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/xunlei_3.11.2-32_aarch64_generic.ipk wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-app-xunlei_1.0.1-7-1_all.ipk wget https://github.com/gngpp/xunlei/releases/download/v3.11.2-32/luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk opkg install xunlei_3.11.2-32_aarch64_generic.ipk opkg install luci-app-xunlei_1.0.1-7-1_all.ipk opkg install luci-i18n-xunlei-zh-cn_1.0.1-7-1_all.ipk
shellgit clone https://github.com/gngpp/xunlei && cd xunlei # 默认编译在线安装 cargo build --release && mv target/release/xunlei . # 完整打包编译安装 bash +x ./unpack.sh && cargo build --release --features embed && mv target/release/xunlei . # 执行安装 ./xunlei install # 若系统不支持systemd,则手动启动daemon ./xunlei launcher
shellcd package svn co https://github.com/gngpp/xunlei/trunk/openwrt cd - make menuconfig # choose LUCI->Applications->luci-app-xunlei make V=s
service xunlei disable && service xunlei enable,清除以前安装过的迅雷包缓存(可能别人打包也叫xunlei,会有init.d缓存),不行再开debug模式看日志,最好新装重启一次您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。






探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务