> 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/knowledge-base/how-to-articles/record-an-ssh-session-as-a-trp-file.md).

# Record an SSH session as a TRP file

In support or auditing contexts, recording SSH sessions can provide critical insight into terminal activity. Devolutions' session recording feature enables capturing and storing these sessions in `.trp` format for playback and review.

### Solution

Follow these steps to generate a Terminal Playback (`.trp`) recording.

#### Configure session recording in SSH properties

1. Open the SSH session's properties.
2. Go to ***Properties*** – ***Security*** – ***Session recording*** section.
3. Set the ***Mode*** as required.
4. Select your ***Destination*** for storing the recordings (e.g., local path, centralized server).
5. Click ***Save***.

#### Set system recording type to .TRP

1. Go to the ***Administration*** tab in Remote Desktop Manager Windows.
2. Click on ***System settings***.
3. Go to ***Properties*** – ***Security*** – ***Session recording*** section.
4. Locate the ***SSH recording type*** setting and set to ***Terminal playback (.TRP)***. Adjust if necessary.

![](https://cdnweb.devolutions.net/docs/RDMW6004_2025_2.png)

Once configured, all recorded SSH sessions will be saved as `.trp` files, which can be played back for review or compliance checks using Devolutions' Terminal Playback tools located in ***Tools*** – ***More tools*** – ***Terminal Playback (TRP/CAST)***.

![](https://cdnweb.devolutions.net/docs/RDMW4474_2026_2.png)


---

# 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/rdm/knowledge-base/how-to-articles/record-an-ssh-session-as-a-trp-file.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.
