← Blog
Ubuntu 26.04 LTS Is Here, Now Available on Dedimax Cloud and VPS

Ubuntu 26.04 LTS "Resolute Raccoon" landed yesterday, April 23, 2026. Starting today, you can deploy it on every Dedimax Cloud and VPS server. Dedicated server support will follow progressively over the coming weeks.

This is a major LTS release, supported until April 2031 (or April 2036 if you go with Ubuntu Pro ESM). If you run servers, this is the version you'll probably stick with for the next two to five years.

Here's what changed, what actually matters for server workloads, and how to upgrade what you already run.

What's new in Ubuntu 26.04 LTS

Linux kernel 7.0

The biggest change under the hood. Kernel 7.0 ships with stable Rust driver support, a new Time-Slice Priority (TIP) scheduler that cuts latency under heavy load, and XFS self-healing. Databases and high-I/O workloads should see real improvements here.

Memory-safe core utilities

Ubuntu 26.04 swaps out several core system utilities for Rust-based alternatives. The big one: sudo-rs is now the default sudo provider. Same interface, same commands, just written in Rust for memory safety. You won't notice anything in daily use, but it kills off an entire class of potential vulnerabilities.

systemd 259 with cgroup v2 only

This one needs attention. systemd 259 drops cgroup v1 support completely. If you run Docker, LXC, or any containers, they have to use cgroup v2. Docker 20.10 and newer handles this natively, but if you're stuck on an older Docker version, upgrade it before moving to 26.04.

Check your current cgroup version:

bash

stat -fc %T /sys/fs/cgroup/

If it says cgroup2fs, you're already on v2. If it says tmpfs, you're on v1 and need to migrate first.

Native AI/ML toolkit support

Ubuntu 26.04 ships with native support for NVIDIA CUDA and AMD ROCm toolkits. If you run AI workloads like Ollama, vLLM, or Stable Diffusion, driver and library setup is much smoother than on 24.04. See our AI hosting solutions if you're building something in that space.

Other notable changes

  • OpenSSL with post-quantum encryption readiness, future-proofing TLS connections
  • Python 3.14, OpenJDK 25, .NET 10, Rust 1.93, Go 1.24
  • PostgreSQL 18, MySQL 9.2
  • apt history, new commands to list, inspect, undo, and rollback package changes
  • Dracut replaces initramfs-tools as the default initramfs generator
  • TPM-backed full disk encryption out of the box

Deploy Ubuntu 26.04 on Dedimax

Ubuntu 26.04 LTS is available right now for new deployments on Cloud and VPS servers. Pick "Ubuntu 26.04 LTS" when you create or reinstall a server from the panel.

For dedicated servers, we're rolling 26.04 out progressively across our 120+ locations. If you need it on a dedicated machine before the general rollout, contact support and we'll enable it for your server.

How to upgrade from Ubuntu 24.04 LTS

If you run Ubuntu 24.04 LTS and want to upgrade in place, here's the process. Plan for 30 to 60 minutes depending on your connection and the number of installed packages.

Before you start:

  • Take a full backup or snapshot of your server
  • If you run Docker, verify you're on cgroup v2 (see the check above)
  • If you use NVIDIA drivers, make sure you're on driver 535+ (driver 470 is incompatible with kernel 7.0)
  • Test on a non-production server first

Step 1, Update your current system

bash

sudo apt update
sudo apt dist-upgrade -y
sudo reboot

Reconnect after reboot and confirm nothing is broken:

bash

sudo apt --fix-broken install

Step 2, Install the upgrade tool

bash

sudo apt install update-manager-core -y

Verify the release upgrade policy is set to LTS:

bash

cat /etc/update-manager/release-upgrades

It should say Prompt=lts. If not, edit the file and set it.

Step 3, Start the upgrade

bash

sudo do-release-upgrade

Note: the automatic LTS-to-LTS prompt won't be enabled until Ubuntu 26.04.1 (scheduled for August 2026). Until then, use the -d flag:

bash

sudo do-release-upgrade -d

Follow the prompts. The upgrade tool shows you what's changing: new packages, removed packages, config file conflicts. For config files, keeping your current version is usually the safe call unless you know the new defaults are better.

If you're upgrading over SSH, the tool sets up a backup SSH listener on port 1022 in case your main connection drops.

Step 4, Reboot and verify

bash

sudo reboot

After reconnecting:

bash

# Verify Ubuntu version
lsb_release -a

# Verify kernel
uname -r

# Check for any broken packages
sudo apt --fix-broken install
sudo apt autoremove -y

You should see Ubuntu 26.04 LTS and kernel 7.0.x.

Step 5, Post-upgrade checks

A few things to verify after the upgrade:

Docker: run docker ps and check that your containers start correctly. The cgroup v2 migration should be transparent if you're on Docker 20.10+.

Databases: check PostgreSQL/MySQL logs for startup issues. Kernel 7.0 changes I/O scheduling, so your database tuning parameters might need adjustment.

SSH: check /etc/ssh/sshd_config if you see authentication failures from legacy systems. The default crypto policies are stricter in 26.04.

Web servers: restart Nginx/Apache and verify your sites load correctly.

Cron jobs: confirm scheduled tasks still run with systemctl list-timers.

Upgrading from Ubuntu 22.04 LTS

If you're still on Ubuntu 22.04 LTS, you can't skip directly to 26.04. You have to upgrade in two stages:

Ubuntu 22.04 LTS → Ubuntu 24.04 LTS → Ubuntu 26.04 LTS

Each upgrade takes about 15 to 30 minutes. Plan for an hour total including reboots.

Honestly, if you're doing a jump this big, a fresh install of Ubuntu 26.04 on a new server followed by migrating your data and config is often cleaner and faster.

Upgrading from Ubuntu 20.04 or older

Ubuntu 20.04 LTS reached end of standard support in April 2025. If you're still running it, a fresh install is the way to go. Attempting a three-stage upgrade (20.04 → 22.04 → 24.04 → 26.04) is asking for trouble.

Deploy a new Dedimax Cloud or VPS server with Ubuntu 26.04, migrate your applications and data, then decommission the old server. Faster, cleaner, less risk of cascading upgrade issues.

Should you upgrade now or wait?

For development and testing servers: upgrade now. Ubuntu 26.04 LTS is stable and the new toolchain versions (Python 3.14, kernel 7.0) are worth testing against your applications early.

For production servers: consider waiting for Ubuntu 26.04.1 in August 2026. The first point release rolls up fixes for issues discovered in the first weeks after launch. This is standard practice and what Canonical recommends for production.

For new deployments: there's no reason to start a new project on 24.04 anymore. Deploy on 26.04 and get five years of support from day one.


Ubuntu 26.04 LTS is a significant release: kernel 7.0, Rust-based system utilities, cgroup v2 only, native AI toolkit support. It's the foundation most of us will run on for the next several years. Deploy it today on Dedimax Cloud and VPS, or wait for the dedicated server rollout in the coming weeks.

Continue reading

Create account Access my account

No commitment, deploy in seconds

Community zone

A question ?
Find answers and share your knowledge !

We are waiting you on community zone. More than 70 guides (sysadmin, gaming, devops...) !

Let me check
DEDIMAX DEDIMAX DEDIMAX DEDIMAX
DEDIMAX

Need a quote ?

Write us !

Contact us

Prendre contact