The CyberPanel image provides a One-Click installer to automatically install OpenLiteSpeed, LSCache, WordPress, Prestashop, Joomla and contains all of the essential features, including HTTP/3 support. It also automates the initial setup for components like Mail service and DNS, to reduce the time it takes to get set up for hosting.
Highlights
Package | Version | License |
---|---|---|
CyberPanel | 2.3.6 | GPLv3 |
OpenLiteSpeed | 1.7.19 | GPLv3 |
PHP | 8.3 | proprietary |
Rainloop | 1.14.0 | AGPLv3 |
PowerDNS | 4.1.1 | GPLv2 |
Redis | 5.0.7 | BSD |
memcached | 1.5.22 | BSD |
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.
In addition to creating a Droplet from the CyberPanel 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB CyberPanel Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "litespeedtechnol-cyberpanel-20-04"}' \
"https://api.digitalocean.com/v2/droplets"
Please visit our Quick Start page for details on how to access your CyberPanel One Click and complete your configuration.