Author Topic: [SOLVED] Where is the password for the virtual machines  (Read 1212 times)

fatbob

  • Zen Warrior
  • ***
  • Posts: 102
  • Karma: +1/-0
    • View Profile
[SOLVED] Where is the password for the virtual machines
« on: November 19, 2013, 08:44:10 pm »
Hi

I want to access my virtual machines running under the zentyal vm module using virt-manager. Virt-manager prompts for a password. This password is stored in a file somewhere and is specific to the vm. I have found it and used it before but stupidly didn't make a note. Can someone point me in the right direction please.

solved this my self about 2 seconds after asking it sorry

« Last Edit: November 19, 2013, 08:48:31 pm by fatbob »

fatbob

  • Zen Warrior
  • ***
  • Posts: 102
  • Karma: +1/-0
    • View Profile
Re: Where is the password for the virtual machines
« Reply #1 on: November 19, 2013, 08:47:44 pm »
Solved it. It's the vnc password here

/var/lib/zentyal/machines/<virtual machine name>/domain.xml

The valud of passwd In the graphics element of the xml
<graphics type='vnc' listen='0.0.0.0' port='5900' passwd='YOUR PASSWORD' keymap='en-gb'/>