Loading...

We've detected that your browser language is Chinese. Would you like to visit our Chinese website? [ Dismiss ]
By: Emma

What Is the VMware Remote Console

Managing virtual machines effectively requires more than a browser-based view. While the vSphere web client handles quick tasks well, it lacks the hardware-level integration needed for serious administrative work. That’s where VMware Remote Console (VMRC) comes in.

VMRC is a standalone desktop application that connects directly to vSphere hosts and opens a dedicated console window for each VM. Unlike the web-based console, it lets you perform guest OS operations, adjust hardware settings, and monitor VM status in real time.

Whether you’re troubleshooting a boot failure or installing an OS from a local ISO, VMRC maintains a stable, high-performance connection even when the VM has no network access. It is also a free product that requires no license key. All you need is valid credentials for your VMware environment.

In this guide, you will learn:

  • How to download and install VMRC on Windows, Linux, and macOS
  • How to connect to VMs, mount local devices, and manage display settings in VMRC
  • Essential keyboard shortcuts for navigating and exiting the console
  • Advanced features like USB redirection and VM performance monitoring

How to Download and Install VMRC (Windows, Linux, macOS)

Before you start, make sure you have a registered account on the Broadcom Support Portal. The application is free, but a login is required to access the installation files.

Note: The steps below are based on VMRC 12.0 documentation. If you are installing a newer version, the process should be largely the same, but check the release notes for any changes.

Download and Install VMRC on Windows

The Windows version is the most widely used by administrators and offers the fullest hardware management capabilities.

  1. Log in to the Broadcom Support Portal at support.broadcom.com.
  2. Navigate to VMware vSphere > 8.0 > Drivers & Tools.search for vsphere and select VMware vSphere
  3. Locate VMware Remote Console, click > to expand the releases, and download the ZIP file for Windows.download vmware remote console
  4. Decompress the ZIP file to a temporary directory and run the installation wizard.
  5. Click Next to begin.
  6. Read and accept the license agreement, then click Next.
  7. Specify your preferred installation directory and click Next.
  8. Select whether to check for product updates and whether to join the Customer Experience Improvement Program (CEIP), then click Next.
  9. Click Install to complete the setup.

Download and Install VMRC on Linux

The Linux version is distributed as a .bundle file and supports both GUI and command-line installation modes, making it flexible for different environments.

  1. Log in to the Broadcom Support Portal at support.broadcom.com.
  2. Navigate to VMware vSphere > 8.0 > Drivers & Tools.
  3. Locate VMware Remote Console, click > to expand the releases, and download the bundle file for Linux.
  4. Switch to the root user: sudo su -
  5. If necessary, grant execute permissions to the bundle file: chmod +x VMware-Remote-Console-version-build.x86_64.bundle
  6. Run the installation package: ./VMware-Remote-Console-version-build.x86_64.bundle
  7. Follow the prompts to accept the license agreement, select update preferences, and choose whether to join CEIP.
Note: To force command-line mode instead of the GUI installer, add the --console flag when running the bundle.

Download and Install VMRC on macOS

The macOS version is the simplest to set up. It is distributed through the Apple App Store, so no portal login or manual file download is needed.

  1. Open the App Store on your Mac.
  2. Search for VMware Remote Console.
  3. Click Get to download and install the app.

Silent Installation for Enterprise Deployment

For IT teams deploying VMRC across a large number of workstations, manual installation is not practical. You can use command-line flags to install the Windows version silently via tools like Microsoft Endpoint Configuration Manager (MECM).

Use the following command:

VMware-Remote-Console-xxxx.exe /s /v"/qn EULAS_AGREED=1"

  • /s — runs the outer installer in silent mode
  • /v"/qn" — passes parameters to the underlying MSI to suppress any UI
  • EULAS_AGREED=1 — automatically accepts the end-user license agreement
Note: Close any other VMware products before running a silent deployment to avoid file-in-use conflicts.

How to Connect to a VM Using VMRC

Once installed, VMRC does not work like a typical desktop app you open from a shortcut. It acts as a helper application triggered by your browser when you initiate a console session from the vSphere Client or VMware Host Client.

Launching from the vSphere Client or Host Client

From the vSphere Client (vCenter):

  1. Log in to the vSphere Client and select the target virtual machine.
  2. Click the Summary tab.
  3. Click Launch Remote Console.

From the VMware Host Client (direct ESXi access):

  1. Log in to the VMware Host Client and select the target virtual machine.
  2. Select Console > Launch remote console.

Once connected, click the VM screen to transfer mouse and keyboard input to the virtual machine. To release control back to your local machine, press Ctrl+Alt (Windows/Linux) or Ctrl+Command (macOS).

Connecting via ESXi vs. vCenter

You can reach a VM through two different entry points depending on your situation.

Connecting through vCenter gives you centralized permissions and a single login for all VMs across your environment. If vCenter is down or under maintenance, you can connect directly to a specific ESXi host by navigating to its IP address in a browser. This direct path is especially useful for emergency troubleshooting when the management layer is unavailable.

