Skip to main content
Nintex Community Menu Bar

I’m trying to figure out what services are required to be running on the server and workstation for the unattended robot to function. Does anyone know? RPA Version 24.4.2.5 but would take details from any version at this point.

RPA has a lot of services; we have main services and micro services. Watchdog starts the microservices and manages them. We have 30+ microservices. Running in the background as processes and can be seen in task manager. They usually show as Node.js services. You can see the microservices in appsettings.production.json

 

To check to see if they are running, you look in the SEQ logs at the Watchdog entries as it constantly checks the status of all the services and if there is an issue it will throw an error.

 

Kryon or Nintex RPA Server – Main should be running on your server machine. There will be others as well.

 

On your workstation you should see the Player Service and the Studio service.

 

Is there a specific reason you are asking about the services?


Hi ​@laur913,

In addtion to ​@MRepetti’s response, below are the main RPA services for v24.4. These should be running.

 


Hi ​@laur913 has your question been answered?