1 面板部分
① v0面板安装脚本

curl -L https://raw.githubusercontent.com/nezhahq/scripts/refs/heads/v0/install.sh -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh

② v0面板禁用更新
打开/opt/nezha/dashboard/docker-compose.yaml
讲docker固定到:v0.20.13版本
services:
  dashboard:
    image: ghcr.io/naiba/nezha-dashboard:v0.20.13
    restart: always

感谢 https://www.nodeseek.com/post-210009-1 老哥

2 agent部分

agent安装脚本

把后台复制出来的 main改成v0就可以了

记得加入--disable-force-update 禁用更新

我同时喜欢加入 --disable-command-execute 禁止web

curl -L https://raw.githubusercontent.com/nezhahq/scripts/v0/install.sh -o nezha.sh && chmod +x nezha.sh && ./nezha.sh install_agent 域名 端口 密钥 --tls --disable-force-update --disable-command-execute

3 v0文档
论坛老哥整的v0文档 https://nezha-v0.mereith.dev/ GitHub
 
 
Back to Top © 2025 我的笔记| 由 Cloudflare Pages and Telegram 强力驱动