3 weeks ago
Hey there looking for some help on whether the following is possible:
We have 1 Production Server, 1 Development Server and an IC Server and on Production we have 3 robots that we would like to log in concurrently to run their respective processes.
What I'm trying to understand is whether this is possible or whether each robot requires an individual VM to run its automations?
Thanks
3 weeks ago
Hey @SHouston ,
Yes, that is right. You would need 3 individual VMs to processes concurrently. This would take 3 different sessions (license) Thanks
3 weeks ago
So if we have individual licenses for the robots, do they require a standalone VM per robot or can we operate RDP sessions on the server since they are in effect acting like a human user; logging in, doing tasks, logging out?
3 weeks ago
Hello,
I agree with Rafeeq_Mohammad. While you have three licenses, it is recommended to have a separate VM for each robot. Technically, it is possible to run three runtime resources on the same VM, but each resource must listen on a different port—for example, port 8181 for User 1, port 8182 for User 2, and port 8183 for User 3.
However, it's important to note that using RDP is not recommended if you are running Login Agent in a production environment. Additionally, launching all three robots simultaneously may lead to errors, especially if they are accessing the same application.
Best regards,
Rafik
3 weeks ago
Interesting to be sure, so how do organisations with large volumes of bots mange their environments as I can't imagine trying to manage 10, 20 or 30+ robots running hundereds or thousands of automations would be very efficient if each had to have their own VM?
3 weeks ago - last edited 3 weeks ago
As I mentioned, it is technically possible to execute multiple Runtime Resource instances on the same machine (How can I run multiple Runtime Resources on the same machine? ) . However, you need to consider several factors for running processes in parallel on the same Runtime Resource:
You can find more details here: Can I run multiple Processes in parallel on one Runtime Resource?
Best regards,