📋 一键安装命令
if command -v curl >/dev/null;then curl -kfsSL 'https://www.ping.td/?serve=script&token=7047920aacd6' -o install.sh;else wget --no-check-certificate -O install.sh 'https://www.ping.td/?serve=script&token=7047920aacd6';fi;sudo bash install.sh
if command -v curl >/dev/null;then curl -kfsSL 'https://www.ping.td/?serve=script&token=7047920aacd6' -o install.sh;else wget --no-check-certificate -O install.sh 'https://www.ping.td/?serve=script&token=7047920aacd6';fi;sudo bash install.sh /data/nodekeeper
if command -v curl >/dev/null;then curl -kfsSL 'https://www.ping.td/?serve=script&token=7047920aacd6' -o install.sh;else wget --no-check-certificate -O install.sh 'https://www.ping.td/?serve=script&token=7047920aacd6';fi;sudo bash install.sh update
▸ 支持 Linux x86_64 / aarch64 + systemd(CentOS 7+ / Debian 10+ / Ubuntu 20+ / RHEL 8+ / OpenWrt / OpenCloudOS / Alibaba Cloud Linux);脚本按 uname -m 自动拉对应包
▸ 必须 root 运行(脚本里有 sudo bash …)
▸ 升级是全量覆盖:NodeKeeper 主程序 / 前端 static / install / templates / shell / mmdb(GeoIP)都换成新版;
只保留 SQLite / 凭证 / systemd 配置 / SSL 证书 / 日志。自定义安装目录用 sudo bash install.sh update /data/nodekeeper
▸ 卸载:systemctl stop nodekeeper && rm -rf /opt/nodekeeper /etc/systemd/system/nodekeeper.service