Replace ALL Logo Files
/usr/share/pve-manager/images/logo-128.png
/usr/share/pve-manager/images/proxmox_logo.png
/usr/share/javascript/proxmox-widget-toolkit/images/proxmox_logo.svg
Change Browser Tab Title
nano /usr/share/pve-manager/index.html.tpl
<title>W3DATA Cloud Environment</title>
Remove Subscription Popup
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak && sed -i '/checked_command: function (orig_cmd) {$/a\ return (typeof orig_cmd === "function" && (orig_cmd(), true));' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
systemctl restart pveproxy
systemctl restart pvedaemon
