> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/help/diagnostic.md).

# Diagnostic

If you encounter a problem with Remote Desktop Manager, you can run a system diagnostic, which is available in ***Help*** – ***Diagnostic***. This could help diagnose or give a pointer to what kind of issues you might be experiencing.

{% tabs %}
{% tab title="Windows" %}

### System

The administrator item could be the possible source for security problem. This happen often when a user has the SYSDBA or is DB\_OWNER of the SQL Server database.

Some other issues could be related to the fact that the application is running in Remote Desktop Services. However Remote Desktop Manager is fully compatible with Remote Desktop Services.

FIPS related issues and solutions can be found in the specific FIPS (Encryption) troubleshooting section.

If you have a [Remote Desktop Manager Jump](https://docs.devolutions.net/resources/devolutions-agent/jump-host/) configured you can run a test of your Jump host by clicking on Jump Test.

### Workspace

The ***Workspace*** tab contains information regarding the current workspace, such as the number of entries it contains, the size of your workspace, the number of custom images and the offline state.

{% hint style="info" %}
Too many custom images could dramatically increase the size of the workspace and cause load time issue.
{% endhint %}

### Policy

The ***Policy*** tab display the list of group policy templates to see if any of them has been applied.
{% endtab %}

{% tab title="macOS" %}

### System

The administrator item could be the possible source for security problem. This happen often when a user has the SYSDBA or is DB\_OWNER of the SQL Server database.

Some other issues could be related to the fact that the application is running in Remote Desktop Services. However Remote Desktop Manager is fully compatible with Remote Desktop Services.

FIPS related issues and solutions can be found in the specific FIPS (Encryption) troubleshooting section.

### Sessions

The Sessions tab contains information regarding your RDP, ARD and VNC sessions held in your workspace.

### Workspace

The ***Workspace*** tab contains information regarding the current workspace, such as the number of entries it contains, the size of your workspace, the number of custom images and the offline state.

{% hint style="info" %}
Too many custom images could dramatically increase the size of the workspace and cause load time issue.
{% endhint %}
{% endtab %}
{% endtabs %}

#### See also

* [Devolutions Academy – Performing a diagnostic in RDM](https://academy.devolutions.net/student/activity/2404919-performing-a-diagnostic-in-rdm?sid=cc7a4da8-3a1a-4866-bd12-06b7a6206e55\&sid_i=12)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/help/diagnostic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
