I wanted to remove the subscription message when I log in to this article
I returned the file proxmoxlib.js from the backup, restarted the service, and tried to restart the server, but the web interface is still not displayed.
Tell me how to return the web interface?
- Change to working directory
cd /usr/share/javascript/proxmox-widget-toolkit - Make backup of file
cp proxmoxlib.js proxmoxlib.js.bak - Edit the file
nano proxmoxlib.js - Locate this line of code inside the file (use ctrl+w in nano)
if (data.status !== 'Active') { - Replace it with this
if (false) { - Restart the Proxmox service (also be sure to clear your browser cache)
systemctl restart pveproxy.service
I returned the file proxmoxlib.js from the backup, restarted the service, and tried to restart the server, but the web interface is still not displayed.
Tell me how to return the web interface?