เราจะแก้ไขไฟล์ proxmoxlib.js โดยตำแหน่งที่ตั้งของไฟล์ "/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js"
cd /usr/share/javascript/proxmox-widget-toolkit/
ทำการ สำรองไฟล์ ไฟล์ ไว้ก่อน
cp proxmoxlib.js proxmoxlib.js-bk
ทำการเปลี่ยนค่าจาก
Change the following:
if (res === null || res === undefined || !res || res
.data.status.toLowerCase() !== ‘active’) {
เป็น
if (false) {
save and exit
ทำการ Resstart service
#systemctl restart pveproxy
ทดสอบ Login เข้าใหม่ มันจะไม่แสดง หน้า Error No Valid Subscription