
VMWare released the 2.0 server edition last month; so I installed it this week on my test server. This server is a Ubuntu 8.04.1 machine. I already had a VMWare server 1.x running and the upgrade went well.
Using Firefox 3.0.1 to admin the server also works very nice and in the same way as our ESX server. If I click on the Console tab under Firefox on Ubuntu it installs a Firefox add-on the first time. After that I have a standalone Remote Console.
But when I connect to the VMWare server from my Mac using Firefox I can use all the functions except the Remote Console Add-on. Firefox tries to install it but fails because the package isn't compatible with OS/X.
In the VMWare forums I read that there are rumors that VMWare is developing a native OS/X client, but in the mean time this is how I connect to the VMWare server from my Macbook Pro:
ssh -X -f -q $SERVERIP /home/nuil/.mozilla/firefox/xxxxxxxx.default/extensions/VMwareVMRC@vmware.com/plugins/vmware-vmrc -h "127.0.0.1:443"
where $SERVERIP is the IP address of the VMWare server and the xxxxxxxx is the profile id of your local Firefox on the Ubuntu server. On my configuration I use port 443, but on a default installation it is port 8333.
For this to work you must have X11 installed on your Mac.