Edit vCenter 6.X and 7.X landing page
Want to add a little SPUNK to your vCenter landing page? Hard code the HTML 5 or FLASH links because your F5 load balancer is giving you grief? Heres a how to.
- Have PUTTY and WinSCP installed on your machine.
- Open PUTTY and connect to your vcenter
- Once your in via PUTTY type : chsh -s /bin/bash root
– This will enable you to connect via WinSCP - Connect to the vCenter via WinSCP
- Browse to : /etc/vmware-vpx/docRoot
- You will see an index.html file. This is the LANDING page for your vcenter (When you browse to https://your-awesome-vcenter.whatever.plop)
You can edit that index file however you like, I would just suggest you make a copy of the file as a backup before hand.