Install cloudpanel on a Ubuntu 24.04 LTS server
ssh root@yourIpAddress
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 "2aefee646f988877a31198e0d84ed30e2ef7a454857b606608a1f0b8eb6ec6b6 install.sh" | \
sha256sum -c && sudo bash install.sh
Once install access via
https://yourIpAddress:8443
Updated instructions can be found here:
https://www.cloudpanel.io/docs/v2/getting-started/other/
Leave a Reply