×

搭建CloudPanel面板

ldpc520 ldpc520 发表于2025-06-27 17:48:42 浏览11 评论0

抢沙发发表评论

准备工作

系统用的是Ubuntu24.04
1、下载并安装SSH连接工具Finalshell:【点击进入】
域名解析Cloudflare:【点击进入】
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