RHEL compatibility
ABI-compatible with Red Hat Enterprise Linux. Most certified software, vendor RPMs and middleware run on AlmaLinux without modifications.
Our AlmaLinux VPS is a fully customizable RHEL-compatible server. The hardware is AlmaLinux 10 (Cerulean Leopard) on a high-spec AMD EPYC Genoa processor with NVMe RAID10 storage and ECC memory to maximize performance.
This is ABI-compatible with Red Hat Enterprise Linux and is governed by a non-profit Foundation (the AlmaLinux Foundation) with 10 years of security maintenance per major release.
AlmaLinux for production environments on BuyVPS. For most organizations looking for a supported platform alternative to CentOS Linux AlmaLinux is the first candidate to consider for use on production estates in development by the team at BuyVPS.
AlmaLinux 10 is currently in the panel. This release is following the standard RHEL 9 lifecycle.
Cerulean Leopard
It is supported for the full 5 years of its life, and then moves into the maintenance phase until May 2032. The kernel is 5.14 and thus RHEL 9 compatible.
Where AlmaLinux fits: enterprise stacks, control panels, regulated environments, RHEL-certified middleware.
For Dedicated CPU D-4 in Amsterdam (2 vCPU pinned cores on EPYC Genoa processor, 4 GB DDR5 ECC memory, 60 GB NVMe RAID10 disk space) the results for this configuration are the median of 5 runs, full details and raw public Geekbench URLs are available on the benchmarks page.
The control panel and the API for the control panel of everything you need to operate the VPS, without a support ticket.
Linux same configuration, price in 2 regions.
Compare every planWe offer the same servers, same control panel and same support in Amsterdam and New York. Deploy an AlmaLinux VPS in under a minute in the region of your choice, add an SSH key and the same Cloud-Init that you are already familiar with will inject the SSH key on first boot and you'll be able to log in as root with the SSH client.
A simple FAQ for AlmaLinux on BuyVPS. FAQ about running AlmaLinux on BuyVPS. Questions about AlmaLinux plans, deploying an AlmaLinux server, AlmaLinux support for AlmaLinux and AlmaLinux admin.
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