August 2026
srvctl CLI — metrics command added
Host and rack metrics can now be pulled straight from the command line instead of calling the Public API directly.
- new
metricscommand for hosts and racks --output=textreturns a paginated table (default)--output=rawreturns the raw API payload
→ Servers.com CLI tool on GitHub
NewPlatformRemote Block Storage volumes — publish and unpublish
Volumes can now be disconnected from a server without deleting them, useful for automation tools (Terraform, the Kubernetes CSI driver) that separate volume creation from attachment.
- new Operational status field on the volume details page (
published,unpublished,publishing,unpublishing) - publish/unpublish available in Portal and via
POST /remote_block_storage/volumes/{volume_id}/publishand/unpublishin the Public API
Note: publish and unpublish are only available while the volume's status is Active, and require the RbsManagement or RbsFullAccess permission.
→ Remote Block Storage documentation
NewRemote Block StoragePublic API SSL certificates — Let's Encrypt support added
Let's Encrypt certificates can now be issued directly through the API, without generating and uploading a certificate manually.
POST /v1/ssl_certificates/letsencryptendpoint- RSA and ECC private keys supported
- wildcard certificates supported
Managed Kubernetes worker nodes — Debian 12 and 13 selectable
Customers can now choose which Debian version runs on a new worker node instead of being locked to the cluster's default.
- available when adding a worker node to a cluster running Kubernetes 1.27 or later
- Debian 13 is preselected automatically once it has been added to the cluster model, otherwise the current version must be selected manually
- Debian 12 shows an end-of-life notice wherever it appears as an option
- a cluster can run nodes on different Debian versions at the same time
→ Managed Kubernetes documentation
ImprovedManaged KubernetesTeams — missing permission policies fixed
Teams that appeared to have no permissions on the Access Control page now show their actual permission set.
FixedAccount