Version 6.0.1
OS Ubuntu 20.04
Cloudron is a turnkey solution for running apps like WordPress, Rocket.Chat, NextCloud, GitLab, OpenVPN & many more. Cloudron performs end-to-end deployment of apps including provisioning databases, automated DNS setup, certificate management, centralized user management, periodic backups. Apps on Cloudron also receive automatic updates saving you the hassle of tracking upstream releases and keeping the installation secure.
After creating a Cloudron One-Click Droplet, you need to visit the Droplet’s IP address in a browser to finish configuring Cloudron.
When you visit the setup page, you’ll see a domain setup screen asking you for the primary domain of Cloudron.
example.com
. Cloudron's admin interface will then be available at the my.example.com
and apps can be installed into subdomains like blog.example.com
, git.example.com
and so on. More domains can be added after installation is complete in the Domains view.my.example.com
.In addition to creating a Droplet from the Cloudron 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB Cloudron Droplet in the SFO2 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":"sfo2","size":"s-2vcpu-4gb","image":"cloudron-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Developers supporting developers
Ask anything related to system administration, programming, devops, open source, or the DigitalOcean platform.
Partner with us to build traction for your open source project or software company