Founder-led
Rocky Linux is the enterprise Linux from the founder of the original CentOS co-founder, Gregory Kurtzer. The mission behind Rocky Linux is to continue the community-driven enterprise Linux lineage that was started with CentOS.
Our enterprise quality servers currently come with Rocky Linux 10 (Blue Onyx). Running on high performance AMD EPYC Genoa nodes, with enterprise class NVMe storage in a RAID10 configuration and ECC memory. The majority of the Linux distributions are consumer grade, but Rocky Linux is an enterprise quality Linux distribution.
The project was founded by the founder of CentOS (Community Enterprise OS for Linux) and is currently being run for and by the community in order to continue to continue the development of enterprise quality Linux distributions.
We believe that there are many users that prefer to run a community quality enterprise Linux distribution as opposed to purchasing a RHEL subscription. Our distribution uses the same dnf workflow, SELinux, and systemd as found in RHEL, but does not require a subscription to use.
Rocky Linux is the second mainstream RHEL clone. Here are four reasons Rocky Linux will stay in the panel.
Rocky Linux 10. Just Released to the Panel to match RHEL 9 Life Cycle.
Blue Onyx
Full support for Blue Onyx 9.0 will continue to be provided until May 2027. After that time, Blue Onyx 9.0 will move into maintenance support until May 2032. The kernel used for Rocky Linux 10 is based off of 9.0 RHEL kernel stream.
A rock solid operating system for running control panels and enterprise server middleware. It's ideal for production workloads for people that run regulated services that require bug-for-bug bugfixes for RHEL.
Below are the results from Geekbench 6 runs on the Dedicated CPU D-4 plan in Amsterdam. This server had 2 vCPUs pinned on two cores of an EPYC Genoa processor, 4 GB of DDR5 ECC memory and 60 GB of NVMe RAID10 storage. All Geekbench 6 runs were done in a 'fresh start' state after every run to ensure consistency of results. The full results and raw data for every run can be found on the benchmarks page for this test.
All lifecycle actions (e.g. create VPS, provision, ...) through the control panel and REST API without requiring a support ticket. All actions fully scriptable end to end (i.e. suitable for use with Terraform and Ansible.
The pricing for the same Linux distribution in both regions is the same. The prices listed are for 2-year billing. The same Linux distribution is offered in the Standard, Dedicated CPU and High Memory tier in Amsterdam as well as in New York.
Compare every planDeploy a VPS in under a minute. Same hardware, same control panel, same support in Amsterdam and New York. Pick a region, add an SSH key and the Rocky Linux VPS deploys within a minute and you can ssh in as root via Cloud-Init on first boot.
Quick answers about plan choice, deployment, support and day-to-day operation of Rocky Linux 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