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.
# Install Ubuntu Server
sudo apt update
sudo apt install ubuntu-server
# Enable security features
sudo ufw enable
sudo ufw default deny incoming