← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Guide to Running OpenBSD on DigitalOcean for $4/month

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Download OpenBSD miniroot image (version 7.9 arm64).
  • Upload the miniroot image to DigitalOcean as a custom image.
  • Create a DigitalOcean droplet using the custom OpenBSD image.
  • The setup costs approximately $4.24 per month.

Overview of the Setup

This guide outlines the steps to host a website on OpenBSD using DigitalOcean's infrastructure. The setup leverages OpenBSD's httpd(8) and acme-client(1) for Let's Encrypt certificates. The total cost for this configuration is around $4.24 per month, utilizing DigitalOcean's basic droplet plan.

Downloading OpenBSD

The first step involves obtaining the OpenBSD miniroot image. The guide specifies downloading the miniroot79.img for arm64 architecture from the official OpenBSD CDN. After downloading, users are instructed to verify the integrity of the image using its SHA256 checksum.

Uploading to DigitalOcean

Once the OpenBSD image is downloaded and verified, it needs to be uploaded to DigitalOcean. Users navigate to the 'Backups & Snapshots' section, select 'Upload an Image', and choose the miniroot79.img file. It is recommended to select 'Other' for the distribution type and give the custom image a descriptive name. DigitalOcean charges for hosting custom images, so the guide advises deleting the image after the server is operational.

Creating a Droplet

The final step is to create a DigitalOcean droplet. Users select 'Droplets' under the 'COMPUTE' section and choose the basic plan, which includes 512MB memory, 1vCPU, 500GB transfer, and 10GB disk space. The custom OpenBSD image uploaded previously is selected for the droplet. An SSH key is required for droplet creation, even though DigitalOcean does not directly add it to the OpenBSD instance.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~12 min · 12 stories · Aug 25

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub en/pages

Reporting from

A guide details how to install and configure OpenBSD on a DigitalOcean droplet for approximately $4 per month. This process involves downloading the OpenBSD miniroot image, uploading it as a custom image to DigitalOcean, and then creating a droplet using that image. The guide aims to help users set up a self-hosted web environment with OpenBSD.