VMware Cloud Community
WSNHosting
Contributor
Contributor

how to limit premission vmrc on mob acquireCloneTicket

hello

now i write php connectd mob acquireCloneTicket for connect vmrc is work

but i can't limit permission vmrc for user can't edit vm client

i need limit permission poweron - off and reboot only on vmrc

thankyou

Tags (2)
0 Kudos
1 Reply
CQuartetti
Hot Shot
Hot Shot

This isn't supported directly. However you can use new functionality in VMRC 8.0 added to support vRealize Automation and launch an MKS-only session. It's easy if you have a recent version of ESX--at the command line:

  1. Get the MKS ticket for a VM given its MOID: vim-cmd vmsvc/acquireticket <moid> mks
  2. In addition to the ticket, ESX will create an almost-ready-to-use vmrc:// URL which also contains the SSL thumbprint. All you need to do is replace "localhost" with your actual host and send the URL to VMRC.

The general format of the URL is

vmrc://<server><:port>/?mksticket=<the MKS ticket>&thumbprint=<the thumbprint>&path=<the MKS verification path>

0 Kudos