CentOS 6
Sponsored Link

SPICE Client - CentOS 62014/08/03

 
Connect to virtual machine that is started with SPICE. This example uses CentOS 6 for SPICE client.
[1] Install SPICE client.
[root@www ~]#
yum -y install spice-client

[2] Start X windows system and input command like follows to connect to a virtual machine.
[cent@www ~]$ spicec -h 10.0.0.30 -p 5900 -w password
# -h KVM Host machine's hostname or IP address
# -p destination Port
# -w SPICE password you set in XML-file

[3] Just connected.
SPICE Client - Windows
 
SPICE client for Windows is also provided, so it's possible to connect from Windows. This example uses Windows 7 (x64) for SPICE client.
[4] Download Virt-Viewer Installer from the site below.
http://www.spice-space.org/download.html
After installing and starting "Virt-Viewer", following screen is shown. Then, input "spice://server name(IP address:Port" in the URL field and click "Connect" button.
[5] SPICE password is required to input.
[6] Just connected.
Matched Content