Skip to content

Install on a cloud platform

Last updated: 2026-07-16

Dromlik ships pre-built images and scripted installers for the most common public clouds. Pick the path that matches your provider.

Cloud marketplace (one-click)

Available on Amazon AWS, Microsoft Azure, Google Cloud, DigitalOcean, and Vultr.

  1. 1

    Open the marketplace listing

    Search for Dromlik PBX in your cloud provider's marketplace and open the listing.

  2. 2

    Choose an instance size

    Follow the Server requirements table. For a small pilot start with 2 vCPU / 4 GB RAM.

  3. 3

    Configure networking

    Assign a static public IP. Open ports 5060/UDP+TCP, 5061/TLS, 10000–20000/UDP (RTP), 8088/TCP (admin), and 8022/TCP (SSH) in the cloud firewall.

  4. 4

    Launch the instance

    Confirm the launch. Provisioning takes 3–10 minutes depending on the provider.

  5. 5

    Continue to activation

    Once the instance is running, open https://<public-ip>:8088 and follow Activate and initial setup.

Command-line install (Lightsail, OVHcloud, Hetzner, Vultr, and others)

  1. 1

    Provision a Ubuntu 24.04 instance

    Create a Ubuntu 24.04 LTS instance sized per Server requirements. Attach a static/elastic IP.

  2. 2

    Open the required ports

    In the provider firewall, allow 5060/UDP+TCP, 5061/TCP, 10000–20000/UDP, 8088/TCP, 8022/TCP.

  3. 3

    SSH in as root

    Connect over SSH and become root: sudo -i.

  4. 4

    Run the install script

    Fetch and run the Dromlik install script provided by your Dromlik partner. The script installs the PBX packages, systemd services, and default configuration.

  5. 5

    Verify the service is up

    Wait for the installer to finish, then check that the admin console responds at https://<public-ip>:8088.

  6. 6

    Continue to activation