Stability-first release model
During the multi-month "freeze" of the Debian stable release the package versions for the release get set. After the release they don't change anymore for the remainder of the release cycle.
Debian 13 Bullseye and 12 Bookworm on AMD EPYC Genoa nodes with NVMe RAID10 storage and ECC memory. Long freeze windows, mature package versions, minimal default install. For workloads that need to behave the same tomorrow as they do today.
Debian is the base for many distributions, like Ubuntu, Proxmox, Raspberry Pi OS. The reasons why production teams choose Debian.
Both stable releases are listed in the panel. Select one depending on your needs for release lifecycle and package age.
Debian is perfect for providing a stable base for long running services and also for the most critical, hardened bastion host, whilst others are being re-built time and time again with various new regressions.
Numbers and graphs were collected running on a Dedicated CPU D-4 plan in Amsterdam. This server has 2 vCPU's pinned to two cores on an EPYC Genoa processor, 4 GB of DDR5 ECC memory, and 60 GB of NVMe storage configured in RAID10. All the numbers and graphs collected can be found on the benchmarks page, including the complete test description and the Geekbench numbers for all the 5 runs.
All you need to manage your VPS. We provide a control panel and API with all of the VPS's lifecycle actions. It is fully scriptable from start to finish and we also support Terraform and Ansible.
Linux in both regions. Same price. Standard, Dedicated CPU and High Memory servers in Amsterdam and New York. Prices are for 2-year billing rate.
Compare every planThis same server is available in Amsterdam and New York, you can add your SSH key and provision a VPS in under a minute. Cloud-Init will then automatically pre-load the SSH key after the first boot, allowing you to login with SSH as root.
Answers for the most common questions regarding plan selection, deployment, support and day-to-day management of a Debian Virtual Server hosted on KVM.
From $18.40/mo on a 2-year term, fixed for life. Paste this cloud-init to boot hardened in one step:
#cloud-config
package_update: true
packages: [ufw, fail2ban]
runcmd:
- ufw allow OpenSSH
- ufw --force enable
- systemctl enable --now fail2ban