Looking for a simple way to access a VM from within a web page that opens the console in a new window.
I've managed to start a VM from within a PHP script and now want to create a link to access the virtual machine console. The link will be of the thumbnail of the VM which will be created after the VM is powered on.
NOTE: when I try to create the thumbnail of a powered down VM, the thumbnail is blank! Powering on the VM then creating the thumbnail, the image is also blank. How do I get this to work?
Anyone managed to get this scenario working, please share/help.