Skip to main content

Intial Node Server Setup

Ubuntu Server Setup

Create a Bootable USB Stick

  1. Visit the Ubuntu Server download page: Ubuntu Server. Click on the version labeled 'Ubuntu Server 22.04 LTS' to download it.

Server Setup Step 1 Screenshot

  1. Download Rufus to create a bootable USB drive from this page: Rufus.

Server Setup Step 2 Screenshot

  1. Open Rufus once it has downloaded.

Server Setup Step 3 Screenshot

  1. Insert your USB stick (minimum 4 GB) into the computer. Rufus should detect your USB stick automatically. If it doesn't appear, select it manually from the 'Device' dropdown menu in Rufus.

Server Setup Step 4 Screenshot

  1. In Rufus, next to 'Boot selection', click on the 'SELECT' button. Navigate to where you saved your Ubuntu Server download (the ISO file) and select it.

Server Setup Step 5 Screenshot

  1. Leave all other settings in Rufus at their default values. Press 'START' to begin creating your bootable USB.

Server Setup Step 6 Screenshot

  1. A warning may pop up about Rufus changing the ISO image mode. Confirm that you want to continue in 'ISO Image mode' by clicking 'OK'.

Server Setup Step 7 Screenshot

  1. The creation of the bootable USB will begin. This process may take around 10 minutes, depending on your computer's capabilities.

Server Setup Step 8 Screenshot

  1. Once Rufus confirms that the process is complete, you can close Rufus and remove your USB stick.

Server Setup Step 9 Screenshot

  1. Your Ubuntu Server bootable USB stick is now ready. Move on to the server setup by following the guide in Part 2 below.

Server Setup Step 10 Screenshot

Booting from USB and Installing Ubuntu

  1. With the machine off, insert your bootable USB.
  2. Turn on the machine and immediately press the F11/F12 or Delete key to open the boot menu.
  3. Choose your USB as the primary boot option and save your changes.
  4. At the Ubuntu boot screen, select 'Try to install Ubuntu Server'.
  5. Follow the on-screen instructions to set your language, keyboard layout, and network settings.
  6. Accept all defaults for proxy and mirror settings.
  7. Verify that the displayed storage matches your server's specs before continuing with the installation.
  8. Complete the forms for server name, username, and password. Skip Ubuntu Pro upgrade and additional snaps installation.
  9. After installation, select 'Reboot Now'. Once rebooted, use hostname -i to note your server's IP address.