How to remove the ESXi web welcome page
For any reason if you want to change VMware ESXi welcome page.
Follow the following steps .
Rename the following page
/usr/lib/vmware/hostd/docroot/index.html
create new index.html page
if you want to redirect your welcome page to another website copy the following in index.html
<!DOCTYPE html>
<html>
<head>
<!– HTML meta refresh URL redirection –>
<meta http-equiv=”refresh”
content=”0; url=http://www.mydomain.com/new-page.html”>
</head>
<body>
<p>The page has moved to:
<a href=”http://www.mydomain.com/new-page.html”>this page</a></p>
</body>
</html>
Or Make your own page .
Note After Reboot of ESXi change will not remain .