Ubuntu Subscription Types

By Paul Flanders ·

The article explains the different Ubuntu subscription types, focusing on Ubuntu Pro, which offers extended security updates and additional tools. It highlights the benefits for various environments and notes that a free tier is available for personal and small business use.

There are a few main Ubuntu subscription types now, mostly grouped under Ubuntu Pro from Canonical.

Here’s the practical breakdown:

Subscription Type Best For What You Get
Free Ubuntu Home users, labs, basic servers Standard Ubuntu LTS with 5 years of updates for core packages
Ubuntu Pro (Free Personal) Home labs, small business, developers Free for up to 5 machines (50 for Ubuntu community members), includes extended security updates, Livepatch, compliance tools
Ubuntu Pro (Infra-only) Infrastructure-only servers Covers only core OS + infrastructure packages, cheaper than full Pro
Ubuntu Pro (Full) Enterprise servers/desktops Security updates for all packages including Universe repo for 10 years
Ubuntu Pro + Support Mission-critical business environments Everything in Pro plus Canonical 24/7 support and break-fix engineering support
Ubuntu Pro + Legacy Support Very long-life systems Extends support up to 15 years total

The really important distinction is this:

  • Standard Ubuntu LTS gives 5 years of security maintenance for Main, while Universe packages historically had no guaranteed Canonical security maintenance.
  • Ubuntu Pro provides 10 years of security maintenance for packages in both the Main and Universe repositories. 

For example:

  • Docker tooling
  • Python libraries
  • Kubernetes bits
  • PostgreSQL tools
  • Grafana/Prometheus related packages
  • Dev tooling

You also get extras like:

  • Kernel Livepatch (security patching without rebooting)
  • CIS hardening profiles
  • DISA-STIG
  • FIPS crypto modules
  • Landscape management tools

For your sort of environments, Defence, education, container hosting, long-lived servers. Ubuntu Pro actually makes a lot of sense, especially on:

  • internet-facing servers
  • customer-hosted systems
  • air-gapped deployments needing long lifecycle support
  • compliance-sensitive systems

A lot of people do not realise the personal/small business tier is free for a handful of machines. You just attach a token:

 
sudo pro attach YOUR_TOKEN
 

Then check status with:

 

pro status
 

You’ll see services like:

esm-apps

"Extended Security Maintenance for Applications"

esm-infra

"Extended Security Maintenance for Infrastructure"

This covers the core operating system packages after the normal Ubuntu LTS support window ends.

  • kernel
  • OpenSSH
  • libc
  • systemd
  • apt
  • bash
  • networking stack
  • core server components

livepatch

Allows Ubuntu to apply certain Linux kernel security patches without rebooting the machine. With Livepatch canonical injects many security fixes directly into the running kernel while the system stays online.

usg

Hardening and compliance tool included with Ubuntu Pro that helps lock down systems against recognised security standards.

The main use cases are:

  • CIS hardening
  • DISA-STIG compliance
  • audit checking
  • generating compliance reports
  • automatically applying security baselines

Used within Defence, government, finance, healthcare, and enterprise auditors.

USG can:

  • Disable insecure services
  • Tighten SSH settings
  • Enforce password policies
  • Configure audit logging
  • Lock kernel parameters
  • Adjust file permissions
  • Enforce session timeout rules

fips

140-certified cryptographic modules, cryptographic software (OpenSSL, kernel crypto, VPN crypto). fips has been independently tested and certified to meet strict standards.

Looking to enhance your Linux infrastructure? At EssingtonITS.co.uk, we offer expert support and tailored solutions to optimise your systems. Let us help you achieve seamless integration and improved performance.

person people found this useful.

Related

Knowledge base 10 Jun 2026

Personal Notebook in eLLM

The personal notebook in eLLM allows users to organise and store notes, images, and files in a private, searchable timeline. It ensures privacy by keeping contents visible only to the user, and it can be integrated with the assistant for personalised answers.

Knowledge base 9 Jun 2026

Git Commands Quick Reference Guide

This quick reference guide covers essential Git commands for repository setup, staging, branching, merging, and working with remote repositories, making it a handy tool for developers to streamline their workflow.

Knowledge base 9 Jun 2026

Organisation Skills in the eLLM Admin Console

The article explains how the eLLM Admin Console allows organisations to create and manage shared instruction sets called "organisation skills" to ensure consistent responses across teams. These skills can be customised, restricted to specific groups, and integrated with extern…

Expand 29 Jul 2026

How AI can support pupils with SEND

Explore how AI tools are aiding pupils with special educational needs and disabilities by simplifying text, breaking down tasks, and enhancing accessibility. Learn about the considerations schools should make before implementation.

Expand 29 Jul 2026

AI policy and practice in further education

Further education colleges need distinct AI policies due to their unique mix of vocational courses, diverse age groups, and specific funding and inspection requirements. This guidance highlights the importance of tailored AI approaches in FE settings.