Feature Request

Feature request forum for Remote Desktop Manager Windows

Newest

Most active

Most votes

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

258

6

avatar

Maxime Forest

avatar

niborjusdv

wrap connection fail message

When using Remote Desktop, if the connection fails, there is a message in a box next to buttons to try again, close, etc. The box has plenty of room to show any message, but it only uses the top line and a scroll bar. It would be much more useable if it would instead just wrap the text so that we can see it.

1

12

1

avatar

Hubert Mireault

avatar

G-rant001

Right click object, but need IP

This might already be there, but it like that you can right click an object to get name, username, password and other information. But I cannot get the IP address. This is important too for networking needs. [image]

1

18

5

avatar

G-rant001

avatar

ahmedallakani

Remote Windows Services

it would be really nice if we got a new type of Entry to manage remote Windows Servers Services, instead of opening that server via RDP and manage its service within the session,

1

57

5

avatar

Michael Beaudin

avatar

RDMTinkerer2

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

181

13

avatar

Hubert Mireault

avatar

John Bruhin

Support for Passkeys

Hi there Passkeys are the „next big thing“ for authentication. Some Password Managers are implementing support for Passkeys. Is something planned to integrate Passkey support? Best regards, John

0

992

10

avatar

Luc Fauvel

avatar

stefanbrinskelle

Expired User & Passwort has no effect on RDP or Host

Hi, When the login credentials have expired, I can no longer view or copy the password. I think this behavior is correct. However, I can still copy the password from the RDP / Host entry (or any other entry that uses these credentials). I would expect the RDP / Host entry to behave the same way as the login credentials entry: Copying the password should display the same error message. Starting a session should also be blocked with the same error dialog. However, on the dashboard I would only like to see one notification about the expired credentials, not an additional notification for every RDP / Host (or other entry) that references those credentials. [image] [image] [image]

1

20

4

avatar

Hubert Mireault

avatar

stefanbrinskelle

Task in Dashboard - Entry

Hi, Is it possible to add Tasks to the entry dashboard, similar to Documentation and the other sections? Currently, I have to open the entry and use the context menu to open a separate Task page for this entry. Or is there a reason, why there is a separate Task page ? [image] And also in the properties? [image]

1

29

3

avatar

Hubert Mireault

avatar

agennari

Additional fields in Passwordstate window

Hello, I am using Passworstate as passwords vault and there are two annoying "issues" in the selecting password window: I can not know what server I selecting password for If there are multiple password for same server, I can not know what I am selecting 1 Starting from this window [image] I for example I have to reopen several sessions after a restart, I can not see what server the password I am selecting is related to. It might me very useful to put in this windows the name of the session is related to. 2 If I have to select a password from a server that has more than one password saved, I can not see what username I am selecting [image] so place username together to the name of the password might be the definitive solution. Thanks in advance. Bye. Alessio

1

45

2

avatar

Jafran Majeau

avatar

marek

Permission to traverse folders

We currently rolling out the RDM with around 10k entries in DB. As we are enterprise we upload/sync all entries using PS and create group structures accordingly One issue we bumped into is the complex way to delegate view permission to subfolders without seeing the content of the root and upper level folders. You provide guide on how to do it but in organisation with complex structures and numerous systems this is not really applicable Example: Root: Folder A Folder B Folder B1 Folder B11 Folder B2 Folder B3 If we want to allow certain team to only see the folder B11 sessions, we have to - add View permissions to Folder B , B1, B11 - deny View permissions in Folder B2, B3 and any new folder which gets automatically created, which kinda beats the purpose of Automation. What would be great if you come up with feature allowing to traverse folders without seeing the content example: - add View on folder B11 would automatically assign traverse on all bellow folders That would greatly simplify the permissions handling and usability in large environments

1

1075

11

avatar

cyraxan

avatar

podralski

Native Passkey Support in Embedded Browsers for Microsoft Admin Center

Add native Passkey (WebAuthn) redirection support within the embedded browser session window (specifically for Edge/Chrome engines). This will allow MSPs and enterprise administrators to leverage the Private Mode (Tenant Isolation) feature while simultaneously adhering to Microsoft’s mandatory phishing-resistant MFA requirements (such as Entra Admin Center passkey logins). Currently, Remote Desktop Manager (RDM) handles multi-tenant isolation beautifully via Private Mode in embedded browser entries. However, as Microsoft aggressively pushes phishing-resistant authentication—making passkeys mandatory for Entra admin center access—administrators hit a wall. When trying to authenticate using a passkey inside an embedded browser tab, the WebAuthn API call fails or is unable to use the added passkey from the DVLS safe. To work around this, we are forced to open sessions in an External Browser . While this fixes authentication, it completely breaks the tenant isolation benefits of Private Mode and clutters the local machine with multiple browser profiles. As an MSP, we need to open lots of Microsoft Admin Centres at the same time.. It is therefore necessary to have a central overview, with each entry opening in the embedded browser. We need the embedded browser component in RDM to natively support integrated passkeys in the DVLS safe. Seamless MFA: When a website inside an embedded tab requests a passkey, RDM should trigger the integrated passkey. Best of Both Worlds: Keep the excellent session isolation provided by Private Mode and allow administrators to log in using modern passkeys securely. Why This Matters Mandatory Microsoft Requirements: Microsoft is steadily rolling out mandatory phishing-resistant MFA for all admin portals. This isn't a "nice-to-have" anymore; it is becoming a hard blocker for daily administration. Crucial for MSPs: Managing dozens of Entra tenants requires strict isolation to prevent accidental cross-tenant data leaks or session bleeding. Productivity: Switching back and forth between embedded and external browsers breaks the unified "single pane of glass" workflow that makes RDM so powerful.

1

29

1

avatar

Luc Fauvel

avatar

stefanbrinskelle

The logs contain a mixture of languages

Hi, in our company, some colleagues use RDM in German, while others use it in English. Depending on the selected language setting, the logs are permanently stored in that language. It would be great if the logs were displayed according to the currently selected language setting. [image] [image]

1

22

1

avatar

Hubert Mireault

avatar

stefanbrinskelle

Task in Dashboard - Overview

Hi, is it possible to add Tasks to the Dashboard, similar to the "Entries"? When I click on a Task, the Task List should open. I think the same option as for the Entries would work well. By default, it could be set to "Never". [image]

1

18

1

avatar

Hubert Mireault

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

22

3

avatar

Hubert Mireault

avatar

info107

filters and sort by on ctrl+space search

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

1

16

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

21

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

475

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

38

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

47

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

41

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

58

6

avatar

Maxim Robert

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

48

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

51

6

avatar

Hubert Mireault

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

28

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

27

1

avatar

Luc Fauvel

1 - 25 of 4785 items