Proxmox

Remove “No valid subscription” for this server notice/popup – Proxmox VE



In this video, I explained how to disable the Proxmox subscription notice when you first login to the web interface.

Commands:
1.
cd /usr/share/javascript/proxmox-widget-toolkit/

2.
cp proxmoxlib.js proxmoxlib.js.bak

3.
nano proxmoxlib.js

4.
Find: Ext.Msg.show({
title: gettext(‘No valid subscription’),

Replace it with: void({
title: gettext(‘No valid subscription’),

5.
systemctl restart pveproxy.service

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button