Ispmanager 6

Ispmanager 6
Ispmanager 6
by ispmanager

Version 6.138.1

OS Ubuntu 24.04

Blogs and Forums

Description

Software Included

Version
Package
Ubuntu Linux
Version
24.04
License
Package
Apache
Version
2.4
Package
Nginx
Version
1.26.3
Package
MySQL
Version
5.5, 5.6, 5.7, 8.0
License
Package
MariaDB
Version
10.0 - 10.10
License
Package
phpMyAdmin
Version
4.6
License
Package
PostgreSQL
Version
12
Package
PHP
Version
5.2 - 8.5
Package
Python
Version
3.8 - 3.14
Package
Node.js
Version
12.13 - 20.5
Package
Docker
Version
20.10
Package
WireGuard
Version
1.0
License
Package
WordPress
Version
4.0 - 6.2
License
Package
Drupal
Version
7.59 - 8.9
License
Package
Joomla
Version
3.0 - 3.10
License
Package
Exim
Version
4.93
License
Package
Dovecot
Version
2.3.7.2
License
Package
OpenDKIM
Version
2.11
Package
ProFTP
Version
1.3
License
Package
Bind
Version
9
Package
Roundcube
Version
1.6.13
License

Getting started after deploying Ispmanager 6

API Creation

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

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