CloudPanel 2 - Ubuntu 24.04

CloudPanel 2 - Ubuntu 24.04
CloudPanel 2 - Ubuntu 24.04
by MGT-COMMERCE GmbH

Version 2.5.4

OS Ubuntu 24.04

Frameworks

Description

Software Included

Package
NGINX
Version
1.30.1
License
Custom
Package
MySQL
Version
8.4
License
Open Source
Package
PHP
Version
7.1 - 8.5
License
PHP v3.01
Package
Redis
Version
7
License
Package
ProFTPD
Version
1.3
License
Package
Node.js
Version
12, 14, 16, 18, 20, 22
License
Package
Python
Version
3.12
License
Package
Varnish Cache
Version
7.5
License

Getting started after deploying CloudPanel 2 - Ubuntu 24.04

API Creation

In addition to creating a Droplet from the CloudPanel 2 - Ubuntu 24.04 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB CloudPanel 2 - Ubuntu 24.04Droplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"mgtcommercegmbh-cloudpanel2ubunt"}' \
      "https://api.digitalocean.com/v2/droplets"