Skip to main content
Ground Control | Tier 1
July 20, 2026
Question

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

  • July 20, 2026
  • 3 replies
  • 56 views

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

3 replies

Aaron.Gleason
Automation Anywhere Team
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"

 

Cadet | Tier 2
July 22, 2026

You can use incognito mode in browser to login directly another control room with out installing bot agent. If you need to run the bot in same machine then 

Goto -> Control Room -> My settings -> Devices

 

And  change the device name.

Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
July 22, 2026

@Om 8698 Incognito isn’t even necessary. I switch between MANY control rooms without that.