Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted multi-tenant workspace manager

Create isolated workspaces for different teams or clients, each with their own data and users. The multi-tenancy layer your SaaS needs without building it from scratch.

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

Full REST API

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

The case for owning your data

Every zone your team creates contains context that matters — name, region, type, capacity, used count. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Rangeland keeps it local.

Setup and daily use

Point curl at /api/zones to interact with Rangeland programmatically. The API follows predictable REST conventions: GET to list or fetch, POST to create, PUT to update, DELETE to remove. The response schema matches the internal data model exactly, so what you see in the dashboard is what the API returns.

An agency managing zones for multiple clients runs one Rangeland instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

Endpoints

Custom multi-tenant infrastructure at weeks of engineering.

Self-hosted multi-tenant workspace manager. 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 rangeland
Run
PORT=8960 ./rangeland
Open
http://localhost:8960

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 workspaces
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$2.99
per month
  • Unlimited workspaces, SSO per workspace, usage metering, white-labeling
  • 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 RANGELAND_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./rangeland

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