Launching via URI or Command Line

Advanced users can launch VMRC directly using the vmrc:// URI scheme, which is useful for creating shortcuts to frequently used VMs or building automation scripts. The syntax is:

vmrc://[user]@[host]/?moid=[vm-id]

For example: vmrc.exe vmrc://root@192.168.1.10/?moid=2

  • moid is the Managed Object ID of the VM. You can find it by running vim-cmd vmsvc/getallvms on the ESXi host, or by using PowerCLI: (Get-VM -Name "<vm_name>").ExtensionData.moref.value

Mounting Local ISO or USB Devices

One key advantage of VMRC over the web console is local device redirection.

To mount a local ISO file:

  • Go to VMRC > Removable Devices > CD/DVD Drive 1 > Connect to Disk Image File (iso).
  • Browse to the ISO file on your local machine.

To connect a USB device:

  • On Windows: go to VMRC > Removable Devices, select the device, and click Connect (Disconnect from Host).
  • On macOS: go to Virtual Machine > USB & Bluetooth > USB & Bluetooth Settings, then select the device under Connect USB devices from your Mac.
  • On Linux: go to Virtual Machine > Removable Devices, select the device, and click Connect (Disconnect from Host).

When connected, a checkmark appears next to the device name and a device icon appears in the VM taskbar.

Adjusting Display and Full-Screen

VMRC adjusts the VM display when you resize the console window, but this requires VMware Tools to be installed and up to date in the guest OS.

  • To enter or exit full-screen mode, press Ctrl+Alt+Enter.
  • To configure how the display adjusts when you resize the window, go to the preferences menu:
    • On Windows: VMRC > Preferences
    • On macOS: VMware Remote Console > Settings
    • On Linux: File > Remote Console Preferences
  • Under VM Window Resize, choose your preferred behavior — stretch, fit, or no adjustment.

How to Exit from VMRC

Beginners often feel “trapped” inside a VM window when the mouse disappears or keyboard shortcuts behave unexpectedly. Here is what you need to know to navigate in and out of VMRC confidently.

Release Mouse and Keyboard Focus

When you click inside the VMRC window, it captures your mouse and keyboard input so the VM receives every keystroke.

  • To return control to your host machine, press Ctrl+Alt (Windows/Linux) or Ctrl+Command (macOS).
  • Your cursor will reappear outside the VM window, and you can switch back to other applications normally.

Toggle Full-Screen Mode

If you are in full-screen mode and the menu bar is hidden, the window can feel inescapable.

  • Press Ctrl+Alt+Enter to switch between full-screen and windowed mode instantly.
  • This also works as a quick way to get back to your host desktop without closing the console.

Sending Ctrl+Alt+Del to the VM

Pressing Ctrl+Alt+Del on your physical keyboard will trigger the security menu on your host OS, not the VM. This is one of the most common beginner mistakes.

  • To send the command to the VM instead, use the VMRC menu: VMRC > Send Ctrl+Alt+Del.
  • Alternatively, Ctrl+Alt+Insert works as a substitute that the VM recognizes as the same command.

Closing the Window vs. Powering Off

Clicking the X on the VMRC window does not shut down the VM.

  • Disconnecting closes your console session only. The VM keeps running on the ESXi host in the background.
  • Powering off actually stops the VM. To do this, use the power icons in the VMRC toolbar or go to VMRC > Power > Shut Down Guest.

This is a common point of confusion for new users — always double-check which action you intend to take.

Tip: If Ctrl+Alt fails to release the mouse, try Ctrl+Alt+F on Linux hosts. You can also customize the key release shortcut in VMRC settings if the default conflicts with another application.

VMware Remote Console Advanced Features

Beyond basic console access, VMRC includes several features that make it a practical tool for day-to-day VM management — from installing drivers to hardware changes and performance troubleshooting.

Installing VMware Tools

VMware Tools is a suite of drivers and utilities that improves VM performance and enables features like mouse synchronization and automatic display resizing. If you see a notification that Tools are missing or out of date, you can start the installation directly from VMRC.

  • On Windows: Go to VMRC > Manage > Install VMware Tools.
  • On Linux: Go to Virtual Machine > Install VMware Tools.

This mounts a virtual ISO to the guest OS. You then need to log in to the VM and run the installer from the virtual disc drive to complete the process.

Note: If VMware Tools is already installed, the menu item changes to Reinstall VMware Tools or Update VMware Tools depending on the version detected.

Modifying VM Hardware Settings

Unlike the standard web console, VMRC lets you open the VM’s hardware settings without leaving the console window.

Go to VMRC > Manage > Virtual Machine Settings to adjust CPU allocation, memory, or storage. Some changes require the VM to be powered off first, but many configurations support hot-add and can be applied while the VM is running.

Using VMRC Inside Veeam ONE

For administrators using Veeam ONE for monitoring, VMRC is available directly from the Veeam ONE Client interface. To launch it, right-click the target VM in the inventory pane and select Open Console.

