Focused Tool · Apache 2.0 · Single Binary · Operations

Self-hosted server inventory and monitor

Track every server you run — hostname, OS, IP, installed services — and monitor their status. The CMDB that small teams actually use instead of a spreadsheet.

Install Homestead Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Homestead is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

The problem

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Homestead stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

A freelance consultant keeps Homestead running on a home server. Client properties stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

Setup and daily use

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any property to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/properties. Responses are JSON. Authentication is handled at the network level — put Homestead behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

Endpoints

Netdata Cloud at $19/mo.

Self-hosted server inventory and monitor. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool homestead
Run
PORT=8880 ./homestead
Open
http://localhost:8880

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 5 servers
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited servers, uptime tracking, change history, alerts
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export HOMESTEAD_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./homestead

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev