|
KnowHow ► Virtualisation & VMware
VMware vSphere: Enable Clipboard (Copy & Paste) in the Remote ConsoleCopy & Paste is disabled by default in vSphere Client 4.1 and later. This guide shows how to re-enable the clipboard for individual VMs or for all VMs on an ESXi host. |
Symptom and Cause
|
Symptom Copy & paste between host and virtual machine via the Remote Console does not work. |
Cause For security reasons, VMware disables copy & paste by default from vSphere Client 4.1 onwards. The feature must be explicitly re-enabled. |
► Prerequisite: VMware Tools must be installed inside the virtual machine for copy & paste to work.
Solution A: Single VM via vSphere Client
- Log in via a vCenter Server using the vSphere Client.
- Shut down the VM (clipboard settings can only be changed while the VM is powered off).
- Right-click the VM ► Edit Settings.
- Go to the Options tab ► Advanced ► General ► click Configuration Parameters.
- Click Add Row and enter the following values:
| Name | Value |
| isolation.tools.copy.disable | FALSE |
| isolation.tools.paste.disable | FALSE |
Click OK to save and close the dialog. Start the VM — the clipboard will now work.
Solution B: All VMs on the ESXi/ESX Host
- Log in to the ESXi/ESX host as the root user (SSH or direct console).
- Back up the config file:
cp /etc/vmware/config /etc/vmware/config.bak - Open the file in a text editor:
vi /etc/vmware/config - Add the following three entries:
|
vmx.fullpath = "/bin/vmx" isolation.tools.copy.disable="FALSE" isolation.tools.paste.disable="FALSE" |
Save and close the file. The change takes effect only after restarting the VMs via the vSphere Client — not from within the guest OS.
► Warning: These settings do not persist across version upgrades. You will need to re-apply them after upgrading vSphere.
Note for vSphere 7 and 8
The underlying principle is identical in vSphere 7 and 8. The path in the HTML5 client has changed slightly:
- In vSphere 7/8 (HTML5 Client): Select VM ► Actions ► Edit Settings ► VM Options tab ► Advanced ► Edit Configuration
- The parameters
isolation.tools.copy.disableandisolation.tools.paste.disableremain unchanged
|
Questions about VMware configuration? Our team is happy to help: sales@industry-electronics.com | Tel. +49 (0)7666 / 88499-0 |
