meta data for this page
  •  

This is an old revision of the document!


Debian

Install Proxmox on ready Debian system. Benefits:

  • unusual disk setup (i.e. not using ZFS for raid, only generic MD or LVM raid)
  • for lazy people: running system with remote access only

Setup repositories

Package Repositories Detailed step-by-step instuciton wiki

It is very important (to SSL key generation), that hostname and IP is correctly configured:

hostname --ip-address
192.168.15.77 # should return your IP address here
echo 'deb http://download.proxmox.com/debian/pve buster pve-no-subscription' > /etc/apt/sources.list.d/pve-no-sub.list

wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg apt-get update apt-get install proxmox-ve </code>