The possibility to automate a desktop app on Linux through RDP on a remote machine

Is it possible to run a desktop app on a remote Linux machine using an unattended robot via RDP, with xrdp installed on the Linux machine, and manipulate UI elements as on Windows? The test would be executed from a Windows machine. If this isn’t possible, is there another solution for implementing UiPath for this task?

Hey @marko.vojinovic
Running a desktop application on a remote Linux machine using an unattended UiPath robot via RDP, and manipulating UI elements as you would on Windows, is currently not feasible in the same way.
UiPath robots designed for Linux environments are limited to cross-platform automations and do not support direct UI interaction for desktop applications.
These Linux robots are typically used in headless Docker containers and are ideal for automations that don’t require GUI elements, focusing instead on background tasks
Robot - Linux Robots

Hey @pikorpa
Thanks for quick response!!