Feature Request

Feature request forum for Remote Desktop Manager Windows

Newest

Most active

Most votes

avatar

info107

filters and sort by on ctrl+space search

We would love some filter and sorting options on ctrl+space search.

1

12

1

avatar

Hubert Mireault

avatar

stefanbrinskelle

Action Center - Entry expiring - differnent duration per Entry

Hello, I have passwords that expire after a certain period of time. However, some passwords can only be changed after they have expired. Others must be changed before they expire. I would now like to receive a warning in RDM. For certain passwords, I would like to be warned 14 days before they expire, while for others, I would like to be warned only on the day they expire (0 days before expiration). However, the settings currently only provide a single global expiration warning period. [image] I would like to have an additional "Entry Expiring" setting for each individual entry. By default, this option should be set to "Default" , so that the global setting is applied. Alternatively, it should be possible to specify a custom warning period for that specific entry. [image] I only want to receive a warning when I actually need to take action. Otherwise, I end up with many warnings that I cannot act on because I still have to wait a few more days before the password can be changed.

1

13

1

avatar

Hubert Mireault

avatar

NeilSmith2025

Implemented

improve of macro button

Hi, Team Thank you to create such good production. Here is one area maybe you can make this product better: We could have macro button on terminal, but it has text context after each button, it takes quite some space, is possible change to only show button, the text will fly out when user click on it. It will save space and make GUI more clean and simple. [image] 2nd is possible add a folder selection at right, so user can select different script folder to run differnt script? something like this: [image] Thanks for considering.

1

471

35

avatar

Maxim Robert

avatar

olearif1

Implemented

Asset Seriial Number available as variable

The asset hardware serial number should be made available through variables, with the possibility to add it to the name of the entry. This enables the possiiblity to quick search/filter by device name and device serial number. [image]

1

32

3

avatar

Maxim Robert

avatar

cbr

Implemented

Remote Desktop Manager - Change Font layout and color in Dark & Light mode

Can you implement the possibility to change the color layout of for example html/email links in dark mode to another color? A lot of colleagues work in Dark Mode and complain that the Dark blue color of the link is not visible on the black background [image]

1

42

6

avatar

Maxim Robert

avatar

pseamans

Implemented

Add back in the recently removed Netop/Impero entry type

The entry type "Host" which is for Netop Host was removed as part of 2026.2 release. I kindly request this functionality be added back in as we do use these and have hundreds of entries in our vault. Unfortunately the way these were removed all of the entry values are inaccessible without rolling back to 2026.1.24 I'm told.

1

32

3

avatar

Maxim Robert

avatar

Didi Dot

SFTP lower pane refresh keep current folder

It is just something small, but in the SFTP view, where you have an upper pane showing the target folder structure and a lower pane with the local systems folder structure, if you refresh the upper pane, it keeps the folder that was currently opened, but the lower pane will close everything and open the first default one. Would be nice if it could remember the current view like the upper pane does.

1

50

6

avatar

Maxim Robert

avatar

stefanbrinskelle

Status Message - Custom input field

I would like to have a dedicated input field for the status message. Recently, I have had to customize the warning messages several times. This requires additional effort because I always have to select the status first before I can access the text field. [image] [image] [image] Solution: [image]

1

9

1

avatar

Hubert Mireault

avatar

dcapilla

Type Clipboard: Enhancements

Hello, not often, but every now and then, my colleagues need to type a username/password. This is mainly needed in external applications/windows where Ctrl+V does not work. I'm testing macros, especially: File → Settings → User Interface → Keyboard → Shortcut macros I want to avoid every user having to configure this in their own RDM. I would also like to avoid setting the Allow password in variable flag in every RDM entry for every user. Is there a way to enhance the existing possibility of typing clipboard text by adding a configurable delay? [image] With a default delay, the RDM user could switch the focus to another application or shell, so RDM could type the text there. Regards, Daniel

1

43

9

avatar

dcapilla

avatar

atclaus

SFTP Preserve Time in SSH Not Honored

Main settings has "yes" for Preserve timestamps when downloading/uploading, but it does not when using SFTP in the side-pane SFTP of an SSH session. I confirmed this for a new SSH entry created after having the SFTP preserver timestamp enabled (even though I would expect it to have worked regardless as an overall toggle). I do not see an option in the SSH config (even under SFTP) to toggle preserve timestamps there).

1

44

6

avatar

Hubert Mireault

avatar

RDMTinkerer2

Resolved

Password List improvements

