# CloudPanel 2 - Ubuntu 24.04 Generated on 5 Dec 2025 from [the CloudPanel 2 - Ubuntu 24.04 catalog page](https://marketplace.digitalocean.com/apps/cloudpanel-2-ubuntu-24-04) **CloudPanel** is the next-generation server control panel to configure and manage a server with an obsessive focus on simplicity. Run **PHP, Node.js, Static Websites**, **Reverse Proxies**, and **Python Applications** on a **High-Performance Technology Stack** in no time. ![CloudPanel](https://www.cloudpanel.io/docs/v2/img/marketplace/digital-ocean/cloudpanel.png) ## Software Included | Package | Version | License | |---|---|---| | NGINX | 1.26.0 | Custom | | MySQL | 8.4 | Open Source | | PHP | 7.1 - 8.5 | PHP v3.01 | | Redis | 7 | | | ProFTPD | 1.3 | | | Node.js | 12, 14, 16, 18, 20, 22 | | | Python | 3.12 | | | Varnish Cache | 7.5 | | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=mgtcommercegmbh-cloudpanel2ubunt) ## Creating an App using the API In addition to creating a Droplet from the CloudPanel 2 - Ubuntu 24.04 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB CloudPanel 2 - Ubuntu 24.04 Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"mgtcommercegmbh-cloudpanel2ubunt"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying CloudPanel 2 - Ubuntu 24.04 After you created a **Droplet**, you can access **CloudPanel** via browser: https://yourReservedIPAddress:8443 ![CloudPanel](https://www.cloudpanel.io/docs/v2/img/getting-started/ignore-self-signed-certificate.png) Ignore the self-signed certificate warning and click on **Advanced** and **Proceed** to continue to the admin user creation: ![CloudPanel Admin User Creation](https://www.cloudpanel.io/docs/v2/img/getting-started/admin-user-creation.png)