For Linux (Ubuntu/Debian-based Distributions)
- Update the system repositories:
sudo apt update
- Install Open VMware Tools:
sudo apt install open-vm-tools
- Enable the VMware Tools service to start on boot:
sudo systemctl enable vmtoolsd
- Start the VMware Tools service:
sudo systemctl start vmtoolsd
- Check the status of the service:
sudo systemctl status vmtoolsd
For Linux (RHEL/CentOS/AlmaLinux/Rocky Linux-based Distributions)
- Update and upgrade the system packages:
sudo yum update -y && sudo yum upgrade -y
Or if using dnf:
sudo dnf update -y && sudo dnf upgrade -y
- Install Open VMware Tools:
sudo yum install open-vm-tools
Or with dnf:
sudo dnf install open-vm-tools
- Enable the VMware Tools service to start on boot:
sudo systemctl enable vmtoolsd
- Start the VMware Tools service:
sudo systemctl start vmtoolsd
- Check the status of the service:
sudo systemctl status vmtoolsd
All Versions VMTools for Linux: https://pkgs.org/search/?q=open-vm-tools
For Windows
- Access the official VMware Tools download site:
Visit the following link: https://packages.vmware.com/tools/esx/latest/windows/x64/
- Download the .exe file:
Download the appropriate installer for your Windows operating system.
- Run the installer:
Double-click the downloaded .exe file and follow the installation wizard instructions.
- Restart the system (if prompted):
After the installation is complete, restart the system to apply the changes.
Post-Installation Verification
- For Linux:
Verify the vmtoolsd service is running with:
systemctl status vmtoolsd
- For Windows:
Ensure VMware Tools is listed as installed under Control Panel > Programs and Features.
This guide ensures the proper installation of VMware Tools to enhance the performance and functionality of your virtual machines.