About nixCraft

Topics

Connect VMWARE Server using Webbased Management Interface at 8333 port

Posted by Vivek Gite [Last updated: March 20, 2008]

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

Tell us how we're doing: Please answer a few questions about your experience to help us improve nixCraft.

You may also be interested in other helpful articles:

Discussion on This Article:

  1. Sherman Says:

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

  2. francis Says:

    Does it require Apache or Tomcat to be installed?

  3. vivek Says:

    francis,

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

  4. francis Says:

    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?

  5. francis Says:

    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.

  6. vivek Says:

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

  7. francis Says:

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

  8. gaurav Says:

    What is the default user/pass for this application?

  9. gaurav Says:

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

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!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , ,

Copyright © 2004-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.