ZesleCP

ZesleCP
ZesleCP
by ZesleCP

Version 3.1.20

OS CentOS 7.x

Blogs and Forums

Description

Software Included

Package
Apache
Version
2.4.56
License
Apache License 2.0
Package
Nginx
Version
1.23.3
License
2-clause BSD
Package
PHP
Version
7.2-8.1
License
PHP License
Package
MySQL
Version
5.7
License
GPLv2
Package
phpMyAdmin
Version
4.9.5
License
GPLv2
Package
WordPress
Version
5.9
License
GPLv2
Package
Roundcube
Version
1.4.7
License
GPLv3
Package
Exim
Version
4.94
License
GPLv2
Package
Dovecot
Version
2.2.36
License
MIT
Package
BIND
Version
9.11.4
License
MPL
Package
Pure-FTPd
Version
1.0.49
License
BSD License
Package
Certbot
Version
1.10
License
Apache License 2.0

Getting started after deploying ZesleCP

API Creation

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

As an example, to create a 4GB ZesleCPDroplet 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":"zeslecp-7"}' \
      "https://api.digitalocean.com/v2/droplets"