FOR DEVELOPERS

Hosting that gets out of the way.

Root SSH on day one. A clean REST API, a CLI that ships before the docs, and a Terraform provider you can pin in CI. No console lock-ins, no hidden behavior.

Root SSH on every plan
API + CLI + Terraform
IPv6 included
No vendor lock-in
THREE WAYS TO SHIP

Pick your interface. They all work.

Same primitives, three surfaces. Whatever fits your workflow — the dashboard exposes nothing the API can't do.

REST APIProvision a server in one call.
curl -X POST https://api.rocksolidhost.com/v1/servers \
  -H "Authorization: Bearer $RSH_TOKEN" \
  -d '{
    "plan": "vps-4",
    "region": "iad",
    "image": "ubuntu-24.04"
  }'
CLISame thing, from your shell.
$ rsh server create \
    --plan vps-4 \
    --region iad \
    --image ubuntu-24.04

  ✓ provisioned in 38s
  ✓ SSH ready at [email protected]
TerraformOr check it into version control.
resource "rsh_server" "api" {
  plan   = "vps-4"
  region = "iad"
  image  = "ubuntu-24.04"
  ssh_keys = [rsh_ssh_key.me.id]
}

# terraform apply → ~40s
WHAT YOU GET

Primitives, not opinions.

The boring infrastructure done right. Bring your own framework, your own deploy story, your own opinions.

Root SSH, day one

Real shell on a real Linux box. systemd, journalctl, your own packages — no PaaS sandbox.

NVMe + 100 Gbps

Local NVMe on every plan. 100 Gbps backbone. Sub-millisecond cross-AZ inside a region.

IPv6 + private networking

Native IPv6, free private VLANs between your servers, floating IPs that move in seconds.

Metrics & logs, baked in

Prometheus-compatible scrape endpoint. Tail logs over the API. No agent install required.

Snapshots & instant rollback

Atomic snapshots in seconds, rollback in under a minute. Versioned, scriptable, free.

Isolated, predictable

Dedicated vCPUs on VPS and up. No noisy neighbors, no surprise throttles, no shared kernels.

RUNS WHAT YOU RUN

Your stack, already supported.

Standard images come pre-warmed with current LTS runtimes. Need something exotic? Bring a Dockerfile.

Node.js20 / 22 LTS
Python3.10 – 3.13
Go1.22 / 1.23
Ruby3.2 / 3.3
PHP8.1 – 8.4
Ruststable
Elixir1.16 OTP 27
.NET8 / 9
DockerOCI compatible
Postgres14 – 17
Redis7.x
MySQL8.0 / 8.4
100 GbpsNetwork backbone, every region
< 40sAverage provision time
9 regionsUS, EU, APAC, on every plan
100%API & CLI parity, no "console-only" features
READY WHEN YOU ARE

Spin up your first server — before the coffee's done.

Free $20 of credit on signup. No card required. Tear it down in one command if you don't like it.

Start Free Read the API Docs