Do the following while logged in as root!!
- Download VMware Server: http://www.vmware.com/download/server/
- Install some necessary packages:
- apt-get install linux-headers-`uname -r` build-essential xinetd
- From the directory where you downloaded VMware Server:
- Extract and execute the VMware Install script:
- tar xvfz VMware-server-*.tar.gz
- cd vmware-server-distrib
- ./vmware-install.pl
- Accept all defaults
- Access the VMware Management Interface:
- https://servername:8333
That’s it, short and sweet!!