How to create an App Droplet

Step-by-Step Guide

Step 1: Access App Droplets in Orchestrator

  1. Navigate to the Home page of your Orchestrator.
  2. Select the App Droplets option from the menu.

App Droplets Overview


Step 2: Create a New App Droplet

  1. On the App Droplets page, you will see a list of all previously created droplets.
  2. To create a new App Droplet, click the + button.

Create App Droplet


Step 3: Fill Out the App Droplet Form

  1. A new screen will open, prompting you to fill out the required details for your new App Droplet.

App Droplet Configuration

  1. Use the following table as a guide to complete the form:
SectionDescription
Server NameA name for identifying the server.
Server AddressThe IP address or domain name of the server hosting your web application. Example: 192.168.1.1 or server.domain.com.
Server PortThe network port number used by the server to listen for incoming requests.
SSH UserThe username for logging into the server via Secure Shell (SSH).
SSH PasswordThe password associated with the SSH user.
Remote DirectoryThe directory path on the server where your web application files are stored.
Public AddressThe address users can use to access your web application.
Framework InstalledThe web development framework installed on the server (e.g., PHP, Python).

Step 4: Create the App Droplet

  1. After completing the form, click the SAVE button.
  2. Your new App Droplet will be created and displayed in the list of droplets.

App Droplet Actions

Once your App Droplet is successfully created, three actions are available from the App Droplet main menu:

App Droplet Actions

  • TERMINAL: Opens a direct terminal connection to your server.
App Droplet Configuration
  • EDIT: Allows you to modify the configuration of your App Droplet.
  • INACTIVATE: Removes the App Droplet from the list. Note: This action cannot be undone.