最近的宝塔面板需要手机号而且需要实名都知道了吧,想要保护自己的隐私,那就要试试开源面板Cloudpanel
以下是安装过程
1、准备工作
2、CloudPanel项目地址:【点击进入】
- 安装文档:【点击进入】
3、安装CloudPanel
- 更新系统并安装所需的软件包
apt update && apt -y upgrade && apt -y install curl wget sudo
- 运行安装程序
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "a3ba69a8102345127b4ae0e28cfe89daca675cbc63cd39225133cdd2fa02ad36 install.sh" | \
sha256sum -c && sudo CLOUD=vultr bash install.sh
搭建完成!