Skip to main content
Ubuntu Server Install Steps
Steps for Installing a "Headless" Ubuntu Server
- Install Ubuntu v20.04.2 using server ISO file.
- Make sure to enable OpenSSH on installation so that remote SSH access is available.
- During hard drive partitioning/storage configuration, make sure if using a hard drive more than 16GB that you adjust the main volume (ubuntu-lv) to the maximum size otherwise it will be limited to the 16GB drive size.
- After installing and after the first reboot login either through SSH or on the local console and apply any missing updates.
- (Optional) Update UFW firewall to allow OpenSSH connections and then enable the firewall: Configuring UFW Firewall
- (Optional) Install Fail2Ban and enable the service: Install Fail2Ban
- (Optional) Install WebMin: Install Webmin