Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Log in with ssh to the flexVDI host where the guest is running. If you don't know where it is , you will have to log in each host, and run

# virsh dominfo MYGUEST

until you find the host where the guest called MYGUEST is running.


Then, perform the following actions:

Set the spice password of the guest with:

# virsh qemu-monitor-command MYGUEST --hmp set_password spice MYPASSWORD
# virsh qemu-monitor-command MYGUEST --hmp expire_password spice +300000


Get the port where the spice console is running:

# virsh domdisplay MYGUEST
spice://localhost:5902

In this example, it is running in port 5902

Now you can connect with

$ flexvdi-client spice://HOST_IP:HOST_PORT?password=MYPASSWORD

For instance
$ flexvdi-client spice://10.0.0.100:5902?password=MYPASSWORD


  • No labels