The control plane

One API for your infrastructure.

Servers, applications, deployments, backups and the signals around them. One control plane, and every surface works from the same resources.

Bring your own
Any cloud provider, or a Linux box you already run
Reach it from
Dashboard, REST and MCP
Pay for
The servers we manage. £5 a month covers the first three

One model

Everything comes in. One model comes out.

Bring whatever you've already got: a cloud account, a box you've run for years, the bucket you back up to. They stop being separate logins with separate dashboards, and start being one fleet.

Infrastructure in

  • DigitalOcean
  • Hetzner
  • Custom Linux VPS
  • Cloudflare R2
  • AWS S3
One API Serversinc

Every surface

  • MCP
  • REST
  • Dashboard
  • Slack

What you get

The parts you'd otherwise wire together yourself.

Your provider, your bucket, your machines: all still yours. Serversinc is the layer that joins them up and runs the parts in between, so nobody on your team has to be the glue.

01

Servers

Ready for traffic on day one

Point at a new machine or one you already run. It comes back set up for production the same way every time, so nobody has to remember what they did last.

02

Applications

Push to a branch. Walk away.

Deploy from a repo or a registry image. Rolling swaps keep requests served while the new container takes over, and every release keeps its stages and its logs.

03

Databases

A database without losing the afternoon

Postgres, MySQL or MariaDB running on your server in one step, with the schemas and users you need and a password you can rotate the moment it leaks.

04

Backups

Restores you can actually run

Databases and volumes go to your own bucket on your own keys. Pick a run, put it back, and lock the ones that have to outlive retention.

05

Insights

Know before your users do

Serversinc watches your fleet and highlights potential issues before they take down production.

06

Audit trail

Never ask who did that again

Every action across the organisation is on the record, and the ones worth interrupting someone over land in Slack.

In the dashboard

Your infrastructure, ready to operate.

The screen you need is already open. What's running, where it lives, and what happened the last time someone touched it.

Fleet

See every server without opening every provider.

Filter by environment, check where each server lives and see what's active before you make a change. Imported VPS hosts sit alongside provisioned DigitalOcean and Hetzner servers.

dash.serversinc.io/servers
The Serversinc server list showing imported, DigitalOcean and Hetzner servers with their locations and current status

Applications

Keep the controls and the deployment history together.

Deploy, inspect recent releases and move straight into variables, volumes, networks, logs or settings. Everything needed to operate an application is available from its own page.

dash.serversinc.io/applications/core-api
The Core API application page showing its source, status, controls and recent deployment history

Insights

Your infrastructure, watched while you're not looking.

Most monitoring tells you the ship is going down. Serversinc tells you there's an iceberg. It watches your infrastructure and speaks up when something starts drifting the wrong way. It's the kind of thing you'd only notice if you were staring at a dashboard all day, so Serversinc stares at it for you.

When it flags something, you get the full picture straight away: what's happening, how bad it is, and what triggered it. So you spend your time fixing the problem, not tracking it down.

Catch issues whilst they're still boring.

Code and conversation

Call the same infrastructure from code or conversation.

REST gives pipelines a deterministic contract. MCP gives tool-capable AI clients named operations over the same organisation resources. The dashboard speaks to that model too.

list-servers.sh REST
curl https://api.serversinc.io/v1/servers \
  -H "Authorization: Bearer $SERVERSINC_TOKEN" \
  -H "Accept: application/json"
mcp.json MCP
{
  "mcpServers": {
    "serversinc": {
      "url": "https://api.serversinc.io/mcp",
      "headers": {
        "Authorization": "Bearer $SERVERSINC_TOKEN"
      }
    }
  }
}

Pricing

We meter one thing: how many servers.

One line on the invoice: the servers we manage. Builds, bandwidth and seats are on the house.

Base

£5 / month

Your first three servers, plus the dashboard, API and MCP.

Each server after that

£2 / month

Prorated as your fleet grows and shrinks.

1 to 3 servers

£5 / month

The base fee, nothing on top.

5 servers

£9 / month

Base plus two.

10 servers

£19 / month

Base plus seven.

The servers stay with your provider and on your bill. Serversinc charges only for the control plane.

Create an account

Questions

The things worth asking first.

What you own, what we operate, and what the bill looks like when the fleet grows.

Put the whole fleet behind one API.

Connect the first server, then choose where you want to work: dashboard, code or conversation.