> 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/server/knowledge-base/how-to-articles/download-or-view-a-recording-session.md).

# Download or view a recording session

It is possible to download Devolutions Server WebM recordings using Remote Desktop Manager. However the Devolutions Server web interface only lets you view the recording.

{% hint style="info" %}
Make certain the [***Recording server*** ](https://docs.devolutions.net/server/kb/how-to-articles/configure-recording-server/)is already configured correctly. The topic also has the complete list of recording types that are supported with the ***Recording server***.
{% endhint %}

### Remote Desktop Manager

Ensure that Remote Desktop Manager has access to the correct Devolutions Server workspace.

1. Navigate to the vault where the entry is and click on that entry.
2. Click on the ***Logs*** tab in the ***Dashboard***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0152.png" alt=""><figcaption></figcaption></figure>
3. Click on the ***Recording*** button to download it.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0153.png" alt=""><figcaption></figcaption></figure>
4. Choose where to save the recording and click ***Save***.

### Devolutions Server web interface

1. In Devolutions Server web, navigate to the vault where the entry is and click on that entry.
2. Click on the ***Logs*** tab.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0154.png" alt=""><figcaption></figcaption></figure>
3. Click on the play button to view the recording.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0155.png" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.devolutions.net/server/knowledge-base/how-to-articles/download-or-view-a-recording-session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
