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:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!