└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Pixmox - Proxmox for the Raspberry Pi 2 | === 3 | 4 | Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware. 5 | 6 | Requirements 7 | --- 8 | * Raspberry Pi 4 9 | * Pre-installed Debian based 64-bit OS ___(not 32-bit)___ 10 | 11 | Setup 12 | --- 13 | 0. *Make sure you have set the hostname of the Pi in /etc/hostname, given it a static IP and put the hostname and IP address in /etc/hosts* 14 | 1. sudo -s 15 | 2. curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/KEY.gpg | apt-key add - 16 | 3. curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/pimox.list > /etc/apt/sources.list.d/pimox.list 17 | 4. apt update 18 | 5. apt install pve-manager 19 | 20 | Notes 21 | --- 22 | This repo just contains the precompiled debian packages. The original Proxmox sources can be found at git.proxmox.com 23 | --------------------------------------------------------------------------------