> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.trugrid.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to check for open RDP connections


# How to check for open RDP connections


| Contributed by Joshua Liberman of Net Sciences, Inc.

In order to determine which open RDP sessions exist on a TruGrid Sentry server, run the below command from a Command Prompt on the Sentry server.

**netstat -n | findstr ":3389" | findstr "ESTABLISHED"**

Reference: [Netstat documentation](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat)

​