I have just added args: -vnc 0.0.0.0:50 to a VMs qm.conf, but it seems to have no effect. Is there a command I need to run to apply it?
it is showing in the config, but the server is not listening on port 5950 as expected:
and connections are refused.
Do I need to also run change vnc 0.0.0.0:50 in the vms monitor? The whole reason I am looking to do it this way in qm.conf is for persistence. The changes I send through monitor don't seem to stick even if the VMs are not rebooted, they timeout at some point.
Code:
root@pve:/etc/pve/local/qemu-server# qm config 114 --current
args: -vnc 0.0.0.0:50
it is showing in the config, but the server is not listening on port 5950 as expected:
Code:
root@pve:/etc/pve/local/qemu-server# ss -pln | grep 5950
root@pve:/etc/pve/local/qemu-server#
and connections are refused.
Do I need to also run change vnc 0.0.0.0:50 in the vms monitor? The whole reason I am looking to do it this way in qm.conf is for persistence. The changes I send through monitor don't seem to stick even if the VMs are not rebooted, they timeout at some point.