WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Resources
    • Nested Virtualization
  • VMware Nostalgia
  • Apple
You are here: Home / Automation / Standalone VMRC (VM Remote Console) re-introduced in vSphere 5.5 Update 2b

Standalone VMRC (VM Remote Console) re-introduced in vSphere 5.5 Update 2b

10.10.2014 by William Lam // 53 Comments

The VMRC (VM Remote Console) has gone through several transitions from initially being available as a standalone Windows application to an integrated browser based plugin with the release of the vSphere Web Client. In the latest vSphere 5.5 Update 2b release, a new standalone VMRC has been re-introduced to provide an alternative way to launch a VM console. The reason for this is due to the deprecated and eventual removal of NPAPI (Netscape Plugin Application Programming Interface) based plugin support from all modern web browsers which the current VMRC implementation leverages. Here is a quick excerpt from the vSphere 5.5 Update 2b release notes:

Inability to open virtual machine console using Google Chrome browser when NPAPI support is deprecated
When the NPAPI support in Google Chrome is deprecated, the virtual machine console provided in the vSphere Client Integration Plugin might no longer function when the Chrome browser is updated. As a result, you might be unable to open the virtual machine console using the Google Chrome browser and you might not be able to connect to devices.

UPDATE (10/21/14) - Looks like the standalone VMRC has just been made available and you can now download it by either following the link in the vSphere Web Client if you are on vSphere 5.5 Update 2b OR simply by going to http://www.vmware.com/go/download-vmrc

UPDATE (10/12/14) - It looks like the standalone VMRC is currently not available for download just yet. You can continue using the existing methods to connect to your VM Console, the new Standalone VMRC is NOT required but the links have been put in place to proactively get ready for NPAPI deprecation (more details below). You can subscribe to VMware KB 2091284 which will be updated when the download is available.

UPDATE (05/31/15) - If you are connecting directly to an ESXi host you can either use the vSphere API to query for the VM MoRef ID or you can easily pull it by running the following command directly in the ESXi Shell:

vim-cmd vmsvc/getallvms

The deprecation of NPAPI support is nothing new and has actually been communicated by all major web browsers for quite some time now. To ensure that VMware customers are not affected when this change goes into effect, a new standalone VMRC is being introduced to preempt the upcoming change and provides a new way of  launching a VM console using the vSphere Web Client as seen in the screenshot below.

vmrc
To be able to open a VM Console using the new standalone VMRC, you will of course need to have it installed first. You can find the link to the download on VMware.com but there is also a direct link provided on the VM Summary page in the vSphere Web Client. In addition to the new standalone VMRC, you will still be able to use the existing method as well as the HTML5 based VM console. The HTML5 console continues to work if you do not have CIP (Client Integration Package) installed on your Windows system or if you are running on a Mac OS X system. I am sure many of you are probably asking when will there be Mac OS X version of VMRC? I know I definitely am 🙂 The good news is that this is being worked on and hopefully we will see a Mac OS X version in the very near future.

Furthermore, the new standalone VMRC also includes some nice enhancements that I know some of you have been asking for, especially those that have used the previous standalone VMRC application. The new VMRC can now be directly launched using the following two URI methods:

vmrc://[USERNAME]@[VC]/?moid=[VM-MOREF-ID]
vmrc://clone:[VC-TICKET]@[VC]/?moid=[VM-MOREF-ID]

Here is a screenshot of the standalone VMRC application:

vmrc-0
The first method accepts basic authentication using username/password, the vCenter Server address and the VM MoRef Id. Here is an example of what that would look like:

C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe vmrc://*protected email*/?moid=vm-37

The second method accepts a vCenter Server session ticket which you can generate by using vSphere API acquireCloneTicket() method. A quick way to test this example is by using the vSphere MOB and making a call to acquireCloneTicket using the following URL https://[VCENTER-SERVER]/mob/?moid=SessionManager&method=acquireCloneTicket and then specifying the ticket as seen in the example below.

C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe vmrc://clone:*protected email*/?moid=vm-37

With the new URI handler, you can automatically associate it with the standalone VMRC application which means you can type this into a browser or into a Windows explorer and it will automatically launch VMRC. The other nice thing about the new standalone VMRC is if you would like to reduce the complexity of getting a regular use connected to their desktop, you can easily use the standalone VMRC and dynamically generating a link for your end users to access their VMs without ever exposing them to the underlying vSphere infrastructure. I suspect there will be some really interesting use cases for the new standalone VMRC and the VMRC team will continue to iterate to make it better based on customer feedback.