Hi team, I'd like the following improvements to password list (the credential type "password list"): The ability to easily add/edit multiple password entries in password list. There are scenarios when some credentials are generated in bulk for many machines/services etc. for example by using the RDM's Password Generator. I'd like to be able to add them all to the single Password list entry (while preserving entries already existing in the password list). Maybe an editable table would do. Adding ~40 passwords by opening dialog window for every single one of them is extremely ineffective. It feels like using ERP software from '90s. The ability to easily bulk import password list data from CSV/XLS etc. Currently by importing "credentials" it wants to create 40 separate entries for me, not a single password list with 40 password entries. [Update]: I discovered the feature to convert individual passwords into a password list, that may be a solution for the time being. A documentation and examples for handling Password List from PowerShell. Missing the above abilities, I tried to invent a PowerShell way of doing that. Unfortunately I could not come up with my own solution, and all the greatest AIs hallucinated so much that the code was unusable :-) I got the existing Password List entry using Get-RDMEntry , but there was no easy way of managing the embedded password entries. [Update] I found out that it's hidden in the $entry.Credentials.PasswordList ... Please document it better with an example... All I could find was the official doc for the UI and the old blog post, nothing for PowerShell. [EDIT] Please also add in the example how to extract password from a password list entry. The following doesn't work: get-rdmEntryPassword $entry.credentials.passwordlist[1] Get-RDMEntryPassword: Cannot bind parameter 'InputObject'. Cannot convert the "RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPasswordListItem" value of type "RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPasswordListItem" to type "RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection". Same for removing password list entry: $entry.credentials.passwordlist.RemoveAt(0) MethodInvocationException: Exception calling "RemoveAt" with "1" argument(s): "Collection was of a fixed size." Thanks.

1

153

9

avatar

Christian Robert

avatar

Michel Audi

Add a Subscription ID field to the Azure Service Principal credential entry

Posting this on behalf of a customer. The Azure Service Principal credential entry in Remote Desktop Manager (shown as Secret Client Key) currently stores the Client ID, Client Secret and Tenant ID. It does not have a field for the Azure Subscription ID. When this entry is used to drive Terraform through the terraform-provider-dvls resource dvls_entry_credential_azure_service_principal, the same three fields are exposed and there is no Subscription ID among them. As a result the Subscription ID has to be supplied to the azurerm provider separately, outside of the entry, so not every value needed for the deployment lives in the vault. Request: add a native Subscription ID field on the Azure Service Principal credential entry, and expose it through the Terraform provider, so the subscription can be captured and read alongside the client and tenant values from a single Devolutions entry. Benefit: keeps the full set of values required to authenticate and target an Azure subscription in one managed entry, which is cleaner for Infrastructure-as-Code workflows where Terraform reads its Azure credentials from Devolutions.

1

21

1

avatar

Hubert Mireault

avatar

Maxim Robert

Backlog

RDM / Dashboard CyberArk : possibilité de désactiver l'invite de justification pour le connecteur RDP

DEMANDE CLIENT Nous utilisons RDM avec le Dashboard CyberArk et le connecteur CyberArk RDP. Nous avons désactivé la justification lors de l'utilisation du connecteur du côté CyberArk, mais l'invite (pop-up) demandant une justification continue de s'afficher lors de la connexion via RDM. Nous ne trouvons pas de paramètre équivalent côté RDM pour désactiver cette invite lorsqu'elle n'est pas requise côté CyberArk. Serait-il possible d'ajouter une option dans RDM pour que le comportement suive la configuration définie côté CyberArk (justification désactivée = pas d'invite) ?

0

20

1

avatar

Luc Fauvel

avatar

mschulpen

the option to change GITHUB copilot URL to Githhub Enterprise URL

Could you make it posible to adjust the github URL in for the AI from Github.com to a Github enterprise URL {tenant}.ghe.com so you can use github copilot Licentices from a github enterprise tenant

2

247

5

avatar

dominikmueller

avatar

nicolaihansen

Microsoft Entra ID dashboard - customer tenant

Hi, I love the Entra ID dashboard and would love to use it to access our customers tenants. We have access to our customers tenants through GDAP and it would be fantastic if we could create users, groups and assign licenses through the Entra ID dashboard. We access all customers with the same user (like user@contoso.com) and that user has access to several tenants. So we would need some option to select or type in the specific tenant ID we would like to manage. This would be a great feature for us! [image]

1

374

15

avatar

Maxim Buisson

avatar

Maxim Robert

Backlog

Allow drag-and-drop file transfer over SFTP when connected via RDP (remote RDM session)

CLIENT REQUEST When connected to a terminal server via RDP and running Remote Desktop Manager remotely (inside that RDP session, not locally), we can't drag-and-drop files over an SFTP connection, the cursor shows a "not allowed" icon, and copy/paste options are grayed out. The same SFTP connection and user work fine when RDM is run locally. This started right after our last upgrade. It would help to have drag-and-drop (and copy/paste) support for SFTP transfers working consistently, whether RDM is run locally or within a remote/RDP session.

0

15

0

avatar

dpc

Copy/Paste in VMRC embedded mode

After speaking with support, I understand that the clipboard component of the VMRC protocol is proprietary and has not been reverse-engineered. While the current embedded session is functionally equivalent to VMware’s web console, clipboard copy/paste is not supported in that mode. Could you please evaluate the possibility of implementing a solution or alternative method to enable this feature? Adding support for clipboard synchronization would significantly improve workflow efficiency when managing VMs directly within the embedded interface. Thanks.

1

49

2

avatar

dpc

avatar

larryransom

Microsoft SQL Server entry in Remote Desktop Manager

Could add a setting that would let you choose whether to display results to grid or text? Currently in Query mode, results are displayed in text ouput. However, if I run a view or stored procedure, those results are displayed in grid view which is more friednly when copying results to Excel, etc. There is also no Stop button to stop a query if it is taking a long time to return results. Otherwise good add on to the tool. [image] [image]

1

33

2

avatar

larryransom

avatar

tobiasroeder

Improvement of AI Assitent Integration

Hello my fellow RDM Users and Adminstrators :) I came across the AI Assistent integration with some problems. It is quite not flexible at all when it comes to Local LLM Hosting. And by that i dont mean a localhost Ollama. I mean bigger appliances for companies. We are hosting an Ollama behind a OpenwebUI that uses API Tokens but they cant be used in the "Ollama" configuration context. When i try to bind it via the OpenAI config context there are enforced models, so i also cant use them here. It would be great to get an universal useable configuration context for more complex Local AI Hosting systems. Thank you in advance

1

45

2

avatar

Maxime Forest

avatar

Maxim Robert

Backlog

Admin/Group Policy level control for session recording FPS (SQL data source)

CLIENT REQUEST Currently, the session recording frame rate (FPS) in RDM Windows can only be adjusted per-user via File > Settings > Application > Recording. When using a SQL vault, there's no way for an administrator to enforce a consistent recording FPS across all users from a central point. Could an administration-level or vault-level setting (or a Group Policy option) be added so organizations can globally control/enforce the session recording FPS for all users on a SQL data source?

0

15

0

avatar

Maxim Robert

Backlog

Visually flag expired entries in the Password List

CLIENT REQUEST The ability to mark password list entries as "expired" is great, but once saved, there's no visual indication in the list view showing which entries are actually expired. Could a visual indicator be added (e.g., strikethrough, icon, or distinct color) for expired entries? It would also help to automatically sort expired entries to the bottom of the list, separate from active ones, so they're easy to identify at a glance.

0

25

0

avatar

Maxim Robert

Backlog

Option to hide the Domain field in the RDP credential prompt

CLIENT REQUEST Since upgrading to the 2026 version, the RDP credential prompt now auto-selects the Domain field instead of defaulting to Password. In our environment, we connect using a direct-connect string to a password vault and never use the Domain field, but with focus now landing there by default, users (especially during screen shares) end up accidentally typing their password into the Domain field, which is a real security concern for us. Could an option be added to hide the Domain field entirely (or restore the previous default focus behavior) when Domain isn't used? This would remove the risk of credentials being typed into the wrong field.

0

19

0

avatar

Maxim Robert

Backlog

WatchGuard VPN connection status doesn't refresh — stays "running" after disconnect

CLIENT REQUEST Since an update, some of our WatchGuard VPN connection entries in RDM keep showing a status of "running on..." even though the connection has actually been inactive for several hours or even days. It would help to have a periodic status check for WatchGuard VPN connections so the displayed state in RDM actually reflects whether the VPN is still active, instead of getting stuck on the last known state.

0

20

0

avatar

Maxim Robert

Backlog

Enable connections to native iLO entries via the Devolutions Gateway

CLIENT REQUEST Currently, it is not possible to route a native iLO connection (entry type “iLO”) through RDM via the Devolutions Gateway. For environments where out-of-band management access (iLO, iDRAC, etc.) is to be centrally secured via the gateway, it would be very helpful if native iLO entries could be routed through the gateway, just as with other session types.

0

25

0

avatar

Jean-Sébastien Simard

Encryption via authentication for offline access

Feature request from a user Hello, One of our users has requested the ability to enforce a policy requiring additional encryption for the local cache of users with offline access, using authentication methods such as Windows Hello. Here are the user's original comments: I saw in the Devolutions Academy and in the general documentation that you can set a password for Offline Security. Unfortunately, I could not find what the enforced policy is for the password. It would be great if a certain policy can be enforced and even better if one could require a user with the privilege of Offline Mode that a form of authentication can be used (for example Windows Hello). The goal I was trying to achieve is to enforce as a company policy to the users that have offline access that their local cache has additional encryption via the authentication. At this moment it seems that it would not be possible. Original Documentation forum thread: https://forum.devolutions.net/topics/43010/offline-security#198349 . Thank you!

0

564

9

avatar

Sebastien Duquette

1 - 25 of 4778 items