Skip to content

RadinPirouz/Proxmox-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Setup Proxmox On Debian 12

IP Setting:

Step 1 : Get IP With Command ip Example :

ip -br a

image

Step 2 : Get Your HostName With Command

hostname

image

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

image

Step 4 : For Final Check Use

hostname --ip-address

image

Add The Proxmox VE Repository

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

image

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

image

Install ProxMox Kernel And Libs

Step 1 : Install Kernel apt install pve-kernel-5.15 (If You In Iran I Suggest Use VPN :) )

image

Step 2 : Install Libs apt install proxmox-ve postfix open-iscsi

image

Done Your Proxmox Is Ready :)))

[Your IP]:8006

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published