Home vSphere HTML5 Web Client Fling Hidden Features
Post
Cancel

vSphere HTML5 Web Client Fling Hidden Features

I recently wrote about the release of the vSphere HTML5 Web Client Fling and how to configure it. Since then there has already been an update to the Fling. I’ve gone through update process in my lab using the rpm, but I also decided to deploy a new OVA (version 1.1) and found a few hidden features.

During the configuration of the appliance I found a directory called “vspherefeatures”. The directory contains a configuration file with three disabled entries. Of course the first thing that came to mind is what’s the harm in just enabling one to see what happens. What happened was me enabling all three after seeing the first one worked.

The Three hidden features are Datastore File Browser, Add Host Wizard, and Network Selector. I’m assuming that these are features that will be available in future releases of the vSphere HTML5 Web Client Fling. For now looks like we can get a sneak peak 🙂

Enabling Hidden Features

Note: This was tested using a new vSphere HTML5 Web Client Fling version 1.1 OVA.

  1. SSH into vSphere HTML5 Web Client Fling Appliance.
  2. Go to /etc/vmware/vsphere-client/vsphereFeatures
  3. Edit the configuration file “vsphereFeatures.cfg” I’m using VI to make changes.
  4. There are three disabled options
    • Datastore File Browser
    • Add Host Wizard
    • Network Selector
  5. Change the setting from disabled to enabled and save the configuration file.
  6. Restart the web server service /etc/init.d/vsphere-client restart.
  7. Once the web service has been restarted, login the HTML5 Web Client https://<FQDN or IP of HTML5 Appliance> :9443/ui

Features

The Datastore File Browser feature can be found by going to Storage and selecting a Datastore –> Manage –> Files. Here you can download files, create files, search within a datastore, and delete files or folders.

Add Host Wizard can be found by performing a right click at the Datacenter level or using Datacenter Actions. We now have the ability to add a new ESXi host.

Network Selector can be found when editing a VM –> Network Adapter –> Network drop down –> Show more networks. This feature provides the ability to change a virtual machine’s network when editing.

There you have it three hidden features that are not currently available today in the vSphere HTML5 Web Client Fling. I would keep an eye out on this configuration file as new updates are released there may be more hidden features. Now if you’ll excuse me I have some feedback to provide 🙂

This post is licensed under CC BY 4.0 by the author.