How to Set up the VMware Remote Console (Windows and Linux)

choubertsprojects

The Best WordPress plugins!

1. WP Reset

2. WP 301 Redirects

3. WP Force SSL

With VMware Workstation, you can remotely access the console of a virtual machine running on your local computer. This allows you to take control of and administer these machines from your own desktop or laptop. With this post, we demonstrate how to set up remote consoles for Windows and Linux computers in both graphical mode (using RDP) and text mode (Telnet).

The “how to launch vmware-remote-console-” is a tutorial that will show you how to set up the VMware Remote Console on Windows and Linux. It will also give you some example commands.

How to Set up the VMware Remote Console (Windows and Linux)

The online UI for VMware ESXi and vCenter is flash-based, which may not operate with the current web browsers. Although VMware Workstation may connect to ESXi and vCenter servers, it is not inexpensive. Is there any alternative way to handle virtual machines? VMRC (Virtual Machine Remote Console) is the solution!

You’ll learn what VMRC is, how to install it on supported systems, and how to use it to connect to and control virtual machines on distant hosts in this lesson.

Prerequisites

Here’s what you’ll need if you want to follow along with the examples below:

  • Edge, Chrome, or Firefox are examples of current web browsers. Microsoft Edge will be used in the examples in this tutorial.
  • A server that runs ESXi or vCenter. ESXi 7.0 is used in this article.
  • A PC with Windows 10 or Linux installed. This page includes VMRC examples for both Windows and Linux.
  • Download the VMRC setup file for the operating system on your computer (Windows and/or Linux). The most recent VMRC version is 12.0, which will be used in this lesson.

To download from VMWare, you must first create a VMWare Customer Connect account. You can create an account for free if you don’t already have one.

  • If you want to install VMRC on Windows without downloading the installer from VMware, you’ll need to install the Chocolatey package manager.

What exactly is the VMRC?

The VMRC is a stand-alone program that gives you access to virtual machines hosted on distant VMware hosts.

VMRC enables you to alter VM parameters such as allotted vCPUs, RAM, and storage directly from remote consoles. VMRC may also be used to do activities like restarting, suspending, or resuming a virtual machine.

You may also update VMware Tools and change boot parameters. Do you need to connect a USB device to a virtual machine? VMRC is capable of doing so as well.

On Windows, how to install and use VMware Remote Console

You must first install VMRC on your PC before connecting to a VM on a remote server. VMRC may be installed in a few different methods on Windows. VMRC has you covered, whether you’re using the GUI or the command line.

Using the Setup Wizard to install VMRC

Downloading the installer and performing the VMRC setup wizard are two options for installing VMRC. To do so, do the following steps:

1. Locate the VMRC setup file you downloaded on your PC.

2. Right-click the VMRC installation zip file and choose Extract All from the context menu.

3. When prompted to choose a destination, pick the temporary folder where the files will be extracted and click Extract. The destination in this case is C:Temp.

VMRC Installation files are being decompressed to C:Temp.VMRC Installation files are being decompressed to C:Temp.

4. Double-click the VMRC setup file to open the installation process after extracting the zip file. VMware-VMRC-12.0.0-17287072 is the name of the setup file in this case.

VMRC installation will begin.VMRC installation will begin.

5. Select Next on the Welcome to the VMWare Remote Console Setup Wizard screen.

On the welcome page, click next.On the welcome page, click next.

6. If you want to, read the End User License Agreement. Otherwise, click Next after accepting the terms of the agreement.

Accepting the terms of the licenseAccepting the terms of the license

7. On the Custom Setup window, click Next after leaving the default installation path.

Accepting the installation directory as isAccepting the installation directory as is

Check or uncheck the following items on the User Experience Settings page:

  • Check for product updates on startup – this option turns on or off VMRC’s automatic software updates.
  • Join the VMware Customer Experience Improvement Program (CEIP) – this choice controls whether or not VMRC collects technical data.

After you’ve installed VMRC, you can change these settings at any time.

To continue the installation, click Next once you’ve chosen your choices.

Changing the user experience settings by enabling or deactivating themChanging the user experience settings by enabling or deactivating them

9. Click Install on the Ready to install VMware Remote Console screen.

Installing the final touchesInstalling the final touches

Finally, after you’ve finished with the VMRC, click Finish to exit the setup wizard.

The setup wizard is now closed.The setup wizard is now closed.

Congratulations! VMRC for Windows has been installed successfully.

Using the Command-Line to Install VMRC (Silent Install)

VMRC includes a command-line setup option in addition to the setup wizard. When doing a quiet installation manually, through Group Policy, or as part of a software deployment routine, the VMRC command-line setup technique is perfect.