More from my site

  • Blocking vSphere HTML5 VM Console and allowing only Standalone VM Remote Console (VMRC)?
  • How to audit vSphere Standalone VMRC or HTML5 VMRC connections?
  • How to restrict access to both the Standalone VMRC & HTML5 VM Console?
  • How to forcefully disconnect a vSphere VM Console session?
  • HTML5 console now defaults to HTTPS/WSS in vSphere 5.5 Update 2

Categories // Automation, VMRC, vSphere 5.5, vSphere Web Client Tags // HTML5, vm console, vmrc, vSphere

Comments

  1. *protectedAndreas Paulsson says

    10/11/2014 at 12:51 pm

    Cool solution! It would be cool if this could be tunneled somehow..

    Reply
  2. *protectedSimon Handfield says

    10/13/2014 at 12:09 am

    Great article, William, thanks. (BTW the link to the KB is broken.)

    Reply
    • William Lam says

      10/13/2014 at 1:35 am

      Fixed! Thanks

      Reply
  3. *protectedJay Yeske says

    10/17/2014 at 1:14 pm

    It looks like the direct link to VMRC (http://www.vmware.com/go/download-vmrc) is dead again this morning. It worked last night, but this morning it redirected to the KB article.

    Reply
    • William Lam says

      10/17/2014 at 1:16 pm

      Yea, I was told it was supposed to get published last night but I'm still having troubles reaching it as well. I would probably give it a few more days. I'll update the blog post when it's really working. Sorry for the delay

      Reply
  4. *protectedTotie Bash says

    10/30/2014 at 6:37 am

    I was thinking Linux VDI on a small scale. Of course no sound.

    Reply
  5. *protectedDave R. says

    11/12/2014 at 6:57 pm

    About the timeframe of the vmrc for Mac OSX, do you have any insight of how soon? This year, spring 2015, Q4 2015, this decade? Also do you know if there is a beta program for it? Its very frustrating to hear OSX console support will be in the next release for vSphere, only to have another product like vCAC released without console support.

    Reply
    • *protectedyitingjin says

      02/04/2015 at 2:17 am

      Hi Dave, we're targeting a 2015 release for VMRC for Mac. It won't have a formal beta program, but we'll let you know as soon as it is released on http://www.vmware.com/go/download-vmrc.

      vCAC will be released with console support, but in a slightly different way. It will be an HTML console that has more basic mouse-and-keyboard functionality.

      Reply
  6. *protectedQonstrukt says

    11/24/2014 at 1:32 pm

    VMWare Fusion 7 Pro for Mac is actually able to open the VMRC links, you can even connect directly to VCenter or an ESXi instance from Fusion Pro nowadays! I had no idea, and only accidentally ran into this feature when reconsidering which VM solution to use for Windows Phone development.

    Reply
  7. *protectedSebastian S says

    12/23/2014 at 8:17 am

    Hey, thanks for the Informations....

    This URL works:

    "C:\Program Files\VMware\VMware Remote Console\vmrc.exe" vmrc://[email protected]/?moid=5

    But i have to type in the VM password, is there any posibillty to do this step atomatically?

    I know the way by using the vmware-vmrc.exe ....

    "C:\Program Files\Common Files\VMware\VMware VMRC Plug-in\Firefox\vmware-vmrc.exe" -X -h Host -u User -p Password "[datastore1] VM/VM.vmx"

    But we have to use the remote console.

    Kind Regards.

    Reply
    • William Lam says

      12/23/2014 at 4:49 pm

      I'm not sure what you mean by "automatically"? You have to authenticate either via traditional username/password or you have a script/service that uses the vSphere API to acquire a token that's then passed in. The latter method as mentioned in the article is a way on how you could "automate" this so you can provide it to your end users. Please take a look at the article for more details

      Reply
      • *protectedChuong says

        03/10/2015 at 8:27 pm

        I'm running in the same situation too. I stored the credential in the xml file. In my powershell script, I load my credential object but when running the vmrc.exe command, how can I pass the password in the commandline?
        Thanks.

        Chuong

        Reply
        • *protectedV says

          12/02/2016 at 2:19 am

          passing a password as a command line parameter is a dangerous technique, any user checking the task manager would see the parameters and thus the password provided in clear text. never ever do it like this!!

          Reply
  8. *protectedaaron tomosky (@aarontomosky) says

    12/23/2014 at 10:18 pm

    This is working great! if they added the ability to pass through domain creds of the current user (like the web interface of vsphere) it would be perfect for my use case of VMs for some of my users.

    Reply
  9. *protectedRudolf says

    12/29/2014 at 12:16 pm

    Hello,
    i have now installed the ESXI Version 5.5, how i can use the new vmrc Version to connect

    bevor 5.5 i use the old VMRC
    vmware-vmrc.exe” -h Host -u User -p Password “[datastore1] VM/VM.vmx”

    Kind Regards,

    Reply
  10. *protectedwotann07 says

    03/31/2015 at 2:42 pm

    Hi William,

    I've been looking all over for the URI methods you posted in their very messy documentation centre to no avail. Could you kindly post a link to where you got that information.

    Thanks!

    Reply
    • William Lam says

      04/01/2015 at 1:49 am

      I believe I got this by just running --help on the vmrc.exe which provides the help menu.

      Reply
  11. *protectedIngo Dengler says

    04/17/2015 at 10:40 am

    Hello William,

    thanks for the great article.
    Did you get multi monitor support working? We have setup a VM that has enough video memory and set the amount of avialable displays to two. If we use the cycle monitor action in the vmrc client, we get following error:

    "This virtual machine cannot use multiple monitors for the following reasons:
    - The host's monitor layout has changed since the virtual machine was powered on. You must power the virtual machine off and back on to use multiple monitors in Full Screen mode.
    Please see VMware Player Help for more information"

    Any ideas, on how to solve this. Of cource we rebooted the machine several times...

    Best regards,
    Ingo

    Reply
    • *protectedChristian Koehler says

      06/11/2015 at 11:34 am

      Hello Ingo.
      Have You solved the mulit-monitor problem?
      We also tried to get it work, but no success.
      Christian.

      Reply
    • *protectedKraig Whiting says

      06/30/2015 at 7:54 pm

      I am having the same problem.

      Reply
    • *protectedFrank says

      07/14/2015 at 8:32 am

      I have the same problem!
      Anyone have solved this "error"

      Reply
  12. *protectedvin says

    05/03/2015 at 7:16 am

    Good morning, I am a newbees in VM. I have installed ESXi in my HP54L micro server for running VM Linux and W. The version that I have installed is version 5.5.0 Build 1746018 for ESXi. So could you tell me if with this one I can connect to VM in HTML5 ? If yes, which tuto shall I follow ? Thanks for your help.

    Reply
  13. *protectedJason Kyzer says

    05/22/2015 at 3:47 pm

    function start-vmrc ($vm)
    {
    $si=get-view serviceinstance
    $sm=get-view $si.content.sessionmanager
    $ticket=$sm.acquirecloneticket()
    $vmid=($vm|get-view).moref.value
    $vc=$vm.uid.substring($vm.uid.indexof("@")+1,$vm.uid.indexof(":")-$vm.uid.indexof("@")-1)
    & 'C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe' "vmrc://clone:$($ticket)@$($vc)/?moid=$($vmid)"
    }

    Reply
  14. *protectedmaddy says

    06/14/2015 at 10:01 am

    HI william,

    can u provide the current download link for the vmrc ? i couldnt access the link specified..

    Reply
  15. *protectedVin says

    06/14/2015 at 10:07 am

    Hi i posted a question on the 3rd of May could you help me ?
    Regards

    Reply
  16. *protectedmaddy says

    07/02/2015 at 3:25 pm

    Hi William,

    I want to open vcloud director console..is it possible to use the stand alone vmrc for vcloud director console ?

    Reply
    • William Lam says

      07/02/2015 at 3:33 pm

      Hi Maddy,

      No, it is currently not possible but I believe this something VMRC team is considering

      Reply
  17. *protectedScriptacle says

    07/17/2015 at 2:44 pm

    Nice blog; lots of help as always 🙂 One question though is since the VMID (VM MoRef Id) is dynamic (changes with vMotion, reset VM etc, how are we assuring the URL remains constant? My customer needs console access and I am still hesitant to use standalone VMRC with VM MoRef Id method because I fear the VMID will change and break my URL. Before I try and script something as a workaround, can someone please share what are you currently doing to avoid this issue from happening? Or has anyone faced this yet? Thanks a bunch in advance 🙂

    Reply
  18. *protectedScriptacle says

    07/17/2015 at 2:54 pm

    William, you answered my question long before I posted it! Like many time-travel movies 🙂 I see that the ESXi host MoRef of a VM may change however, VCenter MoRef for VMs do not. I found your post here (http://www.virtuallyghetto.com/2011/11/when-do-vsphere-morefs-change.html) which answered my question 🙂 Present thanks for a past deed! Cheers....

    Reply
  19. *protectedwitawat says

    10/31/2015 at 9:29 pm

    hello,

    how to limit permissions on vmrc ?

    Reply
  20. *protectedV S says

    02/09/2016 at 6:44 am

    Hello.
    Is it possible to use VMRC without VC?
    F.e., in free VMware edition.

    Reply
  21. *protectedVladimir says

    02/09/2016 at 6:52 am

    P.S.
    After spectating, at esxi in connections table I saw VMRC's clients addresses, and maked conclusion that vcenter didn't need after connection established. (mybe I should shutdown vcenter in full test to confirm my thoughts)
    TY

    Reply
  22. *protectedJesse Hu says

    04/25/2016 at 2:33 am

    I used vmrc://clone:[VC-CLONE-SESSION-TICKET]@[VC]/?moid=[VM-MOREF-ID] to launch VMRC app. But VMRC still prompt me to enter the username/password for vCenter. Is it expected? I thought CLONE-SESSION-TICKET is for login, then no username/password is needed.

    Reply
    • *protectedJesse Hu says

      04/25/2016 at 7:25 pm

      The vmrc url works today. No idea why it didn't work yesterday... Thanks.

      Reply
    • *protectedChris Q. says

      05/19/2016 at 11:44 am

      The clone session ticket is for a single use and expires within two minutes. Is it possible the ticket was stale? If the clone ticket fails VMRC will fall back and prompt you for a username/password.

      Reply
  23. *protectedJeff Gover says

    05/05/2016 at 3:24 pm

    Hi,
    Is there any way to get this to work in vSphere 5.1?
    https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2091284
    I've tried but I get the error.
    "The remote virtual machine [###] cannot on host:443 cannot be opened
    [tried both ESXi host direct and vCenter using proper credentials]
    Thanks
    Jeff

    Reply
  24. *protectedjeff mcdermott says

    05/09/2016 at 10:24 am

    hello,
    I'm using vmrc on v6u2 but my function keys do not pass (F2, F11 ) both required to install / manage esxi on a vm so what is the trick to get f2/f11 to pass from my windows desktop to vmrc? I've tried i.e.11, chrome, Mozilla but none using vmrc 8.01 & I tried repairing vmrc via reinstall but I cannot get f2 / f11 to pass from my desktop to the vm.

    Reply
  25. *protectedBeej says

    06/23/2016 at 12:42 pm

    thanks to this post and other googles, i've discovered

    **where desirable** we can avoid vCenter entirely and launch VMware Workstation UI directly to an ESXi VM console via:

    vmrc://userid:password@ESXi_host_ip/?moid=5

    -OR-

    "C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe" -H ESXi_host_ip -U userid -P password -m 5

    where fortunately we can provide a simple VMID in place of the vCenter moid...
    get a list of your VMID's from ESXi admin shell via:

    vim-cmd vmsvc/getallvms

    see a few other handy vmware.exe CLI args by launching "path\vmware.exe -?"... notably, -m is not listed:

    ---------------------------
    VMware Workstation
    ---------------------------
    Usage: vmware [OPTION ...] [--] [configuration file(s)]
    where OPTIONS are:
    -v Show program version
    -x Power on when a virtual machine is opened
    -X Same as -x but also go into full screen mode
    -p Start the virtual machine paused
    -q Close virtual machine at power off
    -s NAME=VALUE Set variable NAME to VALUE
    -n Open a new window
    -f Start in full screen mode

    Console connection:
    -H hostname Host
    -U username User name
    -P password Password for remote connections

    Reply
  26. *protectedBeej says

    06/23/2016 at 12:47 pm

    correction: that must be a capital -M

    Reply
  27. *protectedBeej says

    06/23/2016 at 2:31 pm

    also just confirmed that [VMRC.exe available free](https://www.vmware.com/go/download-vmrc) also works with same arguments... they both appear to launch vmware-remotemks.exe, presumably the core workhorse... brief observations shows vmrc.exe has a slightly smaller memory footprint than vmware.exe (Workstation) but nothing significant.

    Reply
    • *protectedFred Nielsen says

      08/31/2016 at 4:09 am

      thanks for this!

      Reply
  28. *protectedBeej says

    06/23/2016 at 2:39 pm

    apparently the VMRC install is not side-by-side friendly with other clients (e.g. vSphere Client and VMware Workstation) failing with a "Failed to install hcmon driver" error... KB 2130850 confirms as much... yet i found once it's installed somewhere else, i could copy the resulting "Program Files (x86)\VMware\VMware Remote Console" folder to desired machine and it ran happily alongside those other tools... so it is just the install which is incompatible, not the vmrc runtime itself.

    Reply
  29. *protectedChris Q. says

    06/30/2016 at 3:29 pm

    Re HCMON conflict: This VMware Communities thread discusses the issue: https://communities.vmware.com/thread/517717 . One solution is to run the installer with admin privileges. There are also several HCMON KBs for VMRC and other products. This is an issue with Workstation 11 and earlier--it installs cleanly alongside Workstation 12.

    Reply
    • *protectedBeej says

      08/11/2016 at 6:43 pm

      awesome, run installer as admin avoided the hcmon issue - thanks!

      Reply
  30. *protectedSada says

    09/21/2016 at 8:40 am

    Hi,
    Is there a way to launch the VMRC standalone without enabling the manage settings menu. We just need to expose ISO mount menu . Is it possible to do it

    Reply
    • *protectedChris Q. says

      12/05/2016 at 4:27 pm

      There is no launch-time option. Any permissions would need to be configured on the server.

      Reply
  31. *protectedPersonalCheeses says

    09/09/2017 at 2:02 pm

    Great post -- very helpful -- thanks!

    I'm trying to get this working in a non-vCenter environment -- just a few ESXi hosts running 6.0.0. I've got the MOIDs directly via SSH, and the app is successfully installed, but I keep getting a "connection timed out" message.

    Does this option REQUIRE the use of vCenter as an aggregator to work? Or am I perhaps missing something else?

    Thanks!
    PC

    Reply
  32. *protectedChris Q. says

    09/28/2017 at 10:42 am

    You don't need vCenter. What's the full "timed out" message? Is it a pop-up dialog? What kind of failures show up in the log file?

    Given MOIDs you can connect to ESXi 5 if you like. ESXi 6.1 (not sure how far back it goes) has its own web UI that generates vmrc:// links-- go to https://your_server/ui/.

    Some other things to look at on your local machine:
    o Check that you can resolve the host name to an IP address
    o Check access to ESXi on ports 443 and 902 (you can use telnet, netstat, nc, or the like)

    Reply
  33. *protectedJeff Gover says

    11/15/2017 at 1:39 pm

    Is this solution dead as it's no longer available for download.
    "Home VMware Remote Console 10.0.1
    Download Product
    This download is no longer available."
    Thanks
    Jeff

    Reply
    • William Lam says

      11/15/2017 at 2:05 pm

      No, its not dead at all. This was already reported, hopefully we'll get the URL fixed. I suspect it may have been due to some of the web property updates :/

      It looks like you can still access the download here https://my.vmware.com/group/vmware/get-download?downloadGroup=VMRC1001 but just not through the navigation. The respective folks have been notified to take a look

      Reply
    • *protectedYiting Jin says

      11/15/2017 at 5:36 pm

      Hey guys, the http://www.vmware.com/go/download-vmrc link has been fixed and now points to VMRC 10.0.1 again. Let us know if you run into any more issues!

      Reply
      • *protectedJeff Gover says

        11/16/2017 at 6:24 am

        Hi, Thanks for the quick reply, I just downloaded this morning with no issues.
        Jeff

        Reply
  34. *protectedPeterG says

    01/22/2018 at 1:35 am

    Hi William,
    I prolong this debate even into 2018 by finding that VM-ID can be read out straight from URL of ESXI host (v6.5) when you access it standalone (I don't have vCenter Server). Just select some VM, and see e.g. :
    https://10.253.61.132/ui/#/host/vms/13

    Anyway, great start of week to come across your great article on how to solve this, when I just got that thought of it 3 days ago and did not loose much time finding for solution!

    You and all have a peaceful year 2018!
    Peter

    Reply

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • Programmatically accessing the Broadcom Compatibility Guide (BCG) 05/06/2025
  • Quick Tip - Validating Broadcom Download Token  05/01/2025
  • Supported chipsets for the USB Network Native Driver for ESXi Fling 04/23/2025
  • vCenter Identity Federation with Authelia 04/16/2025
  • vCenter Server Identity Federation with Kanidm 04/10/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...