RunCloud-20.04

RunCloud is a SaaS platform that simplifies cloud server management through its simple yet powerful server management panel. It is simple enough to be used with minimal technical knowledge and at the same time, powerful enough for users to run complicated tasks either using our GUI or command-line interface. Our management panel makes it easier for you to deploy and manage your web application without having the hassle to configure your web application to ensure it’s up and running.

RunCloud One-Click Droplet allows you to spin your server with RunCloud image and straightly manage your server inside RunCloud Panel afterward. No need to connect your droplet through IP Address or spin the server inside our panel again.

Software Included

Package Version License
runcloud-agent latest
nginx-rc latest
apache2-rc latest

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

Creating an App using the API

In addition to creating a Droplet from the RunCloud-20.04 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB RunCloud-20.04 Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in 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": "runcloud-runcloud2004-20-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying RunCloud-20.04

There are several steps you to need to do before and after you finished spinning up RunCloud One-Click Droplet:

RunCloud Account

It is recommended that you have a RunCloud account before you begin spinning up the droplet. This is to ensure a smooth process from spinning up RunCloud One-Click Droplet to server verification on RunCloud Panel. If you did not have an account yet, you can register here for free. You can also create an account after spinning up RunCloud One-Click Droplet.

Verification Process

We generate a verification link that is accessible via SSH. The verification link allows us to identify and verify that you are the owner of the droplet. Below are a few steps that you need to do after you finished spinning up RunCloud One-Click Droplet:

1. Log into Droplet via SSH

First, you need to log into the Droplet via SSH. From a terminal on your local computer, connect to the Droplet as root as shown below. Please make sure to replace use_your_droplet_ip_address with the actual RunCloud One-Click Droplet’s IP address which you have just created.

ssh root@use_your_droplet_ip_address

Once you successfully log into the Droplet, you will see a MySQL Root Password and RunCloud User Password. Please duplicate and save this password because it only shows once.

You will also see that there is a verification URL provided. Click or copy that link and it will be directed to our RunCloud Panel. Do note that the verification link only valid for 24 hours.

3. Claim your server

After clicking the verification URL, you will be redirected to the Claim DigitalOcean Server page. If you already signed into RunCloud, you will see a simple verification form on this page.

You need to claim your ownership of the server that you just created using RunCloud One-Click Droplet by filling up the form and click Claim This Server button. RunCloud then will verify and start communicating with your Droplet.

After few moments, you will redirected to your Droplet/Server summary page. Congratulations! Verification process successful and you can start manage your droplet via RunCloud Panel.