Ubuntu Server 24.04 LTS: Get ISO & Upgrade Guide

Share
  • Post Updated: February 21, 2025

Ubuntu24.04 server download guide

Ready to power up your hosting? Ubuntu Server 24.04 LTS (Noble Numbat) is here, bringing speed and reliability for websites, CMS platforms (like WordPress or Drupal), and data management. After two years since 22.04 LTS, this release is worth the wait!

In this guide, you’ll find free ISO links (direct and torrent) to install fresh, plus steps to upgrade from 22.04 LTS.

Curious about what’s new? Explore the Ubuntu Server 24.04 features or grab the desktop version too.

How to Get Ubuntu Server 24.04 LTS

Install a Fresh Ubuntu Server 24.04 LTS

Pick your ISO source:

To Install: Burn the ISO to a USB or DVD, boot from it, and follow the installer prompts. Need help? See the official Ubuntu Server Guide.

Upgrade from Ubuntu Server 22.04 LTS to 24.04 LTS

Upgrade your existing server for the latest features and security:

Before You Start

  • Backup: Save your data with tools from our free backup software list.
  • Internet: Ensure a stable connection.
  • Space: Free up 50GB (SSD recommended for speed).

Upgrade Steps

  1. Update package lists:
    sudo apt update
  2. Upgrade existing packages:
    sudo apt upgrade -y (Omit -y to confirm each update manually)
  3. Perform a dist-upgrade:
    sudo apt dist-upgrade -y
  4. Reboot your server:
    sudo reboot
  5. Verify the upgrade:
    lsb_release -a
  6. Fix any dependencies:
    sudo apt install -f

Check the official Ubuntu Server upgrade docs for more details.

More Resources

Poll: Your Server Experience

What’s your favorite Ubuntu Server feature? Share below!
Need Help?
Questions about installing or upgrading? Comment below or contact us, we’re here to assist!