Version v2.0.0 · Jun 16, 2026
Jun 16

Warden: security on the wire, both directions

new

Most security watches the front door. Warden watches both. It sits inline on the wire in front of your resource and inspects every packet in each direction. Reputation drops known-bad sources at the fabric edge. Intrusion detection (IDS) surfaces attacks hidden inside live traffic, and intrusion prevention (IPS) blocks exploits in real time as they cross. The return path counts as much as the inbound one, so a server that gets popped and starts scanning, exfiltrating data, or calling home is cut off on the way out. Switch it on for a resource with a single click: Warden runs in the network itself and scales with the fabric. See how Warden works.

Open release page for Version v2.0.0 →

Version v1.3.0 · Jun 11, 2026
Jun 11

Port forwarding from default router

new

Expose a service running on a private VM to the internet without buying a floating IP: forward a public port on your router's shared IP straight to a VM port, for free. Routers also have a new details page with copyable network info and the list of forwards, so everything lives in one place.

Jun 11

New VMs back up off-site by default

improved

Automatic protection for a new VM now defaults to off-site backups instead of same-cluster snapshots, so you get real disaster-recovery coverage out of the box. You can still turn on auto-snapshots yourself, and you can adjust the backup schedule, retention and destination from the VM's Backups tab. Cloud disks get the same choice in their wizard.

Jun 11

Bugfixes

fixed

A round of fixes:

  • Deleting a VM now removes its auto-backup and auto-snapshot schedules and any leftover images, so nothing is left behind.
  • The live demo console session timer now shows the real time remaining instead of restarting on reload.

Open release page for Version v1.3.0 →

Version v1.2.0 · Jun 09, 2026
Jun 9

Public domain names and reverse DNS for your servers

new

Every server that has a public IP now gets a public domain name under vm.serverscamp.com, resolvable from anywhere on the internet over both IPv4 (A) and IPv6 (AAAA). You can also set the reverse DNS (PTR) record for your public IPs right from the server page in the Cloud Panel, which matters for running mail servers and other services that require matching forward and reverse DNS. Open any server to find its internal domain, public domain and PTR under General Information and Network Settings.

Jun 9

Internal DNS for your private networks

new

Servers on the same private network can now reach each other by name instead of by IP. Each server automatically gets an internal domain, so you can reach it by its full name (for example my-server.your-network.serverscamp.internal) or by its short name (for example my-server). The full name works on every server; the short name works on servers created from now on, which pick up the network search domain automatically. Nothing to configure: internal DNS is on by default for every network.

Open release page for Version v1.2.0 →

Version v1.1.0 · Jun 07, 2026
Jun 7

Changelog: versioned releases

new

Our public changelog now groups changes into versioned releases, each with its own page, so you can see exactly what shipped in every version.

Jun 7

SSH keys: safer management

improved

Deleting an SSH key that is still attached to a VM is now blocked, and the private key of keys we generated for you can be downloaded when you need it.

Jun 7

Cloud Panel: What's new in your sidebar

new

A new What's new widget in the Cloud Panel sidebar surfaces the latest releases without leaving your dashboard.

Jun 7

Cloud Panel: faster resource lists with quick actions

improved

We rebuilt the resource lists in the Cloud Panel (VMs, disks, backups, snapshots, SSH keys, networks, routers, floating IPs and security groups) around a single quick-actions menu, with consistent filters and sorting on every page.

Jun 6

Virtual Machines: install from a custom ISO

new Feature VMs

You can now create a VM straight from an ISO image instead of a prebuilt template. Pick an image from the ISO catalog, the VM boots from it and you run the installer yourself, just like on bare metal. Handy for operating systems we do not ship as templates, Windows, or your own preinstalled images.

Open release page for Version v1.1.0 →

June 2026
Jun 1

Backups: redesigned detail page

new Improvement Backups UI

Each backup now has a structured detail page: general info, source VM or disk, storage and savings, recovery objectives (RPO measured as the real age of the copy, RTO as a clearly labelled estimate), encryption and format, and an integrity panel with both SHA-256 checksums you can copy. The backup list also gained filters and sorting inside the table, plus a destination chip showing which backend and country each archive lives in.

Jun 1

Automatic backups with GFS retention

new Feature Backups