What is a Group Policy, and How Does It Work? (In Depth)

Open PowerShell as administrator and change the working directory to the VMRC setup file’s location to complete a stealth installation of VMRC on your Windows PC.

Then, in PowerShell, copy and execute the command below. Following the setup filename, you’ll find switches and options. The possibilities are listed below.

  • /s – the installation window is hidden.
  • /v – instructs the installation on how to proceed.
  • /qn – instructs the installer to carry out a quiet installation.
  • EULAS AGREED=1 – accept the licensing agreement parameter. Changing the number to 0 indicates that the licensing agreement is being rejected, and the setup will be terminated.

During the quiet installation, you will not notice the licensing agreement. Instead, do a regular installation to read the licensing agreement.

  • AUTOSOFTWAREUPDATE=1 – allows VMRC to update its software automatically. To deactivate automatic updates, set the value to 0.
  • DATACOLLECTION=0 is a setting that prevents you from participating in the customer experience improvement program (CEIP). To allow joining the CEIP, set the value to 1.

.VMware-VMRC-12.0.0-17287072.exe /s /v “/qn EULAS AGREED=1 AUTOSOFTWAREUPDATE=1 DATACOLLECTION=0”.VMware-VMRC-12.0.0-17287072.exe /s /v “/qn EULAS AGREED=1 AUTOSOFTWAREUPDATE=1 DATACOLLECTION=0”

Chocolatey is used to install VMRC.

Chocolatey makes it easy to install software (packages) from internet repositories on Windows. VMRC is also available as a Chocolatey package if you don’t want to manually download the VMRC installer.

To use Chocolatey to install VMRC, run PowerShell as an administrator and paste the code below into it. The command to install a package is cinst, which is followed by the package name vmrc. The -y option acknowledges all prompts, accepting the licensing agreement in this case.

You’ve completed the installation of the most recent VMRC client.

Now that you’ve installed VMRC, it’s time to put it to the test. And what better way to put VMRC to the test than by connecting to a virtual machine? With VMRC, there are two ways to connect to a VM. Let’s have a look at those ways now.

Using a Web Browser to Connect to a Virtual Machine

VMRC may be launched using the vSphere or ESXi web clients, for example. To do so, follow these steps:

1. Go to the Virtual Machines view in your web client.

2. Right click the virtual machine you want to connect to and click on Console —> Launch remote console.

VRMC may be launched by right-clicking a virtual machine.VRMC may be launched by right-clicking a virtual machine.

3. Check the Always allow to open links of this kind in the related app box on the pop-up window that says This site is attempting to launch VMware Remote Console. Click the Open button.

Message that appears in the browserMessage that appears in the browser

4. The VMRC program will then run, utilizing the virtual machine’s connection settings. If a certificate warning appears, choose Always trust this server with this certificate and click Connect Anyway.

Warning Regarding Security CertificatesWarning Regarding Security Certificates

5. Enter your virtual machine host root account or a vSphere user account with access permissions to the virtual machine guest when requested for login credentials.

Connecting to a distant virtual machine host (not guest)Connecting to a distant virtual machine host (not guest)

You’ve successfully connected to the virtual machine console on the other side of the world.

Console for a remote virtual computerConsole for a remote virtual computer

You may shut the browser at this moment. You may continue working on the virtual machine while the VMRC is open.

Using PowerShell to connect to a VM

The vmrc.exe command is required to start VMRC in PowerShell. The syntax of the command is displayed below. The address of the remote host is remote host, and the virtual machine ID is VM-ID.

.vmrc.exe vmrc:/remote host/?moid=VM-ID

For example, use this command in PowerShell to connect to a remote VM with an ID of 1 on host 192.168.216.143.

Push the current directory onto the stack to make the instructions shorter. Push-Location ‘C:Program Files (x86)VMwareVMware Remote Console’ # Now use the URI.vmrc.exe vmrc:/192.168.216.143/?moid=1 to execute VMRC.

On Linux, how to install and use VMware Remote Console

VMRC is installed on Linux by running a few commands and responding to prompts in the terminal. After that, connecting to a VM would need using the console to invoke VMRC.

Using Bash to install VMRC

To install VMRC on a Linux machine, follow the instructions below.

Managing Directories and Files in Linux: A Beginner’s Guide

1. Begin by opening a Bash terminal.

Press the Super key (Windows logo on most keyboards) and enter “Terminal” in the search field if you’re using Gnome-shell.

2. Change to the root user’s account.

3. For the VMRC installation package that you downloaded, set the execution bit. To do so, copy and paste the command below into the terminal. Make any necessary changes to the installation package path.

