
I select "Create new virtual machine", fill everything out, choose /home/me/vmware/Ubuntu 64-bit as location. (vmplayer:19995): Gtk-WARNING **: 19:11:09.896: Inserting action group 'WindowActions' into UI manager which already has a group with this name (vmplayer:19995): Gtk-WARNING **: 19:11:09.896: Inserting action group 'Base' into UI manager which already has a group with this name I/O warning : failed to load external entity "/etc/vmware/hostd/proxy.xml" Use shipped Linux kernel AIO access library.

When I run vmplayer in terminal, I get Use shipped Linux kernel AIO access library.Īn up-to-date "libaio" or "libaio1" package from your system is preferred. So I downloaded vmplayer and ran: sudo bash VMware-Player-15.5.1-15018445.x86_64.bundle The iso I want to install is: ubuntu-18.04.4-desktop-amd64.iso The version of the host system is: Ubuntu 18.04.4 LTS $ vmrun -T ws (or fusion) snapshot /path/to/vm/my.I want to install ubuntu as a virtual machine on my ubuntu machine. But if your VM was created using VMware Workstation or VMware Fusion, you can take a snapshot of a running VM as follows. So you cannot take a snapshot of VMware Player VMs using vmrun. VMware Player does not support VM snapshot operations. VMware-VIX-1.11.0-471780.x86_64 To start VM without GUI: $ vmrun -T player start /path/to/vm/my.vmx nogui To reboot VM without GUI: $ vmrun -T player reset /path/to/vm/my.vmx soft To power off VM without GUI: $ vmrun -T player stop /path/to/vm/my.vmx soft You don't need root permission to use vmrun command.įirst, download VMware VIX for Linux, and then install it on the VMware host as follows. Now you want to start/stop the VM using vmrun. I assume that you have already created a VM using VMware Player, and so have *.vmx files ready somewhere. You can follow the instructions below to manage VMware Player VMs remotely. vmrun is contained in VMware VIX API libraries which are freely downloadable from VMware website.

If you would like to start or stop VMware Player VMs without GUI, you can use vmrun which is a command-line utility which one can use to automate operations on VMware virtual machines (VMs). Furthermore, the VM launched inside VMware Player's GUI window will automatically be stopped when you close the VMware Player window. While you can use X11 forwarding over SSH to launch VMware player's GUI from remote locations, it will be rather inconvenient if the SSH connection is slow. For example, when you are accessing VMware hosts via SSH remotely, you may want to run VMware Player from the command line. If you are a user of VMware Player, you may have wondered whether it's possible to run VMware player without GUI. How to launch VMware Player VMs without GUI
