Skip to content

Proxmox Setup

Here I have tried to visualize the process of installing proxmox for this usecase. All the options and config's picked are noted down bellow. To reproduce all you have to do is follow the video instruction and referance the config options choosed from notes bellow.

Setup Instructions

Hardware

HardwareSpecification
CPUIntel Xeon E5-2660
CPU4 core @ 2.20GHz
RAM8 GB
STORAGE20GB SSD
STORAGE50GB SSD

Volume Config Note

OptionConfig
hdsize20GB
swapsize0
maxroot20GB
maxvz0
minfree0

Location and Zone Config Note

OptionConfig
CountryBangladesh
Time ZoneAsia/Dhaka
Keyboard LayoutU.S. English
Emailadmin@rocketagro.com

Network Config Note

OptionConfig
Host Namepve1.rocketagro.com
IP Address192.168.20.20/24
Gateway192.168.20.1
DNS Server1.1.1.1

Upload images

run from local mechine images directory

shell
cd /home/images
scp windows-10-x64.iso root@192.168.20.20:/var/lib/vz/template/iso/windows-10-x64.iso
scp windows-server-x64-2022.iso root@192.168.20.20:/var/lib/vz/template/iso/windows-server-x64-2022.iso