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
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!



{ 10 comments… read them below or add one }
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 :)
501 Global command GLOBAL server to non-host agent targets not supported