Step 1 : Get IP With Command ip
Example :
ip -br a
Step 2 : Get Your HostName With Command
hostname
Step 3 : Add IP And HostName To /ets/hosts
With Format [Your IP] [Your Host Name].proxmox.com [Your Host Name]
Example :
192.168.2.113 debian.proxmox.com debian
Step 4 : For Final Check Use
hostname --ip-address
Step 1 : Run This Command To Add Repository To /etc/apt/sources.list.d
echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
Step 2 : Add Repository Key :
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
7da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87 /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
Step 1 : Install Kernel apt install pve-kernel-5.15
(If You In Iran I Suggest Use VPN :) )
Step 2 : Install Libs apt install proxmox-ve postfix open-iscsi
Done Your Proxmox Is Ready :)))
[Your IP]:8006