Connect VMWARE Server using Webbased Management Interface at 8333 port

by Vivek Gite on May 1, 2007 · 10 comments

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/

Connect VMWARE Server using Webbased Management Interface at 8333 port
(click to enlarge image)

Further readings

Featured Articles:

Share this with other sys admins!
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 }

1 Sherman September 5, 2007

Very helpful especially to a newbie like me!!!!

Reply

2 francis November 1, 2007

Does it require Apache or Tomcat to be installed?

Reply

3 vivek November 1, 2007

francis,

Noop, vmware installs its own httpd server, so you don’t need anything at all.

Reply

4 francis November 1, 2007

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?

Reply

5 francis November 1, 2007

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.

Reply

6 vivek November 1, 2007

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 ;)

Reply

7 francis November 1, 2007

So this is a different server version then. I thought it was just the Web port.

Reply

8 gaurav June 27, 2008

What is the default user/pass for this application?

Reply

9 gaurav June 27, 2008

Username will be root and password should be the system root password :)

Reply

10 Conrad August 23, 2010

501 Global command GLOBAL server to non-host agent targets not supported

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 15 + 4 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: