AdminBolt

AdminBolt
AdminBolt
by Adminbolt

Version 1.4.0

OS AlmaLinux 9.x

Developer Tools

Description

Software Included

Package
Apache HTTP Server
Version
2.4.62
License
Apache License 2.0
Package
MariaDB
Version
10.11.18
License
GPL-2.0-only
Package
PHP
Version
8.2.30
License
PHP License v3.01
Package
NGINX
Version
1.25.5
License
BSD-2-Clause
Package
Postfix
Version
3.5.25
License
IBM Public License 1.0
Package
Dovecot
Version
2.3.16
License
LGPL-2.1
Package
Redis
Version
6.2.22
License
BSD-3-Clause
Package
Rspamd
Version
4.1.2
License
Apache License 2.0
Package
Fail2ban
Version
1.1.0
License
GPL-2.0-or-later

Getting started after deploying AdminBolt

API Creation

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

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