LoginSignup
2
3

More than 5 years have passed since last update.

Proxmox VE ログイン時に「No valid subscription」を表示させないようにする

Posted at

[概要]

Proxmox VEを使っているとログイン時に毎回下記のような警告が表示されます。
サブスクリプションが有効じゃないから確認してね! って感じに毎回でうのがうざいので、非表示にする方法をまとめます。
proxmox_-_Proxmox_Virtual_Environment

[事前準備]

[作業内容]

該当ファイルをバックアップ

root@proxmox:~# cp /usr/share/pve-manager/ext6/pvemanagerlib.js{,.bk}

sedファイルで置換

root@proxmox:/usr/share/pve-manager/ext6# sed -i "s/data.status !== 'Active'/false/g" /usr/share/pve-manager/ext6/pvemanagerlib.js

[事後確認・作業]

特に再起動とかは不要です。Web管理画面にアクセスすれば消えているはず! :thumbsup:

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3