Install Proxmox
Install Proxmox VE 9 and update it from the web interface.
This task turns the old PC into a Proxmox server you can manage from a browser. Installing Proxmox erases the selected drive.
Make the installer
Section titled “Make the installer”- Download the current Proxmox VE 9 ISO Installer from Proxmox Downloads.
- Install balenaEtcher on your everyday computer.
- Insert the USB stick and open Etcher.
- Choose Flash from file, select the Proxmox ISO, choose the USB stick, then select Flash.
- When validation finishes, eject the USB stick and put it in the server.
Install Proxmox
Section titled “Install Proxmox”Boot the server from the USB stick and choose Install Proxmox VE (Graphical). Follow the installer:
- Accept the license and select the drive to erase.
- Set your country, time zone, and keyboard layout.
- Set a strong root password and enter your email address.
- On Management Network Configuration, select the wired network interface and enter:
- Hostname:
pve.home.arpa - IP Address: an unused address on your home network, such as
192.168.1.100/24 - Gateway: your router’s address, often
192.168.1.1 - DNS Server: your router’s address
- Hostname:
- Review the summary, install, remove the USB stick, and reboot.
Choose an address outside your router’s automatic DHCP range, or reserve it in the router first. This keeps the Proxmox address from changing.
Log in and update
Section titled “Log in and update”On your everyday computer, open https://YOUR-PROXMOX-IP:8006. Accept the browser’s warning for the server’s self-signed certificate, then sign in as root with realm Linux PAM standard authentication.
Switch to the community repository:
- Select the Proxmox node, then Updates → Repositories.
- Select the enterprise repository and choose Disable.
- Choose Add, select No-Subscription, and confirm.
- Open Updates, choose Refresh, then Upgrade.
- Follow the prompts in the upgrade window and reboot if requested.
You now have an updated Proxmox server.