Skip to main content
Solved

Running AARI Process as Unattended on Virtual Machine

  • November 25, 2025
  • 4 replies
  • 57 views

Forum|alt.badge.img+2

I am just getting started with using AARI. I have set up a process that takes an input from a form, and then runs a bot based on the selection in the form.

I am able to launch the form and make a selection using AARI, however I can’t get the bot to run as unattended on the virtual machine.

I have tried setting up the deployment using a device pool that the virtual machine is part of, but I’m struggling to get it to work. Could anyone advise me on how to get this set up correctly?

Best answer by Oli.Morris

Hi ​@jane.neasham 

Firstly, we renamed AARI to Co-pilot some time ago. If you’re searching the docs, this may have an impact on the results returned.

We have a video on the University, Setting up Automation Co-pilot for Business Users, that will walk you through all of the steps needed to execute a Co-pilot automation on an unattended device. The initial setup with Control Room roles can be fiddly, but only needs to be done once.

Thanks

Oli

This topic has been closed for replies.

4 replies

Lu.Hunnicutt
Pathfinder Community Team
Forum|alt.badge.img+19
  • Pathfinder Community Team
  • November 25, 2025

I am just getting started with using AARI. I have set up a process that takes an input from a form, and then runs a bot based on the selection in the form.

I am able to launch the form and make a selection using AARI, however I can’t get the bot to run as unattended on the virtual machine.

I have tried setting up the deployment using a device pool that the virtual machine is part of, but I’m struggling to get it to work. Could anyone advise me on how to get this set up correctly?

Let me tag some folks who may be able to support you here:
@Vatsy 
@Padmakumar 
 


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • November 26, 2025

Hi ​@jane.neasham,

Setting up AARI to trigger an unattended bot on a virtual machine can be tricky because it involves multiple components: the AARI Form, Bot deployment settings, and Device pool configuration. 

 

1. Check Bot Deployment Settings

When you configure the bot in Automation Anywhere Control Room, ensure:

  • Run as Unattended is selected.
  • The bot is assigned to a device pool that includes your virtual machine.
  • The user credentials for the VM are properly set up in the Control Room (under Devices → Credentials Vault).

2. Verify Device Pool Configuration

Confirm that:

  • The virtual machine is online and showing as available in the device pool.
  • The Automation Anywhere Bot Agent is installed and running on the VM.
  • The Bot Agent is registered with the same Control Room environment.

3. Credential Mapping

For unattended bots, you need to map Control Room user credentials to the VM:

  • Go to Devices → Manage Devices → Edit Device.
  • Assign the Windows credentials for the VM under Credential Mapping.
  • Test the connection to ensure it works.

4. AARI Process Configuration

In your AARI process:

  • Ensure the bot action is set to Run as Unattended.
  • Select the correct device pool in the bot action settings.
  • If you’re passing form inputs to the bot, confirm that the input variables are mapped correctly.

5. Check Licensing

Make sure you have Unattended Bot licenses available. If you only have Attended licenses, the bot will not run on the VM without user intervention.


Before triggering via AARI, check the following points:

  • Try running the bot directly from Control Room on the VM using the same device pool.
  • If that works, the issue is likely in the AARI process configuration.
  • If it doesn’t, the problem is with the Device pool or Credential mapping.

Oli.Morris
Automation Anywhere Team
Forum|alt.badge.img+12
  • Automation Anywhere Team
  • Answer
  • November 26, 2025

Hi ​@jane.neasham 

Firstly, we renamed AARI to Co-pilot some time ago. If you’re searching the docs, this may have an impact on the results returned.

We have a video on the University, Setting up Automation Co-pilot for Business Users, that will walk you through all of the steps needed to execute a Co-pilot automation on an unattended device. The initial setup with Control Room roles can be fiddly, but only needs to be done once.

Thanks

Oli


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • November 26, 2025

Thanks ​@Padmakumar and ​@Oli.Morris for your replies, they’ve certainly been helpful. I have now been able to set up the Control Room with the required users, roles and device pools, and successfully run the process using the VM. Thanks for your help. Now I can move on to the fun part and try out some use cases for my department!