Skip to main content
Question

How to connect different control room with existing installed BOT Agent ?

  • July 20, 2026
  • 1 reply
  • 17 views

Please provide the steps for, how to switch between different control room without reinstalling the BOT Agent on local system. 

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • July 20, 2026

@PRANESH 4971 Create a batch file with the following contents and Run it as Administrator. This will erase the Bot Agent’s connection, allowing you to connect with another control room.

@echo off
net stop "Automation Anywhere Bot Agent"
del /f /q c:\windows\system32\config\systemprofile\appdata\local\automationanywhere\*.*
net start "Automation Anywhere Bot Agent"