xcpconsole
GTK+ XCP/Citrix Xen VNC console for Linux
This tool is created for quick and easy accessing VNC consoles of XCP virtual machines.
Tool doesn't provide any management interface so the only thing it can do - display VNC screens.
To make it possible you have to create SSH tunnel to XCP host:
http://wiki.xen.org/wiki/Xen_Cloud_Platform:_Access_to_VM_console
You need installed pkg-config, libgtk2.0-dev and libcurl with libssh
To build this tool you need just unpack archive, cd to that dir and do make
WARNING:
The code is badly...