Howdy Folks! If you’ve ever wondered what’s running under the hood at GR Host, the answer is Ubuntu LTS — on every single server. This isn’t a default we inherited. It’s a deliberate choice, and here’s why.


What Is Ubuntu LTS?

Ubuntu is a Linux distribution maintained by Canonical. LTS stands for Long Term Support. Canonical releases a new LTS version every two years and supports it with security patches for five years. That means a stable, well-maintained foundation without constant major version churn.

The current release is Ubuntu 26.04 LTS. We target the latest LTS for all new nodes.

Stability You Can Count On

Non-LTS Ubuntu releases get nine months of support. LTS releases get five years. For a hosting environment, that difference is significant.

We’re not chasing the latest features on production servers. We want a base that receives consistent security updates and doesn’t require a major OS migration every few months. Ubuntu LTS delivers exactly that.

Massive Ecosystem Support

Ubuntu is the most widely used Linux distribution in cloud environments. That matters practically. Nearly every major software project — Docker, Podman, Caddy, Fail2Ban, CrowdSec, LibreNMS — publishes official Ubuntu packages and documentation. When we run into an edge case, the answer is usually well-documented and well-tested on Ubuntu.

A smaller or niche distro might work fine, but the support surface is narrower. We’d rather not find that out during an incident.

Security Updates Without the Drama

Canonical takes security seriously. Critical CVEs get patched quickly. Ubuntu also ships with AppArmor enabled by default, which adds mandatory access controls on top of standard Linux permissions. We build our hardening practices on top of that baseline.

Our stack adds UFW, Fail2Ban, and CrowdSec on every node. Ubuntu’s defaults give us a solid starting point before we even get to our own configuration layer.

Predictable Upgrade Paths

Every two years, a new LTS drops. The do-release-upgrade path from one LTS to the next is well-tested and well-documented. We know exactly when support ends, and we plan migrations accordingly.

There are no surprises. That predictability lets us maintain a consistent environment across all GR Host nodes.


The Bottom Line

Ubuntu LTS gives us stability, broad software support, strong security tooling, and a predictable long-term maintenance path. Those aren’t exciting features to advertise — but they’re exactly what you want in infrastructure that your site depends on.

Every GR Host server is built on Ubuntu LTS. That’s not going to change.

2026

Dirty Frag Response

less than 1 minute read

A Linux kernel vulnerability called Dirty Frag was disclosed earlier this month. Here’s what we did about it and what it means for you.

5 Common WordPress Security Mistakes

2 minute read

WordPress powers over 40% of the web. That makes it a massive target. Here are five security mistakes we see all the time — and how to avoid them.

Title

less than 1 minute read

Excerpt

Back to top ↑

2025

WordPress Plugin Best Practices

3 minute read

Plugins make WordPress powerful. They can also slow it down, break it, or get it hacked. Here’s how to use them the right way.

Back to top ↑

2024

Version Control, Git, and an Intro to CI/CD

4 minute read

Version control is one of the most important tools in modern software development. Here’s why it matters, how Git works, and what CI/CD means for your workfl...

Back to top ↑

2023

Basics of Computing

3 minute read

Computers, servers, drivers, firmware. Tese words get thrown around a lot. Here’s what they actually mean.

Back to top ↑