ApisCP

ApisCP
ApisCP
by Apis Networks

Version 3.2

OS Rocky Linux 8.6

Blogs and Forums

Description

Software Included

Package
ApisCP
Version
3.2
License
Proprietary
Package
PHP
Version
7.4
License
PHP
Package
MariaDB
Version
10.4
License
GPL-2.0
Package
PostgreSQL
Version
13
License
PostgreSQL
Package
Apache
Version
2.4
License
Apache
Package
Ansible
Version
2.9
License
GPL-3.0
Package
Node
Version
6.0.0-13.1.0+
License
MIT
Package
Python
Version
2.1.3-3.6.8+
License
Python Software Foundation
Package
Ruby
Version
1.8.5-2.6.5+
License
Ruby
Package
Go
Version
1.2.2-1.12.13+
License
BSD-style
Package
git
Version
2.18
License
GPL-2.0
Package
TimescaleDB
Version
2.5
License
Apache/TSL
Package
Postfix
Version
3.4
License
IBM
Package
Dovecot
Version
2.3
License
MIT
Package
WordPress
Version
5.1+
License
GPL-2.0
Package
WP-CLI
Version
2.3
License
MIT
Package
Ghost
Version
3.0+
License
MIT
Package
Discourse
Version
2.2+
License
GPL-2.0
Package
Laravel
Version
6.1+
License
MIT
Package
Drupal
Version
8.7+
License
GPL-2.0
Package
fail2ban
Version
0.10
License
GPL-2.0
Package
HAProxy
Version
1.8
License
GPL-2.0
Package
Phusion Passenger
Version
5.3
License
MIT
Package
mod_evasive
Version
1.0-dev
License
GPL-2.0
Package
rspamd
Version
2.4
License
Apache
Package
SpamAssassin
Version
3.4
License
Apache
Package
Redis
Version
5.0
License
BSD
Package
Monit
Version
5.25
License
AGPL-3.0

Getting started after deploying ApisCP

API Creation

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

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