Schedule automatic backups per organization (and per VM or disk) from Backups → Auto-backup. Off by default; turn it on with a retention preset: Basic (keep 3 daily), Weekly (7 daily + 4 weekly), or full GFS (7 daily + 4 weekly + 12 monthly + 3 yearly), plus a time window. Auto-backups go to a DR backend or to Random, which spreads each run across Wasabi and ImpossibleCloud. The scheduler is concurrency-capped and runs in small batches, so a fleet-wide backup window never hammers your VMs.

Jun 1

Encrypted disaster-recovery backups

new Feature Backups

Backups are now full, self-contained copies of a disk shipped off the cluster to independent object storage, so they survive losing the cluster, not just a bad change. Every backup is disaster recovery by design: you pick the destination backend (Wasabi in Germany, ImpossibleCloud in France, or local ServersCamp S3), the archive is compressed with zstd and encrypted before it ever leaves the host with your organization's key (age, ChaCha20-Poly1305), and you can view that key in the cabinet to decrypt archives yourself. Two SHA-256 fingerprints are recorded per backup (the raw disk and the stored archive); the raw hash is re-verified on restore before anything is written, so a corrupt restore is refused rather than booted.

Snapshots vs backups, explained →

May 2026
May 29

Virtual Machines: reinstall from a new OS

new Feature VMs

The new Reinstall tab on a VM lets you wipe the root disk and reinstall a fresh OS (same template or a different one - Ubuntu, Debian, Rocky, Alma, CentOS Stream, Alpine, and more). VM identity, name, networks, IPs, MAC, security groups, attached volumes, floating IPs and login credentials all stay put; only the root filesystem is replaced. Pick the template, type the VM name to confirm, choose between graceful or force stop, and watch the progress live (stopping → wiping → cloning → booting). Existing snapshots and backups of the reinstalled VM become orphaned, as expected.

May 28

Virtual Machines: refreshed creation wizard

new Improvement VMs UI

The VM provisioning wizard got a redesign. Tighter step layout, clearer compute class picker with explicit Burst/Dedicated explanation and a link straight to the new Compute classes docs page. Storage classes now fit in two rows on a single screen with bandwidth and IOPS bars; network classes share the same visual language. Step 5 (Review) is rebuilt as a proper summary with detail cards and a cost sidebar that mirrors the footer total exactly. If you leave the name field blank, the placeholder is now used as the actual VM name. The hardware class "legacy" is presented as "Basic" in the picker.

May 28

Virtual Machines: resize is live

new Feature VMs

You can now change a VM's compute class at any time from the new Resize tab on the VM page. Pick any active class in Burst or Dedicated mode, see a live diff of vCPU, RAM, mode and price, then apply. Mode toggle (Burst ↔ Dedicated, same vCPU and memory) is applied live with zero downtime. Size change (different vCPU or memory) requires a short restart - you pick between graceful ACPI shutdown or instant force stop in the same screen. Progress is shown step by step right in the tab; if the page is reloaded mid-resize, it resumes the live view automatically.

Read about compute classes →

May 20

Virtual Machines: redesigned list page

new Improvement VMs UI

The VM list page in the console got a full refresh. New header summary with four KPI cards: fleet load (avg CPU and disk utilization plus the peak VM), allocated capacity (vCPU/RAM/disk totals), recent activity feed, and public network usage for the current month with live bps. The instance table is now full-width with denser rows that surface image, class tier, allocation, public/private IPs, runtime state, per-VM load bars, SSH key and CPU burst setting at a glance. Under the hood, the list endpoint now denormalizes class and key names so the page loads in a single round-trip instead of fanning out across five separate API calls.

May 10

Container Registry: first release of our managed registry

new Feature Milestone Registry

Managed Container Registry is live. Private OCI registry on a dedicated VM (one registry = one tenant = one scrd instance), built on top of CNCF Distribution v3 with our own daemon (scrd) wrapping auth, RBAC, Trivy vulnerability scanning, lifecycle policies, 90-day audit log, webhooks and pull-through cache. Ten fixed tiers from €3.02/mo (10 GB disk, 200 GB included egress) up to €85.03/mo (1 TB disk, 32 TB included egress). Every capability enabled on every tier.

Read the product page →

May 6

First public benchmark: AWS RDS for PostgreSQL vs ServersCamp

new Benchmark Database