From within the console, you can isolate the root cause of VM performance problems and perform management tasks such as restarting an unresponsive VM. No additional software is required on the Veeam ONE server, and the feature supports both Windows-based and Linux-based guest operating systems.

Scripting and Automation with the vmrc:// URI

Thevmrc:// URI scheme allows you to launch a specific VM console directly from a command line, script, or browser link. This is useful for creating desktop shortcuts to frequently used VMs or embedding console links in internal documentation and helpdesk tickets.

The syntax is: vmrc://[user]@[host]/?moid=[vm-id]

For example, a senior admin can send a technician a direct link that opens exactly the right VM console, without the technician needing to navigate through vCenter manually.

VMRC vs. Web Console vs. RDP, Which Should You Use

Choosing the right tool depends on what you are trying to do. All three give you access to a VM, but they operate at very different levels.

Feature VMRC Web Console (HTML5) RDP / SSH
Access Level Hypervisor / Hardware Level Hypervisor / Hardware Level OS / Network Level
VM Network Required No No Yes
Works During OS Crash Yes Yes No
Software Required Local app install Modern browser only Built-in OS client
BIOS / Boot Access Yes Yes No
Local ISO/USB Mounting Yes Limited No
Multi-Window Support Yes No Yes
Performance Good Moderate Best

When to Use VMRC

VMRC is the right choice for setup, maintenance, and recovery tasks. Because it communicates directly with the ESXi host, you can use it to fix a broken network configuration, access the BIOS, or install an OS from a local ISO file. It is the only viable option when the VM has no network connectivity at all.

When to Use the Web Console

The web console is best for quick checks when you do not have VMRC installed. It requires nothing beyond a browser, making it the fastest way to see whether a VM is stuck on a boot screen or to trigger a simple restart. For longer tasks, it can feel sluggish, and USB redirection support is limited compared to VMRC.

When to Use RDP or SSH

RDP and SSH are the right tools for everyday work inside a running VM. They connect directly to the guest OS rather than going through the hypervisor, which gives you better performance, lower latency, and smoother copy-paste. The trade-off is that if the VM loses network connectivity or the OS crashes, the session drops immediately.

Backing Up VMware VMs: What VMRC Doesn’t Do for You

VMRC gives you direct access to your virtual machines — but access is not protection. You can use it to monitor a VM, fix a configuration issue, or recover from a crash, but once you close that console window, there is no backup running in the background.

If a VM’s disk is corrupted, accidentally deleted, or hit by ransomware, VMRC cannot help you get it back. That is a separate problem that requires a dedicated backup solution.

For VMware environments, i2Backup is built to fill exactly that gap.

Key Features of i2Backup

  • Agentless VM Backup: i2Backup uses native virtualization platform APIs to back up VMs without installing any agents inside the guest OS. This means zero impact on VM performance during backup jobs, and full compatibility with VMware, Hyper-V, OpenStack, and other mainstream platforms.
  • Instant VM Recovery: When a VM fails, you can mount the backup directly to the target platform and bring it online immediately, without waiting for a full restore. This keeps recovery time objectives (RTOs) as low as possible.
  • Point-in-Time Recovery: i2Backup captures continuous backup logs and maintains multiple restore points, so you can recover a VM or specific files to any point in time — useful when dealing with accidental changes or corruption that was not immediately noticed.
  • Immutable Backups and Encryption: Backups are stored using WORM-compliant storage to prevent unauthorized modification or deletion. Data transmission is protected with AES and SM4 encryption, and strict access controls ensure only authorized users can access backup data.

If you need more than scheduled backups, Info2Soft’s product lineup covers the full data resilience stack. i2Availability provides real-time replication and automatic failover, keeping critical applications online even when the primary server fails.

FREE Trial for 60-Day

Conclusion

VMRC is a practical tool that every vSphere administrator should have installed. It gives you reliable console access at the hypervisor level — whether you are configuring a new VM, recovering from a boot failure, or troubleshooting a network issue that has taken RDP offline. The fact that it is free and works without VM network connectivity makes it a useful fallback in situations where other access methods fail.

That said, VMRC is a console tool, not a protection tool. For the VMs you depend on, a dedicated backup solution like i2Backup by Info2soft ensures that console access is never the last line of defense — because if something goes seriously wrong, you will want a clean restore point to fall back on, not just a window into a broken system.

Emma
Emma is the bridge between complex engineering and the people who need it. As a content creator at Info2Soft, she spends her days translating "tech-speak" into clear, actionable stories about data resilience. She’s not just documenting software; she's uncovering how data replication and recovery actually change the way businesses run.

More Related Articles

Table of Contents:
Stay Updated on Latest Tips
Subscribe to our newsletter for the latest insights, news, exclusive content. You can unsubscribe at any time.
Subscribe
Ready to Enhance Business Data Security?
Start a 60-day free trial or view demo to see how Info2soft protects enterprise data.
{{ country.name }}
Please fill out the form and submit it, our customer service representative will contact you soon.
By submitting this form, I confirm that I have read and agree to the Privacy Notice.
{{ isSubmitting ? 'Submitting...' : 'Submit' }}