All Projects → pimox → pimox7

pimox / pimox7

Licence: other
Proxmox V7 for Raspberry Pi

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pimox7

cv4pve-api-php
Proxmox VE Client API for PHP
Stars: ✭ 45 (-77.39%)
Mutual labels:  proxmox
proxmox-tools
📦 A collection of stuff that I and others wrote for Proxmox 📦
Stars: ✭ 112 (-43.72%)
Mutual labels:  proxmox
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (-64.82%)
Mutual labels:  proxmox
terraform-provider-proxmox
terraform provider for proxmox
Stars: ✭ 28 (-85.93%)
Mutual labels:  proxmox
dab templates
DAB Templates for Proxmox
Stars: ✭ 21 (-89.45%)
Mutual labels:  proxmox
ProxmoxVE PHP API
ProxmoxVE PHP API
Stars: ✭ 78 (-60.8%)
Mutual labels:  proxmox
ansible role proxmox
Ansible role to provision containers in Proxmox VE virtualization
Stars: ✭ 42 (-78.89%)
Mutual labels:  proxmox
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (-80.9%)
Mutual labels:  proxmox
proxmox-pci-switcher
Switch among Guest VMs organized by Resource Pool
Stars: ✭ 104 (-47.74%)
Mutual labels:  proxmox
cv4pve-api-dotnet
Proxmox VE Client API .Net C#
Stars: ✭ 25 (-87.44%)
Mutual labels:  proxmox
proxtop
Proxmox resource monitor -- list top resource users of your proxmox VM platform
Stars: ✭ 25 (-87.44%)
Mutual labels:  proxmox
madalynn-packer
Packer configuration for Ubuntu Server 18.04, 20.04 and 22.04 for Proxmox.
Stars: ✭ 48 (-75.88%)
Mutual labels:  proxmox
pve-common
Proxmox Project's Common Perl Code
Stars: ✭ 33 (-83.42%)
Mutual labels:  proxmox
ans-pve-win-templ
Ansible playbook to create Proxmox Windows VM templates
Stars: ✭ 49 (-75.38%)
Mutual labels:  proxmox
KVM-Opencore
OpenCore disk image for running macOS VMs on Proxmox/QEMU
Stars: ✭ 529 (+165.83%)
Mutual labels:  proxmox
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-85.93%)
Mutual labels:  proxmox
cv4pve-pepper
Launching SPICE remote-viewer for Proxmox VE
Stars: ✭ 48 (-75.88%)
Mutual labels:  proxmox
cv4pve-botgram
Telegram Bot for Proxmox VE
Stars: ✭ 26 (-86.93%)
Mutual labels:  proxmox
linstor-proxmox
Integration pluging bridging LINSTOR to Proxmox VE
Stars: ✭ 21 (-89.45%)
Mutual labels:  proxmox
packer-plugin-proxmox
Packer plugin for Proxmox Builder
Stars: ✭ 28 (-85.93%)
Mutual labels:  proxmox

Pimox - Proxmox V7 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
  • Internet connection via ethernet

Install from "scratch", RPiOS64bit Interactive Automatic Installer

  1. Flash and startup the latest image from https://downloads.raspberrypi.org/raspios_arm64/ .
  2. sudo -s
  3. curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
  4. chmod +x RPiOS64-IA-Install.sh
  5. ./RPiOS64-IA-Install.sh
  6. Follow the prompts

Manual installation

Prechecks

  1. Pre-installed Debian Bullseye based 64-bit OS (not 32bit)
  2. In /etc/network/interfaces, give the Pi a static IP address. You cannot use dhcp.
  3. In /etc/network/interfaces, remove any IPv6 addresses.
  4. In /etc/hostname, make sure the Pi has a name.
  5. In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.
  6. Make sure the kernel-headers are installed.

Installation

  1. echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list
  2. curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
  3. apt update
  4. apt install proxmox-ve (use a local attatched console! Network connections will be lost/reset during instatallation progress)

Notes

  1. This repo just contains the precompiled debian packages. The original Proxmox sources can be found at https://git.proxmox.com
  2. The (very minimally) patched sources to rebuild this can be found at https://github.com/pimox
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].