proxmox
2025-07-03 / 2025-07-04 | ||
Schmierzettel...
https://www.youtube.com/watch?v=ncWQCGFok-I
https://ralf-peter-kleinert.de/linux-server/proxmox-server-sichern-haerten.html
Remove Enterprise Notice...
nano --backup /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
#While in nano use ctrl-w to search for "No valid subscription"
" .data.status.toLowerCase() !== 'active') {
Ext.Msg.show({
title: gettext('No valid subscription'), "
#now go to the ! before the == and delete it
sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service