flux-panel Self Hosted

flux-panel

流量转发面板自托管镜像。安装脚本、compose 文件、gost 核心均已托管到 node.xboardnext.com。

面板端安装

curl -fL https://node.xboardnext.com/flux-panel/releases/latest/download/panel_install.sh -o panel_install.sh && chmod +x panel_install.sh && ./panel_install.sh

节点端安装

curl -fL https://node.xboardnext.com/flux-panel/releases/latest/download/install.sh -o install.sh && chmod +x install.sh && ./install.sh

默认管理员

账号:admin_user
密码:admin_user

固定版本

如果以后 latest 更新异常,可以使用固定版本路径。

curl -fL https://node.xboardnext.com/flux-panel/releases/download/2.0.7-beta/panel_install.sh -o panel_install.sh && chmod +x panel_install.sh && ./panel_install.sh