FASTPANEL

FASTPANEL
FASTPANEL
by P.A.G.M. OU

Version 1.11-ubuntu20.04p54

OS Ubuntu 24.04

Blogs and Forums

Description

Software Included

Package
Nginx
Version
1.28.0
License
Package
Exim
Version
4.97
License
Package
phpMyAdmin
Version
5.2.1
License
Package
MySQL
Version
5.8
Package
Roundcube
Version
1.6
Package
Apache2
Version
2.4.58
License
Package
ProFTPD
Version
1.3.6
License
GPL 2

Getting started after deploying FASTPANEL

API Creation

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

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