I have a couple of questions about Unattended Robot on Orchestrator.
1.Can an Unattended Robot be deployed to a machine without logging in to the machine?
2.Can it also be deployed without first running the UiPath Robot application?
I am currently using UiPath community edition for Studio and Orchestrator. I tried deploying a Development Robot from Orchestrator to a machine without logging on to the machine, and It didn’t work.
So from your answer, if I provide the Orchestrator with system credentials, the robots can login into the the system and perform the robot tasks by its own? In other words, the robots can be run as server RPA?
Yes, as long as the Robot was properly configured to work with Orchestrator (it needs to know the Machine key and the URL from Orchestrator).
It is necessary to configure the Robot first on the target machine, but in general Robot service is taking care of further communication with Orchestrator and as such it should start automatically with your Windows.
So to answer your last question - it is possible to run a job from Orchestrator on an unattended robot without logging in to the machine yourself. Prerequisite for that is that the Robot was properly configured on both the machine (machine key and orchestrator url) and in Orchestrator (credentials).
Thank you for your answer, you cleared up all of my questions!
One more question, regarding my last question, is it only possible doing so with unattended robot, or we can use attended robot as well?