Vmrc Plugin Download
I have installed the VMware and the only option to log into the Virtual Machine is via the web interface. This way poses several uncomfortable moments:
- The 5.x VMware Remote Console (VMRC) contained browser plug-ins to create Web applications that connect to the guest OS console of virtual machines on vSphere. Sample Javascript code was based on NPAPI or ActiveX, both since deprecated. VMRC plug-ins are replaced by native Remote Console or Web.
- With vCenter Server 5.5 Update 2b and later, VMware has provided two new links in the VMware vSphere Web Client called Open with VMRC and Download VMRC.I n vCenter Server 6.0 the links are called Launch Remote Console and Download Remote Console.
- Downloading and Installing the standalone VMware Remote Console (VMRC) in vSphere 5.x and 6.0 (2091284) Purpose As a result of the upcoming deprecation of Netscape Plug-in API (NPAPI) support in Google Chrome, the virtual machine console provided in the vSphere Client Integration Plugin may no longer function when a Chrome browser is updated to.
Install the VMware Remote Console Plug-In for Internet Explorer. In the warning message, click Install plug-in. The File Download. You can use Internet Explorer to open VMware Remote Console to use the guest operating system of a virtual machine.
This a game made by a Brazilian and currently do this in Beta, is a kind of Minecraft with zombies, where your goal is to kill the zombies and get money to buy new weapons. The game can be played in single player or multi-player. Multi-player Surely is the best in the game, you will need to have good communication with the other players and you will have to work together to get next level, like any good zombie game, the night is when the zombies get faster and becomes increasingly difficult. Some important information. You will find most of the items on the floor or on top of something. Zumbi blocks download 0.8.2.
- Need to enter the web-interface of VM infrastructure Web Access. As a part of the process, the browser tells me that the link (on localhost) is not trusted bla-bla-bla - need to 'proceed anyway'.
- Need to authenticate with login/pass.
- Need to open console from web-interface. The plugin that opens a console is an IE plugin only (neither Chrome, nor Firefox are supported).
- Finally, I am there and all is smooth and running.
All I am asking is kinda shortcut or at least a better way to reduce the 4 action items (described above) to 1 or 2. That would be terrific.
The screenshot might help:
slhck2 Answers
You can call the executable that is contained within this IE plugin directly from the command line. It opens up the VM window just as usual, but without the need to go through the browser or use another remote desktop solution. It's called vmware-vmrc.exe
Locating the vmrc
Exectuable
In order to do all that, you need to find the vmware-vmrc.exe
file.
If installed through IE, I guess it's in
Application DataVMware Remote Console (Web)
or something like that.If installed in Firefox, search the Firefox profile for the VMware extension. Never mind that it doesn't actually work in FF, you could also install the extension in Firefox 2.0 or something and then extract it from the profile folder there.
Once you have located the vmware-vmrc.exe
file, place it somewhere in your PATH. Either just add the IE plugin folder or copy it. Important: If you copy it, you need the whole contents of this folder (all dll
files and executables), not just the vmware-vmrc.exe
file.
I 7zipped the whole thing for you to download in case you can't find it. Can't promise though that it's the latest version that works on all systems.
Vmware Vmrc Plugin Download
Once you have it in the PATH, you can call it from anywhere without having to specify the full path.
Using vmrc
Call it like this:
Vmware Vmrc Plugin Download
-h 127.0.0.1
is the URL of your web interface, with the appropriate port. The neat thing is that this command also works over LAN and even over Internet, as long as the port is forwarded. That way you can access the virtual machines from outside.-u <user>
and-p <password>
are the credentials you use to login there'[standard] machinename/file.vmx'
specifies your virtual machine (see below for more info).
How to find out the name of your VM
'standard' is the name of the default container. The following two depend on the name of your virtual machine. It's the one you find under 'Target' in the web interface. The vmrun
documentation has an explanation of that on page 7.
In your case, it should be named something like '[standard] Ubuntu 64bit/somefile.vmx'
To find out the real name of the VM, you can run the following command
This will list all the VMs you have in the correct format for the above command to pass. In your case it will be something like '[standard] Ubuntu 64bit/something.vmx'
. The vmrun
should be somewhere in C:Program FilesVMwareVMware VIX
.
Automating everything
You could place the vmware-vmrc.exe
line in a .bat
file and then just call the batch file to avoid having to type this all manually. For example, you can create batch files for single virtual machines and put them on your Desktop. Then, just double click the files and the virtual machine window opens.
Run a remote desktop server on your virtual machines and access the VMs using these (VNC for Linux, Screen Sharing/VNC for Mac OS X, Remote Desktop for Windows).
Daniel Beck♦Daniel BeckNot the answer you're looking for? Browse other questions tagged virtual-machinevmware or ask your own question.
I have installed the VMware and the only option to log into the Virtual Machine is via the web interface. This way poses several uncomfortable moments:
- Need to enter the web-interface of VM infrastructure Web Access. As a part of the process, the browser tells me that the link (on localhost) is not trusted bla-bla-bla - need to 'proceed anyway'.
- Need to authenticate with login/pass.
- Need to open console from web-interface. The plugin that opens a console is an IE plugin only (neither Chrome, nor Firefox are supported).
- Finally, I am there and all is smooth and running.
All I am asking is kinda shortcut or at least a better way to reduce the 4 action items (described above) to 1 or 2. That would be terrific.
The screenshot might help:
slhck2 Answers
You can call the executable that is contained within this IE plugin directly from the command line. It opens up the VM window just as usual, but without the need to go through the browser or use another remote desktop solution. It's called vmware-vmrc.exe
Locating the vmrc
Exectuable
In order to do all that, you need to find the vmware-vmrc.exe
file.
If installed through IE, I guess it's in
Application DataVMware Remote Console (Web)
or something like that.If installed in Firefox, search the Firefox profile for the VMware extension. Never mind that it doesn't actually work in FF, you could also install the extension in Firefox 2.0 or something and then extract it from the profile folder there.
Once you have located the vmware-vmrc.exe
file, place it somewhere in your PATH. Either just add the IE plugin folder or copy it. Important: If you copy it, you need the whole contents of this folder (all dll
files and executables), not just the vmware-vmrc.exe
file.
Install Vmrc Plugin
I 7zipped the whole thing for you to download in case you can't find it. Can't promise though that it's the latest version that works on all systems.
Once you have it in the PATH, you can call it from anywhere without having to specify the full path.
Using vmrc
Call it like this:
-h 127.0.0.1
is the URL of your web interface, with the appropriate port. The neat thing is that this command also works over LAN and even over Internet, as long as the port is forwarded. That way you can access the virtual machines from outside.-u <user>
and-p <password>
are the credentials you use to login there'[standard] machinename/file.vmx'
specifies your virtual machine (see below for more info).
How to find out the name of your VM
'standard' is the name of the default container. The following two depend on the name of your virtual machine. It's the one you find under 'Target' in the web interface. The vmrun
documentation has an explanation of that on page 7.
In your case, it should be named something like '[standard] Ubuntu 64bit/somefile.vmx'
To find out the real name of the VM, you can run the following command
This will list all the VMs you have in the correct format for the above command to pass. In your case it will be something like '[standard] Ubuntu 64bit/something.vmx'
. The vmrun
should be somewhere in C:Program FilesVMwareVMware VIX
.
Automating everything
You could place the vmware-vmrc.exe
line in a .bat
file and then just call the batch file to avoid having to type this all manually. For example, you can create batch files for single virtual machines and put them on your Desktop. Then, just double click the files and the virtual machine window opens.
Vmrc Plugin Download Ie
Run a remote desktop server on your virtual machines and access the VMs using these (VNC for Linux, Screen Sharing/VNC for Mac OS X, Remote Desktop for Windows).
Daniel Beck♦Daniel Beck