---
title: CyberPanel Joomla
description: Blazing fast Joomla site with LSCache
product: Marketplace
url: https://docs.digitalocean.com/products/marketplace/catalog/cyberpanel-joomla/
last_updated: "2021-12-31"
---

> **For AI agents:** The documentation index is at [https://docs.digitalocean.com/llms.txt](https://docs.digitalocean.com/llms.txt). Markdown versions of pages use the same URL with `index.html.md` in place of the HTML page (for example, append `index.html.md` to the directory path instead of opening the HTML document).

# CyberPanel Joomla

Generated on 31 Dec 2021 from [the CyberPanel Joomla catalog page](https://marketplace.digitalocean.com/apps/cyberpanel-joomla)

OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise and contains all of the essential features, including HTTP/3 support. OLS provides enormous scalability and an accelerated hosting platform for Joomla. This One-Click gives you OpenLiteSpeed, CyberPanel, Joomla, LiteSpeed Cache, and other useful applications.

## Software Included

| Package | Version | License |
|---|---|---|
| Joomla | [3.0.10](https://www.joomla.org/3/) | [GPLv2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) |
| Cyberpanel | [2.1.2](https://cyberpanel.net/docs/change-log-for-cyberpanel/) | [GPLv3](https://github.com/usmannasir/cyberpanel/blob/v2.0.0/LICENSE) |
| OpenLiteSpeed | [1.7.14](https://openlitespeed.org/release-log/) | [GPLv3](https://www.litespeedtech.com/open-source/openlitespeed) |
| PHP | 8.0 | proprietary |
| Rainloop | 1.14.0 | [AGPLv3](https://www.rainloop.net/licensing/) |
| PowerDNS | [4.1.1](https://doc.powerdns.com/) | [GPLv2](https://github.com/PowerDNS/pdns/blob/master/COPYING) |

## Creating an App using the Control Panel

Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=litespeedtechnol-cyberpaneljoomla)

## Creating an App using the API

In addition to creating a Droplet from the CyberPanel Joomla 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB CyberPanel Joomla Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below.

```shell
curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"litespeedtechnol-cyberpaneljoomla"}' \
        "https://api.digitalocean.com/v2/droplets"
```

## Getting Started After Deploying CyberPanel Joomla

From a terminal on your local computer, connect to the Droplet as root. Make sure to substitute the Droplet’s IP address.

```
ssh root@use_your_droplet_ip
```

Quick setup:

1. Create website:

```
cyberpanel createWebsite --package Default --owner admin --domainName example.com --email support@example.com --php 7.4
```

2. Create Joomla:

```
cyberpanel installJoomla --domainName example.com --password yourpassword --siteTitle "Demo Site"
```

3. Issue SSL:

```
cyberpanel issueSSL --domainName example.com
```

If you prefer GUI, then you can follow the [Optional Setup](https://docs.litespeedtech.com/cloud/images/cyberjoomla/#optional-setup) to set up everything from the control panel.

## For more support

Please visit our [Quick Start page](https://docs.litespeedtech.com/cloud/cyberjoomla/) for details on how to access your Joomla One Click and complete your configuration.

Community Support: [![null](https://img.shields.io/badge/slack-LiteSpeed-blue.svg?logo=slack)](https://litespeedtech.com/slack)