Product Overview

Ubuntu Server

The world's most popular Linux server platform, now with enhanced security and performance features.

Ubuntu Server provides the best value scale-out performance available. It includes everything you need to deploy and operate OpenStack, Kubernetes, and a wide range of workloads.

Ubuntu Server dashboard
Ubuntu Server running in production environment
  • Enhanced security with AppArmor and live kernel patching
  • Optimized performance for cloud and container workloads
  • 10-year long term support with regular security updates
# Install Ubuntu Server
sudo apt update
sudo apt install ubuntu-server

# Enable security features
sudo ufw enable
sudo ufw default deny incoming