= 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!