Post

Promox Ubuntu server

Promox Ubuntu server

How to setup a virtuel machine with Ubuntu server in proxmox

Step-by-Step Installation Guide

Obtain the ISO file for your Ubuntu server by downloading it first. link below
In the Proxmox web interface, go to your node, default pve mine is nuc, then local (storage name) -> ISO Images -> Upload.

img-description Upload ISO file

Click Create VM at the top right.

img-description Create WM

Pick a VM ID, type in a name for your VM, and then click Next.

img-description Sever name and ID

Select the ISO image you want to use.

img-description Select ISO

Now pick the machine type. I go with Q35 instead of i440FX because it handles PCIe passthrough and newer hardware better. And set a check mark in Qemu-agent

img-description Machine type

Select storage (if your got more than one disk) and size, set at check mark in Discard and SSD emulation.

img-description HDD size

Allocate cores (2-4 recommended for general use).

img-description CPU Cores

Assign system memory.
The required memory varies based on workload, starting from 1024 MB and increasing as needed

img-description Memory

Set the network, leave default settings (usually vmbr0) if you need to set a lan its here.

img-description Network

Uncheck start after created. Review and click Finish.

img-description Network

All done now Promox is up and running with a VM.

Start and Install Operating System

Select your new VM in the left menu.
Then click Start, and click on Console to view the VM screen.

img-description Network

Select Try or Install Ubuntu Server

img-description Network

Choose your desired language.

img-description Network

Update the installer

img-description Network

Select your keyboard layout

img-description Network

Select ubuntu Server

img-description Network

Now time to set the IP set it manual Select edit IPv4

img-description Network

Then manual

img-description Network

Set the subnet /24 explain, address, gateway, and name server DNS and save

img-description Network

Hit Done

img-description Network

For proxy just hit done

img-description Network

Wait a couple of secs to update adn hit done.

img-description Network

Select use an entire disk

img-description Network

Confirm the storage setup

img-description Network

Select continue

img-description Network

Type in a name, server name, user name and make a password then hit done

img-description Network

Select skip for now and continue

img-description Network

Set a check mark in Install OpenSSH server

img-description Network

I skip this but if there are any 3 party snaps

img-description Network

Now reboot

img-description Network

Hit enter to unmount the cdrom

img-description Network

SSH to the server i use Putty as SSH client - Accept the cert.

Or use the console - just note you cant copy paste there

img-description Network

Login with user name and password

img-description Network

Update the system

1
sudo apt update && sudo apt upgrade -y

img-description Network

Install the qemu-guest-agent with the command below.

1
sudo apt install qemu-guest-agent -y

img-description Network

A reboot is need for the updates and qemu guest agent to take effect.

1
sudo reboot

All done now we have a ubuntu server running.

Ubuntu server
Putty

This post is licensed under CC BY 4.0 by the author.