Plesk

Plesk
Plesk
by Plesk

Version 18.0.76

OS Ubuntu 24.04

Developer Tools

Description

Software Included

Package
Plesk Obsidian
Version
Package
Ubuntu Linux
Version
24.04
License
Package
WordPress
Version
latest
License
Package
Apache
Version
2.4
Package
NGINX
Version
1.26.3
Package
Git
Version
2.43
License
Package
MySQL
Version
5.7
License
Package
Maria DB
Version
10.11, 11.4
License
Package
phpMyAdmin
Version
5.2.2
License
Package
PostgreSQL
Version
16.8
Package
PHP
Version
7.4, 8.0, 8.1, 8.2, 8.3, 8.4
Package
Node.js
Version
18.20.8, 20.19.0, 22.14.0, 23.11.0
Package
Ruby
Version
3.1.4, 3.2.2
Package
ProFTPD
Version
1.3.8c
License
Package
Courier IMAP
Version
5.2.10
License
Package
Postfix
Version
3.8.6
Package
Dovecot
Version
2.3.21.1
License
Package
Roundcube Webmail
Version
1.6.10
License

Getting started after deploying Plesk

API Creation

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

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