> ## Documentation Index
> Fetch the complete documentation index at: https://knowledgebase.newyorkcityservers.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RDP Copy & Paste Not Working

> Troubleshooting steps to fix copy and paste functionality for remote desktop.

In this guide, we will cover the troubleshooting steps for fixing copy and paste functionality between your local computer and the VPS.

## Method 1: Restart RDP Clip Process

The `rdpclip.exe` process controls copy and paste functionality. Restarting it fixes the issue in most cases.

<Steps>
  <Step title="Open Task Manager">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy1.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=c1d05263938b928ae365c9de61902faa" alt="Open Task Manager" width="835" height="685" data-path="images/troubleshooting/rdpcopy1.png" />

    On your VPS, use the Windows search feature and open **Task Manager**.
  </Step>

  <Step title="Locate the rdpclip.exe Process">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy2.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=f757cf248ea92c3304e63484f6a3159f" alt="Locate rdpclip.exe" width="670" height="595" data-path="images/troubleshooting/rdpcopy2.png" />

    Navigate to the **Details** tab and locate the `rdpclip.exe` process. If you do not see it, skip to Step 4.
  </Step>

  <Step title="End the rdpclip.exe Process">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy3.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=f96cdd0b2b2f3e675ca04f9dd749cf01" alt="End rdpclip.exe" width="668" height="651" data-path="images/troubleshooting/rdpcopy3.png" />

    Right-click on the `rdpclip.exe` process and click **"End task"**.
  </Step>

  <Step title="Open Run New Task Dialog">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy4.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=29104032f1df84e112d3420220771aa8" alt="Run new task" width="667" height="594" data-path="images/troubleshooting/rdpcopy4.png" />

    Inside Task Manager, click **File > Run new task**.
  </Step>

  <Step title="Run New rdpclip.exe Process">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy5.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=22dfb056717b9b0173a6d3545e0f7e96" alt="Run rdpclip.exe" width="666" height="597" data-path="images/troubleshooting/rdpcopy5.png" />

    In the "Create new task" dialog, enter `rdpclip.exe` and click **OK**.
  </Step>
</Steps>

<Check>
  RDP copy and paste functionality should now be restored.
</Check>

***

## Method 2: Fix Remote Desktop Clipboard Permissions

If the above method did not resolve the issue, the problem is likely caused by Remote Desktop settings on your local computer. Perform these steps **on your local computer** before connecting to the VPS.

<Steps>
  <Step title="Open Remote Desktop Connection">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy6.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=04261f4105fc666244d4f50cefe9c041" alt="Open Remote Desktop" width="536" height="304" data-path="images/troubleshooting/rdpcopy6.png" />

    Open the Remote Desktop Connection program on your computer and click **"Show Options"**.
  </Step>

  <Step title="Enable Clipboard in Local Resources">
    <img src="https://mintcdn.com/greenhilltechnologiesinc/MLDOEXMt7tdwq3Hv/images/troubleshooting/rdpcopy7.png?fit=max&auto=format&n=MLDOEXMt7tdwq3Hv&q=85&s=b35b3dd05acd4930946ca3285a7b00aa" alt="Enable Clipboard" width="537" height="601" data-path="images/troubleshooting/rdpcopy7.png" />

    Click on the **Local Resources** tab. Under "Local devices and resources", ensure the **Clipboard** option is checked. The settings should match the screenshot above.
  </Step>

  <Step title="Save Settings & Reconnect">
    Click **"Hide Options"** and connect to your VPS. Copy and paste should now work correctly.
  </Step>
</Steps>

***

## Contact Support

If problems persist after following both methods, please [contact support](mailto:support@newyorkcityservers.com) and we'll be happy to assist you.
