Differences between revisions 1 and 2
Revision 1 as of 2017-10-19 21:47:51
Size: 537
Editor: shran
Comment:
Revision 2 as of 2017-10-19 22:35:11
Size: 665
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

== VNC ==
Install the client.

{{{
# apt-get install xtightvncviewer
}}}

Connect to the Domain
{{{
$ vncviewer 192.168.1.33
}}}
Line 17: Line 29:
== VNC ==
Install the client.
== Spice Using TLS ==
Line 20: Line 31:
{{{
# apt-get install xtightvncviewer
}}}
One major reason to pick spice over vnc is the option to run spice on TLS.
Line 24: Line 33:
Connect to the Domain
{{{
$ vncviewer 192.168.1.33
}}}
FIXME, describe this!

Domain Console

Once a domain is running, it is possible to connect to the domains console. This can be done using spice or vnc. Spice is preferred since it does not close the session when the KVM Guest changes screen resolution.

VNC

Install the client.

# apt-get install xtightvncviewer

Connect to the Domain

$ vncviewer 192.168.1.33

Spice

Install the client.

# apt-get install virt-viewer

Connect to the Domain

$ remote-viewer spice://192.168.1.33:5900

Spice Using TLS

One major reason to pick spice over vnc is the option to run spice on TLS.

FIXME, describe this!

None: Domain Console (last edited 2017-11-11 20:13:54 by shran)