How to restore default vnc settings qemu monitor?

rnicolaides

New Member
Oct 9, 2013
6
0
1
Hello,

in the qemu monitor I set:

Code:
change vnc localhost:150

to get vnc via external client working. That worked. But now I want to restore the default proxmox settings, like:

Code:
# info vnc
Server:
     address: localhost:/var/run/qemu-server/970.vnc
        auth: vencrypt+x509+plain
Client: none

A line like


Code:
change vnc localhost:/var/run/qemu-server/970.vnc auth:vencrypt+x509+plain

didn´t work. And i did not find any configuration file in /etc/pve for that.

Could you please point me to the right direction?

Thank you.
 
Ok, after thinking and searching a lot, right after posting this, I found the solution simply by

Code:
ps wxau | grep kvm

And there searching for "vnc"


The right command in qemu monitor to do this, is:

Code:
change vnc unix:/var/run/qemu-server/970.vnc,x509,password
 
Last edited: