Skip to main content

Installation de Proxmox sur Debian

Après installation de Debian

Adresse IP : 192.168.1.200/24

nano /etc/hosts

Ajouter l’ip 192.168.1.200

Ajouter le repo

echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list

Et sa clé :

wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

Mise à jour

apt update && apt full-upgrade

Installer ensuite en root

apt install proxmox-ve postfix open-iscsi