Installation
Swap to free repositories
Switching to the free Proxmox repository requires editing several source repository files. Comment out the enterprise repository and add a non-subscription repo. The configuration should look like this:
For Proxmox 8.3+:
#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
#deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription
Now you can update the packages from the free repositories
Once this is done, Proxmox VE will continue to display a notification in the web interface that a valid subscription is missing:
To disable this notification, run the following command in the console (for Proxmox versions from 6.2.15 to 8.1.10 and higher):
Reinstall the proxmox-widget-toolkit package to get this notification back:
$ sudo apt-get install --reinstall proxmox-widget-toolkit
Author admin
Posted on April 6, 2024
Categories Proxmox
Add Storage to a blank disk
- Select server on left panel
- Under Disks tab select type you want to add:
- LVM-This allows creatioon of LXCs and VMs
- Directory is just regular storage
- Click on
Create Directory
orCreate Thinpool
as appropriate - It will ask for the disk partition, e.g.
/dev/sdb
- Click OK