VMware {code} Community
LuckyT
Contributor
Contributor

How to show VM console?

Hi All,

I want to show VM console to users, can yo u let me know how can i generate token and pass the token & show the VM Console? Also,could you share any sample web page if available to show the console.

Thanks

Reply
0 Kudos
3 Replies
rcporto
Leadership
Leadership

Check if helps: http://www.virtuallyghetto.com/2013/09/how-to-generate-pre-authenticated-html5.html

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
Reply
0 Kudos
LuckyT
Contributor
Contributor

Thanks.

Is there away to bypass vsphere-client? and directly launch the console using vmrc plugin? I want to show in my customized web page.

I'm retrieving ticket using below code. But i'm not sure how to pass this to vmrc plugin on the web page.

VirtualMachineTicket vmtic;

vmtic=vm.acquireTicket("mks");

vmtic.getTicket();

Note:

I'm not using vCloud.

Reply
0 Kudos
LuckyT
Contributor
Contributor

Can anyone help me to solve this?

Reply
0 Kudos