Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save myst3k/ae13250cdb09847232cd03805c893e1c to your computer and use it in GitHub Desktop.
Save myst3k/ae13250cdb09847232cd03805c893e1c to your computer and use it in GitHub Desktop.
#how to install the vmware labs ESXi Embedded Host Client
#https://labs.vmware.com/flings/esxi-embedded-host-client
#ssh into system
#enable http client
esxcli network firewall ruleset set -e true -r httpClient
#get latest offline bundle package
wget http://download3.vmware.com/software/vmw-tools/esxui/esxui-offline-bundle-6.x-3843236.zip
#install vib
esxcli software vib install -d /tmp/esxui-offline-bundle-6.x-3843236.zip
#visit the address of your vmware server using the web to see your newly installed web gui
https://<address>/ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment