The following information is about how to add in the web ui to ESX server, in one of two ways, either installing it over the internet or downloading the VIB and installing on box.
This enables the webui in ESX which can be used in place of the vsphere client
Installing it over the Internet
- SSH into your ESXi host
- Run the command
esxcli software vib install -v http://download3.vmware.com/software/vmw-tools/esxui/esxui_signed.vib
Installing it from a local file
- Download the VIB file
- SSH into your ESXi host
- Copy the VIB file to /tmp/
- Run the command
esxcli software vib install -v /tmp/esxui_signed.vib
Making sure you include the full path name to the file or else installation will fail - If the VIB installation completes successfully, you should now be able to navigate a web browser to https:///ui and the login page should be displayed.