Proxmox free user post-config
Post-config that only free user need to do
Edit /etc/apt/sources.list
and add:
PVE 5:
deb http://download.proxmox.com/debian stretch pve-no-subscription
PVE 6:
deb http://download.proxmox.com/debian buster pve-no-subscription
Edit /etc/apt/sources.list.d/pve-enterprise.list
and comment the enterprise repo:
# deb https://enterprise.proxmox.com/debian stretch pve-enterprise
Now you won't get any error running apt update && apt dist-upgrade -y
Run this for removing the annoying "No subscription" altert:
sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
No Comments