Skip to content
forked from pimox/pimox7

Proxmox V7 for Raspberry Pi

Notifications You must be signed in to change notification settings

shawnhank/pimox7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. If you don't do this then the install will fail!
  2. sudo -s
  3. curl https://gitlab.com/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add -
  4. curl https://gitlab.com/pimox/pimox7/-/raw/master/pimox.list > /etc/apt/sources.list.d/pimox.list
  5. apt update
  6. apt install proxmox-ve

Notes

  1. This repo just contains the precompiled debian packages. The original Proxmox sources can be found at git.proxmox.com
  2. The (very minimally) patched sources to rebuild this can be found at github.com/pimox

About

Proxmox V7 for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%