Differences between revisions 2 and 3
Revision 2 as of 2017-10-19 22:35:11
Size: 665
Editor: shran
Comment:
Revision 3 as of 2017-11-11 20:13:54
Size: 657
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
# apt-get install xtightvncviewer apt-get install xtightvncviewer
Line 14: Line 14:
$ vncviewer 192.168.1.33 vncviewer 192.168.1.33
Line 21: Line 21:
# apt-get install virt-viewer apt-get install virt-viewer
Line 26: Line 26:
$ remote-viewer spice://192.168.1.33:5900 remote-viewer spice://192.168.1.33:5900

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)