Step four: Control remote virtual machines with the VMware Remote Console Plug-in from a client
On the client, please open the CD tray, put in the Ubuntu CD, then close the tray.
If the client computer is an x86 system, we do:
cd /tmp
IP=192.168.1.75:8333 # < fill in the correct server ip address here
wget --no-check-certificate https://$IP/ui/plugin/vmware-vmrc-linux-x86.xpi
mv vmware-vmrc-linux-x86.xpi vmware-vmrc-linux-x64.zip
cd ~
mkdir -p bin/vmwareconsole # make directory bin in your own homedir
cd bin/vmwareconsole
unzip /tmp/vmware-vmrc-linux-x86.zip
cd ~/bin
ln -s vmwareconsole/plugins/vmware-vmrc . # make a symlink for easy access
vmware-vmrc # run the console
If the client computer is an x86_64 system, we do:
cd /tmp
IP=192.168.1.75:8333 # < fill in the correct server ip address here
wget --no-check-certificate https://$IP/ui/plugin/vmware-vmrc-linux-x64.xpi
mv vmware-vmrc-linux-x64.xpi vmware-vmrc-linux-x64.zip
cd ~
mkdir -p bin/vmwareconsole # make directory bin in your own homedir
cd bin/vmwareconsole
unzip /tmp/vmware-vmrc-linux-x64.zip
cd ~/bin
ln -s vmwareconsole/plugins/vmware-vmrc . # make a symlink for easy access
vmware-vmrc # run the console
Please do not use the comment function to ask for help! If you need help, please use our forum. Comments will be published after administrator approval.
Recent comments
16 hours 20 min ago
17 hours 56 min ago
22 hours 16 min ago
1 day 2 hours ago
1 day 13 hours ago
1 day 20 hours ago
1 day 22 hours ago
2 days 1 min ago
2 days 18 min ago
2 days 53 min ago