No description
create-cloudpanel-template.sh | ||
LICENSE | ||
README.md |
-
CloudPanel-specific:
- Increased minimum disk size to 25GB (CloudPanel requirement)
- Increased RAM to 2GB (recommended for CloudPanel)
- Added cloud-init configuration for CloudPanel installation
- Uses Ubuntu 24.04 LTS as the base image (recommended for CloudPanel)
-
The script will:
- Create a template with ID 912 for Ubuntu 24.04 with CloudPanel
- Install CloudPanel automatically during the first boot
- Configure all necessary system requirements
- Use MariaDB 11.4 as the database engine
To use this script:
- Save it to a file (e.g.,
create-cloudpanel-template.sh
) - Make it executable:
chmod +x create-cloudpanel-template.sh
- Run it:
./create-cloudpanel-template.sh
After the template is created, when you clone it:
- The VM will automatically install CloudPanel during first boot
- CloudPanel installation will take 5-10 minutes after first boot
- You can access CloudPanel at https://your-server-ip:8443