minkebox / pimox

Proxmox for the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixmox - Proxmox for the Raspberry Pi

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.

Requirements

  • Raspberry Pi 4
  • Pre-installed Debian based 64-bit OS (not 32-bit)

Setup

  1. 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
  2. sudo -s
  3. curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/KEY.gpg | apt-key add -
  4. curl https://gitlab.com/minkebox/pimox/-/raw/master/dev/pimox.list > /etc/apt/sources.list.d/pimox.list
  5. apt update
  6. apt install pve-manager

Notes

This repo just contains the precompiled debian packages. The original Proxmox sources can be found at git.proxmox.com

About

Proxmox for the Raspberry Pi