首先 cp /usr/bin/pvebanner /usr/bin/pvebanner.bak
然后
nano /usr/bin/pvebanner
修改下面这段内容
Welcome to the Proxmox Virtual Environment. Please use your web browser to
configure this server - connect to:
https://${localip}:8006/
修改完毕后,需要
systemctl restart pvebanner
然后
systemctl restart getty@tty1.service
既可以立即看到效果。