Tldr
Step-by-step guide to installingProxmox on aRaspberryPi, including updating packages, adding Proxmox repository, and installing necessary components.
🔗 Quick links
🔧 Manual
1️⃣ Update and Upgrade the System
First, ensure your system is up to date with the latest packages.
2️⃣ Install Curl
Install Curl, which is required to download the Proxmox GPG key.
3️⃣ Edit the Hosts File
Edit the /etc/hosts
file to ensure proper hostname resolution.
Note
Add the hostname and the IP address of your Raspberry Pi to this file.
4️⃣ Set the Root Password
Set a password for the root user, as Proxmox requires root access.
5️⃣ Add the Proxmox GPG Key
Add the Proxmox GPG key to your system to verify the Proxmox packages.
6️⃣ Add the Proxmox Repository
Add the Proxmox repository to your sources list.
7️⃣ Update Package Lists
Update the package lists to include the Proxmox repository.
8️⃣ Install ifupdown2
Install ifupdown2
, which is required for network configuration.
9️⃣ Install Proxmox VE and Additional Packages
Install Proxmox VE along with necessary packages like Postfix, open-iscsi, and the firmware.
🔟 Verify Installation
Check the IP address of your Raspberry Pi to ensure network connectivity.
Summary
By following these steps, you will have successfully installed Proxmox on your Raspberry Pi. Ensure to configure your network settings and other preferences as needed after installation. For further configuration and management, refer to the Proxmox VE Documentation.