支持架构
当前快速开始页面列出的支持架构包括:- x86_64
- armv7l
- aarch64
- mips
安装前准备
- 能通过 SSH 登录到 OpenWRT 设备
- 确认路由器有足够可写空间安装客户端
- 准备好 AuthToken
第一步:通过 SSH 登录 OpenWRT
在终端中连接你的路由器,例如:第二步:执行安装脚本
第三步: 添加本地服务 (可选步骤)
第四步:启动 ZeroNews
前台运行:验证安装是否成功
- 在控制台确认设备是否已上线
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 OpenWRT 路由器中安装和运行 ZeroNews。
ssh root@192.168.1.1
curl -SLk https://download.zeronews.cc/openwrt/zeronews-install.sh | sh -s install <TOKEN>
zeronews add https --local_ip=127.0.0.1 --port=80
zeronews start
/etc/init.d/zeronews restart