1.0 Installation
Materials / Setup:
- USB Flash drive
- Machine with minimum requirements
- To make a Proxmox Cluster - 2 minimum, but 3 machines are preferred (for fault tolerance and high availability)
- Understand the schema of your network (i.e. IP subnet)
Installing Proxmox
- Download Proxmox Virtual Environment onto any system that you're working with
- Create a bootable USB download using a USB Creation Tool (multiple approaches stated below)
- Rufus (Windows)
- Ventoy (Windows, macOS, Linux)
- UNetbootin (Windows, macOS, Linux)
EXAMPLE USING RUFUS:
-
Insert the USB into the machine that will act as a designated Proxmox server and proceed with installation as you would any other OS installation (may have to change BIOS settings to boot to USB first)
Installation Configuration / Prompts
- Install Proxmox VE (Terminal UI)
- Management Interface: eno1
- Hostname (FQDN): PAT.local (use different names if you're trying to cluster - doesn't matter what you name it)
- IP Address (CIDR): x.x.x.x/y (e.g. 10.0.0.0/16)
- Gateway Address: x.x.x.x.1
- DNS Server Address: x.x.x.1 (public DNS servers: Cloudflare - 8.8.8.8, Google - 1.1.1.1)