> For the complete documentation index, see [llms.txt](https://kb.rport.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.rport.io/digging-deeper/advanced-client-management/uninstall-the-rport-client.md).

# Uninstall the RPort client

### On Linux

To remove the RPort client and all logs and the configuration, execute the following command.&#x20;

```
curl https://pairing.rport.io/update -o rport-update.sh 
sudo sh rport-update.sh -u
```

### On Windows

The RPort installer has created an uninstaller. Go to `C:\Program Files\rport` and execute `uninstall.bat`.

![RPort for Windows comes with an uninstaller.](/files/-MksDZJg0QcurXtN3FFn)

To remove it manually, open a cmd shell, go to `C:\Program Files\rport` and execute

```
sc stop rport
rport.exe --service uninstall
```

Delete the folder `C:\Program Files\rport`

{% hint style="info" %}
**🧹 Keep your system tidy.**&#x20;

Very likely, the rport installer has also installed tacoscript. Go to `C:\Program Files\tacoscript` and execute `uninstall.bat` if you don't want to use tacoscript independently of rport.&#x20;
{% endhint %}
