Difference between revisions of "Proxmox Subscription Notice Removal"
Jump to navigation
Jump to search
(Created page with "They like to make this rather difficult... Here're a few links: * [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 7.1-10)] ** <code>sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service</code> * [https://www.reddit.com/r/Proxmox/comments/tgojp1/removing_proxmox_subscription_notice/ Removi...") |
|||
Line 5: | Line 5: | ||
* [https://github.com/foundObjects/pve-nag-buster/ pve-nag-buster] | * [https://github.com/foundObjects/pve-nag-buster/ pve-nag-buster] | ||
* [https://dannyda.com/2020/05/17/how-to-remove-you-do-not-have-a-valid-subscription-for-this-server-from-proxmox-virtual-environment-6-1-2-proxmox-ve-6-1-2-pve-6-1-2/ dannyda's page] | * [https://dannyda.com/2020/05/17/how-to-remove-you-do-not-have-a-valid-subscription-for-this-server-from-proxmox-virtual-environment-6-1-2-proxmox-ve-6-1-2-pve-6-1-2/ dannyda's page] | ||
New (as of 2023/11/08) but yet to test... | |||
* [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 8.0)] |
Revision as of 18:33, 8 November 2023
They like to make this rather difficult... Here're a few links:
- Remove Proxmox Subscription Notice (Tested to 7.1-10)
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
- Removing ProxMox Subscription Notice
- pve-nag-buster
- dannyda's page
New (as of 2023/11/08) but yet to test...