Package Details: remote-desktop-manager 2026.1.1.1-1

Git Clone URL: https://aur.archlinux.org/remote-desktop-manager.git (read-only, click to copy)
Package Base: remote-desktop-manager
Description: Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team.
Upstream URL: https://remotedesktopmanager.com/
Keywords: desktop rdm rdp remote ssh
Licenses: proprietary
Submitter: tgm4883
Maintainer: tgm4883 (devolutionsinfra)
Last Packager: devolutionsinfra
Votes: 13
Popularity: 0.004172
First Submitted: 2020-06-17 21:39 (UTC)
Last Updated: 2026-04-02 17:13 (UTC)

Pinned Comments

tgm4883 commented on 2023-07-14 00:18 (UTC)

Support for this software (Remote Desktop Manager) should happen on their forum: https://forum.devolutions.net/product/rdm-linux

Issues with the packaging should be reported here.

Latest Comments

1 2 3 4 5 Next › Last »

tgm4883 commented on 2026-02-12 19:25 (UTC)

@archylinux

I don't use RDM Azure as a backend, but that error message is due to the datasource (which is specific to your organization) only supporting up to 2022.2.9999 of the application. Generally the minor version changes of the app require a database update, which is why you aren't able to connect. That's a pretty old version requirement though (4 years at this point), so either your organization would need to update to a more recent version or you would need to install a compatible version (looks like the last version of that was 2022.2.2.7 ).

archylinux commented on 2026-02-12 18:20 (UTC) (edited on 2026-02-12 18:21 (UTC) by archylinux)

I try to connect the data source Microsoft Azure SQL on CatchyOS Linux. I got following error message:

The data source 'RDM Azure' requires a Remote Desktop manager version lower than or equal to 2022.2.9999. Please contact your Remote Desktop Manager administrator.

blacktux88 commented on 2024-08-30 22:55 (UTC)

Hi there ,

i tried the remote desktop manager package with CachyOS arch linux.

i tried to connect to our business Hub , after the browser send me back to RDM i got an 401 error Unknown Error

Thanks

zxp19821005 commented on 2024-07-30 15:57 (UTC)

Maybe you can add aarch64 in the arch section.

nparr-devo commented on 2024-04-25 20:33 (UTC) (edited on 2024-04-26 17:33 (UTC) by nparr-devo)

@yochananmarqos

Hi, I'm one of the devs working on the Linux version of Remote Desktop Manager.

First of, thank you for bringing this to our attention. As it happens, the missing dependencies were alreading something that was being rectified in this new version, so you can expect them in the version releasing in the next few days (2024.1.1.2). As for the simplifications you suggested in the PKGBUILD, we'll look into that for future versions. We just want to avoid having to do any more rounds of tests seeing as this release is imminent.

yochananmarqos commented on 2024-04-19 23:37 (UTC)

The dependencies are incorrect, check the Debian control file. It appears they should be:

depends=('ca-certificates-mozilla' 'libsecret' 'org.freedesktop.secrets' 'vte3' 'webkit2gtk-4.1')
optdepends=('libappindicator-gtk3' 'lsof' 'xdotool')

You can drop the prepare() function and just do this:

package() {
  bsdtar -xvf data.tar.xz -C "${pkgdir}/"
  mv "$pkgdir/bin" "$pkgdir/usr/"
}

faith_healer commented on 2024-03-30 07:32 (UTC)

@tgm4883 thanks a lot! I fixed before your update the issue manually, now you did it too - very appreciated!

tgm4883 commented on 2024-03-30 04:36 (UTC)

@faith_healer

Looks like devolutions changed the name of that. I've updated the pkgbuild to be more inline with there deb packaging which should fix the issue.

faith_healer commented on 2024-03-29 16:12 (UTC)

almost every time I see an update of that package I get

sed: can't read /home/faith/.cache/yay/remote-desktop-manager/src/usr/share/applications/remotedesktopmanager.desktop: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... -> error making: remote-desktop-manager-exit status 4

even if I remove and install again with yay cache cleaning.

0x0ffe1 commented on 2024-03-12 02:00 (UTC) (edited on 2024-03-12 10:12 (UTC) by 0x0ffe1)

Cannot excute backup in the tab of File -> Backup

   at Devolutions.RemoteDesktopManager.Business.OnlineBackupDescriptor.Backup(BaseConnectionDataSource dataSource, String connections, Int32 entryCount, Int32 itemCount, Boolean manualBackup)
   at Devolutions.RemoteDesktopManager.Managers.BackupManager.ProcessTask(BackupTask task)
   at Devolutions.RemoteDesktopManager.Managers.ActionManager.ExecuteBackup()
   at InvokeStub_EventHandler.Invoke(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Meanwhile touch pad scroll and mouse scroll both do not work in RDP. By the way the SFTP and SCP session work, but it is really laggy when click to open the session. Otherwise when the SFTP or SCP session was opened, RDM takes a lot of memory resources(4.6GB) and CPU resources(some cores of CPU up to 90% which leads the fan really noisy), does it is the usual status?