How to keep the bot running if I got disconnected from the remote desktop connection

I am running a bot by accessing the server by remote desktop connection but sometimes I got disconnected because of the server time-out issue or my own internet connection and the bot stops working ,
SO how can I make it running even if I got disconnected

@Sami_Rajput
Is it running attended?
if yes then
Consider utilizing an Unattended Robot or running the bot as a Windows service to ensure uninterrupted operation. Unattended Robots in UiPath are specifically designed to function independently of an active user session, allowing them to run even when no user is logged in or when the Remote Desktop Connection is disconnected. By deploying your bot as an Unattended Robot, you can ensure that it remains operational in the background, regardless of your own session’s status.
Alternatively, configuring the bot to run as a Windows service eliminates reliance on the Remote Desktop Connection. This approach ensures that the bot automatically starts upon server boot-up and continues running even if you are not logged in or experience a disconnection from the Remote Desktop Connection.

1 Like

@raja.arslankhan
Thanks!

1 Like

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