chmod +x /home/bkindle/Downloads/VMware-VMRC-12.0.0-17287072.x86 64.bundle /home/bkindle/Downloads/VMware-VMRC-12.0.0-17287072.x86 64.bundle

4. Next, type the installation package’s filename into the search box and hit Enter.

/home/bkindle/Downloads/VMware-VMRC-12.0.0-17287072.x86 64.bundle

5. The licensing agreement will appear on the screen; press q to skip to the Conclusion.

6. Type yes or y to accept the agreement at the following screen.

7. Finally, enter yes or y to allow VMRC to check for product updates.

The installation process starts and takes just a few minutes to finish.

Using Bash to Connect to a Virtual Machine

The syntax for running VMRC on Linux is identical to that of the Windows command. The only difference is that the vmrc command on Linux does not end in.exe.

vmrc vmrc:/remote host/?moid=VM-ID vmrc:/remote host/?moid=VM-ID

For example, type this command in the console to connect to a remote VM with an ID of 1 on host 192.168.216.143.

vmrc vmrc:/192.168.216.143/?moid=1 vmrc vmrc:/192.168.216.143/?moid=1

Preferences of the VMRC Configuration

When you install VMRC, there are default settings that might not be to your liking. You can configure these settings from VMRC’s Preferences windows. To access the Preferences, on the VMRC window, click on the VMRC dropdown menu —> Preferences.

The Preferences of the VMRC menu is opened.The Preferences of the VMRC menu is opened.

Here are the options you can alter once you’re in the Preferences box, depending on your preferences.

  • On startup, check for product updates — Enables or disables the automatic update check.
  • Connection proxy for remote virtual machine — Enables or disables connection proxy for remote virtual machine.
  • VM Window Resize — Allows you to change the display resolution of the remote terminal. The following are some possibilities:
    • Resize the virtual machine and the window – The virtual machine’s display resolution will adjust to accommodate the VMRC window.
    • Stretch the virtual machine in the window — Without altering the resolution, the VM’s display will stretch to fill the VMRC window.
  • Hardware acceleration — Allows you to turn on or off hardware acceleration. Enabling this option may boost performance while also lowering power usage.
  • Join the VMware Customer Experience Program — You may join or leave the CEIP at any time. This is the same choice that appears when installing VMRC.

Preferences of the VMRCPreferences of the VMRC

In VMRC, you may manage Configuration of the Virtual Machine.

If you need to change a few parameters for a virtual machine guest but don’t want to connect to ESXi or vSphere, you may use this method. Instead, you use VMRC to connect to a single virtual machine and modify its settings.

To access the Configuration of the Virtual Machine in VMRC, click the VMRC dropdown menu —> Manage — Configuration of the Virtual Machine. Or, while on the VMRC window, press CTRL+D. Either method opens the Configuration of the Virtual Machine window.

Using the mouse to open the Configuration of the Virtual Machine windowUsing the mouse to open the Configuration of the Virtual Machine window

If you’ve ever handled virtual machines using the web UI, you’ll be acquainted with the Configuration of the Virtual Machine pane. You may modify the RAM, CPUs, hard disks, optical drives, network adapters, USB controllers, video cards, and other components in this section.

Configuration of the Virtual MachineConfiguration of the Virtual Machine

Conclusion

You learnt about VMware Remote Console (VMRC) in this post, which is a free utility for accessing and controlling virtual machines using a standalone interface. You’ve learned how to use several techniques to download and install VMRC on Linux and Windows PCs.

You’ve also learned how to use VMRC to connect to virtual machines on distant hosts in a variety of ways. Would you consider utilizing VMRC in your everyday maintenance duties now that you know how to install and connect to VMs using it?

The “vmware remote console 12.0.1 for windows” is a tool that allows users to remotely connect to the virtual machines that they have created on their computer.

Frequently Asked Questions

How do I access my VMware console remotely?

A: You can access your vSphere console by opening the web browser on your computer or the iOS/Android app and connecting to https://:5900.

What is VMware remote console Vmrc?

A: VMware remote console is a way to access the machine on which you are hosting your virtual machines. It enables IT professionals and system administrators to control, manage, troubleshoot or debug their physical servers remotely from workstations of various operating systems

How do I open VM console?

A: In order to open up the games console, you will need to press down on your PlayStation 4 controller (or Xbox One Controller) and find Options in your game. Pressing this button should allow you access into a new menu where there is an option for Show Console.

Related Tags

  • vmware remote console (vmrc) download
  • how to use vmware remote console
  • vmware remote console command line
  • install vmrc linux
  • vmware remote console for windows

Table of Content