We published a side-by-side pgbench TPC-B benchmark of managed PostgreSQL on AWS RDS db.m6i.large vs ServersCamp db-m-8g. Same hardware, three database sizes (in-cache, partial cache, disk-bound), three runs each, on-demand pricing. Headline at storage parity: ServersCamp leads disk-bound by +9% TPS, cuts p95 latency in half, runs ~5× more stable on tails - at ~½ the price. Full methodology, raw pgbench output, and honest CPU-generation disclaimer included.

Read the writeup →

May 6

MCP server: connect Claude to your pricing data

new Feature Developer Tools AI

Public read-only MCP catalog at https://platform.serverscamp.com/mcp. Six tools cover VM, storage, network, managed PostgreSQL, bucket classes, and extra prices (Public IP, Floating IP, snapshots). Add it as a custom connector in claude.ai, Claude Desktop, Cursor, or any MCP-compatible client and ask pricing questions in plain English: "cheapest VM with 8 GB RAM", "compare PostgreSQL classes under €50/mo". Account-scoped tools (list your VMs, create one, attach a volume) are next.

Read the docs →

May 3

Open preview: platform live, free while we wire up payments

new Milestone Beta

The platform is up and most services are running: VMs, volumes, networks, floating IPs, security groups, S3 buckets, managed PostgreSQL, container registry. The billing engine is running too. You can see live cost meters per resource in the console. What is not live yet: payment processing. Until that lands, sign-ups stay open and usage stays free, no credit card needed, no surprise invoice. We'll announce the cut-over with plenty of notice.

February 2026
Feb 16

Managed PostgreSQL & CPU guard

new Feature Database Compute

Two major launches today:

January 2026
Jan 23

VM backups

new Feature Compute

Implemented automated backups for virtual machines. Create snapshots manually or schedule automatic daily/weekly backups with configurable retention policies.

Jan 11

Web console for VMs

new Feature Compute

Access your virtual machines directly from the browser via VNC protocol.

Jan 8

Control panel updates

new Feature

New features in the control panel:

Jan 6

VM management improvements

new Feature Compute

Major updates to the control panel:

Jan 3

New Linux templates

new Feature Compute

Added latest Linux distribution templates:

Jan 2

Terraform provider v1.2.0

new Feature Terraform

Released official Terraform provider for ServersCamp. Manage your infrastructure as code with full support for:

View on Terraform Registry →

December 2025
Dec 28

CLI v0.9.2: VM creation timing output

new Feature CLI

Added detailed timing breakdown when creating VMs with --debug flag. Now you can see exactly how fast your VM is provisioned:

Dec 27

Quick start guide and API documentation

new Feature Docs

Published comprehensive Quick Start guide with step-by-step instructions for deploying your first VM. API Reference now includes code examples in 8 languages: cURL, Python, Node.js, PHP, Go, Ruby, Java, and Rust.

Dec 20

Premium storage class: 25,000 IOPS

new Improvement Storage

New premium-storage tier for I/O intensive workloads. Sustained 25,000 read/write IOPS with 1,000 MB/s throughput. Perfect for databases, analytics, and high-frequency trading.

Dec 15

IPv6 support for all VMs

new Feature Network

All virtual machines now receive both IPv4 and IPv6 addresses by default. Public IPv6 addresses are included at no additional cost.

November 2025
Nov 28

CLI v0.9.0: S3 commands

new Feature CLI

New scli s3 commands for object storage operations: ls, put, get, rm, cat, mkdir. Works with any bucket, credentials auto-configured.

Nov 20

Live VM class switching

new Improvement Compute

Upgrade or downgrade VM class without stopping your instance. CPU and RAM changes apply within seconds with minimal impact.

Nov 10

Object storage (S3-compatible)

new Feature Storage

Launched S3-compatible object storage. Create buckets, upload files, generate presigned URLs. Full compatibility with AWS SDK, s3cmd, and rclone.

October 2025
Oct 25

Public beta launch

new Feature

ServersCamp is now open for public beta. Free tier available: 1 vCPU, 512 MB RAM, 10 GB NVMe for 6 months. No credit card required.

Oct 15

CLI v0.8.0: initial release

new Feature CLI

Released scli command-line tool. Manage VMs, SSH keys, and storage buckets from your terminal. Available for macOS, Linux, and Windows.