Skip to content

Basic controls straight from the esxi host in the browser

Notifications You must be signed in to change notification settings

yotis1982/esxi-simple-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esxi-simple-web

Basic controls straight from the esxi host in the browser

This allows you to run basic operations against the ESXi MOB api from a simple web interface straight from the ESXi host without the need for the vCenter web client.

Inspired by virtuallyGhetto's Ghetto webAccess for ESXi

Installation & Usage

Copy over the web directory to your esxi host with

scp -r web {ESXi hostname}:/usr/lib/vmware/hostd/docroot/

Then navigate to https://{ESXi hostname}/web/, accept the certificate error and enter your username/password for the host.

Development

Requires php >= 5.4.0

Start the development server with

php -S 127.0.0.1:8080 proxy.php

In your browser go to http://localhost:8080/encrypt.php to generate the config file. Afterwards go to your browser and visit http://localhost:8080/web/ and start developing!

About

Basic controls straight from the esxi host in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published