安装说明
Alpha Installer 只支持 CentOS 系列测试服务器,不会安装 Nginx/PHP/MariaDB。
url=https://panel.puxinnan.com/download/install_panel.sh
if [ -f /usr/bin/curl ]; then
curl -fsSL "$url" -o install_panel.sh
else
wget -O install_panel.sh "$url"
fi
bash install_panel.sh ed8484bec
支持系统
- CentOS 7.2+
- CentOS 8
- CentOS Stream 8 / 9
- CentOS 9 兼容发行版
安装目录
/www/smart-node/
/www/sites/
管理命令
smartnode status
smartnode start
smartnode stop
smartnode restart
smartnode logs
smartnode info
smartnode uninstall
卸载方式
执行 smartnode uninstall,输入二次确认后会删除 systemd 服务、管理命令和 /www/smart-node。
Alpha 注意事项
请先在空白 CentOS 测试服务器验证,不要直接安装到生产服务器。