Installing Proxmox 6 On Debian 10
Enter the following commands into SSH below. Important note: replace iphere with your server IP
Command 1: hostnamectl set-hostname iphere.example.com --static
Command 2: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command 3: apt-get install gnupg -y
Command 4: wget -qO - http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg | apt-key add -
Command 5: echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" | tee /etc/apt/sources.list.d/pve-install-repo.list
Command 6: apt update && apt dist-upgrade
Command 7: echo "deb http://download.proxmox.com/debian/ceph-nautilus buster main" | tee /etc/apt/sources.list.d/ceph.list
Command 8: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command 9: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command: 10 apt install proxmox-ve postfix open-iscsi
Command 11: apt remove os-prober
Command 12: reboot (will fully restart your server and should come back up within 3-5 minutes)
Once rebooted, you may access the Proxmox GUI via the following link: https://iphere:8006/
Important to note: Whitelist your home IP address in the Firewall Manager so you are able to access the above link.
Credits and Reference: https://computingforgeeks.com/how-to-install-proxmox-ve-on-debian/
Command 1: hostnamectl set-hostname iphere.example.com --static
Command 2: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command 3: apt-get install gnupg -y
Command 4: wget -qO - http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg | apt-key add -
Command 5: echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" | tee /etc/apt/sources.list.d/pve-install-repo.list
Command 6: apt update && apt dist-upgrade
Command 7: echo "deb http://download.proxmox.com/debian/ceph-nautilus buster main" | tee /etc/apt/sources.list.d/ceph.list
Command 8: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command 9: echo "iphere iphere.example.com iphere" | tee -a /etc/hosts
Command: 10 apt install proxmox-ve postfix open-iscsi
Command 11: apt remove os-prober
Command 12: reboot (will fully restart your server and should come back up within 3-5 minutes)
Once rebooted, you may access the Proxmox GUI via the following link: https://iphere:8006/
Important to note: Whitelist your home IP address in the Firewall Manager so you are able to access the above link.
Credits and Reference: https://computingforgeeks.com/how-to-install-proxmox-ve-on-debian/
Updated on: 22/03/2023
Thank you!