Connect VMWARE Server using Webbased Management Interface at 8333 port
The VMware Server Web-based management interface is installed on your VMware Server system to enable control from a Web browser.
You can download this package from VMWare site itself and install the same. Activities you can perform includes:
=> Connecting to a Virtual Machine with the VMware Server Console
=> Using the Virtual Machine Menu
=> Changing the Power State of a Virtual Machine
=> Monitoring the Virtual Machine's Heartbeat
=> Viewing Information about Virtual Machines
=> Downloading VMware Server Console Installers (Login and Status Monitor pages only)
=> Configuring the VMware Server System (Options page only)
=> Using Common Controls
=> Start and shutdown virtual servers etc
Download web interface for vmware server
# wget http://download3.vmware.com/software/vmserver/VMware-mui-1.0.3-44356.tar.gz
Unpack tar ball
Use tar command to install a tar ball:
# tar -zxvf VMware-mui-1.0.3-44356.tar.gz
Install Management Interface
# cd vmware-mui-distrib
# ./vmware-install.pl
Just follow on screen installation instructions. Installer should start the server and default port is 8333. You need to open the same using iptables, add something as follows to your firewall script:
iptables -A INPUT -i eth0 -p tcp -m tcp --dport 8333 -j ACCEPT
Save and load the firewall.
Now open a webbrowser and type url:
https://your-server:8333/
Further readings
You may also be interested in other helpful articles:
- Download of the day: Vmware 2.0 Virtualization Solutions Beta Software
- Start and stop VMWARE VPS / virtual machine guest operating system from command line
- How To Open VMware Server Remote Console with Firefox 3.0.1
- How to: Upgrade VMWARE Server under Linux
- Installing VMWARE server on CentOS 5 or Red hat enterprise Linux 64 bit version
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: management interface, status monitor, virtual machine, vmserver, vmware server, vmware web Management port 8333, web interface for vmware server




Very helpful especially to a newbie like me!!!!
Does it require Apache or Tomcat to be installed?
francis,
Noop, vmware installs its own httpd server, so you don’t need anything at all.
This worked perfect Vivek. I just have one question. This servers are installed and running vmware server with its standard management console. I noticed this installs and writes to other places other than bin. Is this tar package a different one than the console but it includes the web access?
I installed successfully on there servers. The fourth one failed and now i can install because it says:”a previous installation of vmware software has been detected” Aborted. This server in on production.
Yes config files are stored at /etc/vmware and binary files at /usr directory. Log files are located at /var/log/vmware*.
You always need to install latest version. Uninstall old version and install the latest product. As usual make backup of data before playing with anything
So this is a different server version then. I thought it was just the Web port.
What is the default user/pass for this application?
Username will be root and password should be the system root password