Hanzo

DigitalOcean

Launch and manage DigitalOcean Droplets from the Hanzo Platform dashboard.

DigitalOcean offers straightforward pricing and fast provisioning, making it ideal for development environments, staging servers, and small-to-medium production workloads.

Prerequisites

  • A DigitalOcean account
  • A personal access token with read/write scope
  • Token added in Settings > Cloud Providers > DigitalOcean

Connecting Your Account

Generate an API Token

In the DigitalOcean console, go to API > Tokens and create a new personal access token with read and write scopes.

Add to Hanzo Platform

Navigate to Settings > Cloud Providers > DigitalOcean and paste your token. Click Save.

Verify

The dashboard will display your available Droplet sizes and regions.

Droplet Sizes

SizevCPUsMemoryDiskPrice
s-1vcpu-1gb11 GB25 GB$6/mo
s-1vcpu-2gb12 GB50 GB$12/mo
s-2vcpu-2gb22 GB60 GB$18/mo
s-2vcpu-4gb24 GB80 GB$24/mo
s-4vcpu-8gb48 GB160 GB$48/mo
SizevCPUsMemoryDiskPrice
g-2vcpu-8gb28 GB25 GB$63/mo
g-4vcpu-16gb416 GB50 GB$126/mo
g-8vcpu-32gb832 GB100 GB$252/mo
SizevCPUsMemoryDiskPrice
c-2vcpu-4gb24 GB25 GB$42/mo
c-4vcpu-8gb48 GB50 GB$84/mo
c-8vcpu-16gb816 GB100 GB$168/mo
SizevCPUsMemoryDiskPrice
m-2vcpu-16gb216 GB50 GB$84/mo
m-4vcpu-32gb432 GB100 GB$168/mo
m-8vcpu-64gb864 GB200 GB$336/mo

Regions

RegionSlugLocation
New York 1nyc1New York, US
New York 3nyc3New York, US
San Francisco 3sfo3San Francisco, US
Amsterdam 3ams3Amsterdam, NL
Singapore 1sgp1Singapore
London 1lon1London, UK
Frankfurt 1fra1Frankfurt, DE
Toronto 1tor1Toronto, CA
Bangalore 1blr1Bangalore, IN
Sydney 1syd1Sydney, AU

VPC Networking

Every Droplet is placed in a VPC. By default, Hanzo Platform uses the region's default VPC. You can specify a custom VPC when creating a Droplet.

  • Private networking is enabled automatically within a VPC
  • Droplets in the same VPC communicate over the 10.x.x.x private network
  • No bandwidth charges for private traffic
# Verify private networking from inside a Droplet
ip addr show eth1

Floating IPs

Floating IPs are static public addresses you can reassign between Droplets in the same region. Useful for failover and blue/green deployments.

Reserve a Floating IP

Go to Virtual Machines > Floating IPs > Reserve. Select the target region.

Assign to a Droplet

Select the Droplet to receive the floating IP. Traffic to the floating IP routes to that Droplet immediately.

Reassign

To move the IP, select a different Droplet in the same region. The switch takes effect in seconds.

Floating IPs are free when assigned to a Droplet. Unassigned floating IPs cost $5/month.

Launching a Droplet

Select Provider

Go to Virtual Machines > New and choose DigitalOcean.

Configure

Pick a region, Droplet size, OS image, and SSH key. Optionally select a VPC and enable backups.

Create

Click Create. The Droplet is typically ready in 30 seconds.

Connect

Use the browser terminal or SSH directly with the assigned IP.

How is this guide?

Last updated on

On this page