Upstream of RHEL
New features get added to CentOS Stream months prior to RHEL's next minor release. This is where the RHEL upstream development work happens for the next RHEL minor release.
We provision CentOS Stream 10 for development of applications on AMD EPYC Genoa nodes with storage in NVMe RAID10 and memory ECC enabled. This is the continuously-delivered upstream of Red Hat Enterprise Linux minor releases, with the latest kernel and packages.
There is no cost for a subscription, and the distribution is managed with the dnf package manager, has support for SELinux and AppStream, and is 100% part of the RHEL ecosystem ('Full RHEL Ecosystem').
CentOS Stream is a distribution for the development of applications for the next RHEL minor release. Here's why this distribution is in the panel of distributions for developers that we speak to:
CentOS Stream 10 (Current panel image). Stream 10 development in progress for RHEL 10.
This project is expected to remain under active development until 2027 for the RHEL 9 series. CentOS Stream 10 will continue to receive a stream of kernel and package updates for the project. The initial base kernel version for CentOS Stream 10 is 5.14 and it will be rebase off that version for subsequent updates.
Development of RHEL applications, CI/build testing of RHEL applications, testing within the RHEL ecosystem. For production workloads, which require "frozen" behavior, distributions like AlmaLinux and Rocky Linux are generally preferred.
The following numbers are the median of 5 runs on the Dedicated CPU D-4 plan in Amsterdam (2 vCPU pinned cores on EPYC Genoa, 4 GB DDR5 ECC, 60 GB NVMe RAID10), more details on the benchmarks and individual Geekbench profiles can be found on the benchmarks page for the specific benchmark.
All you need to run it. The control panel and API have all the operations for full life cycle control. All fully supported without need for any support tickets. The API is very easy to script and is fully supported end to end with Terraform and Ansible.
These prices are for Linux servers in both Amsterdam and New York. Note that same Linux distributions are offered in both regions. Prices listed are for the 2-year billing rate.
Compare every planYou'll find the exact same servers, the exact same cPanel control panel and the exact same support in Amsterdam and New York. Simply pick a region, add an SSH key and within a minute or so Cloud-Init will have added that SSH key to the newly deployed server and you can log in as root with a simple SSH connection.
Deploy your CentOS Stream 10 VPS in under a minute! Same hardware, same panel, same support in Amsterdam and New York. Choose a region, add an SSH key and we will Cloud-Init that VPS to
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