Skip to main content

Proxmox VE

Create Proxmox VE bootable USB Drive

Download Proxmox VE

Download Proxmox VE ISO. Current latest version is 8.3-1
https://www.proxmox.com/en/downloads

Download Rufus

Download Rufus. Bootable USB Drive creator. Current latest version is 4.6
https://rufus.ie/downloads/

Keep all the options default.
img alt

Install Proxmox VE from bootable USB Drive

Boot the R730 server from the usb dirve

img alt

Accept EULA

img alt

Select Region and Time Zone
img alt

Set root password and email
img alt

Set static ip if needed. Usually this is done in UDMSE. Set FQDN --> pve.aspireclan.com
img alt

img alt

Configure Proxmox VE

After this installation, go to:
https://192.168.8.23:8006

The below message will be displayed:
img alt

The below message will be displayed:

Remove no valid subscription

SSH into proxmox server
Navigate to the following directory
cd /usr/share/javascript/proxmox-widget-toolkit
Backup the existing proxmoxlib.js file
cp proxmoxlib.js proxmoxlib.js.bak
Edit proxmoxlib.js file
nano proxmoxlib.js

Once the file is opened, hit Ctrl+w and search no valid sub
Once it is found go to the Blue Arrow and hit Ctrl+k to delete that line. Repeate this and delete the next 15 lines upto Red Arrow
img alt
Do not forget to delete the training curly bracket in the red square, above.
Save the file and exit nano
Restart the proxmox proxy service

systemctl restart pveproxy.service

Roll back option [OPTIONAL]

If any issue happense, use the below command:
mv proxmoxlib.js.bak proxmoxlib.js && systemctl restart pveproxy.service

Add Repositories and Update System

img alt

img alt

img alt

Add Extra Disks and Upload IOS

img alt

img alt

img alt