RDP session on PROD server when execute bot?

Hi,
Orchestrator creates an interactive RDP session on PROD server when executing the bot ?

Thanks in Advanced

@Pal_Patel

In UiPath Orchestrator, when executing a bot on a production server, the default behavior is not to create an interactive RDP session. Instead, the bot runs in an unattended manner, meaning it operates without the need for human intervention or interaction.

1 Like

I’m not sure what you mean by interactive. Orchestrator doesn’t create a RDP session, the Robot (ie robot.exe process) on the server does that. Orchestrator just tells it to start the job, then robot creates a RDP session and runs the job within it.

1 Like

Hi @treesa.maria Thanks for the respond.

Ok, got it. So, Robot creates an RDP session on PROD server , when orchestrator sends an command to execute the bot ?

@Pal_Patel

Yes, that’s correct. When the Orchestrator sends a command to execute a bot, the UiPath Robot will establish an RDP (Remote Desktop Protocol) session on the designated Production (PROD) server to execute the automation process.

1 Like

It’s the same server. Robot is running on the server where Orchestrator says the Job should run. Robot establishes a RDP session with the same server it’s running on.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.