Activities using keyboard and mouse are not working on my cloud server

we have a cloud type environment that our orchestrator is installed on, when we finished the projects I noticed that without the user connected with the mouse and keyboard the projects will not work.

I believe that the fact that there is no user connected makes it impossible for activities that use the keyboard and mouse to work

This makes sense in the case where you’re not using SimulateClick or SendWindowMessages, since UiPath uses the driver on the machine. The driver is likely not listening for input unless there is a physical device to listen to.