How to setup robot account for VM that need to be access from a jump sever (or another vm)

is it possible to run automation in VM that have to be access from jump server(or another vm)? if possible how can i set up the robot account?what credential should i use?

i try to use only vm credential but it fail?

@data.01

Yes it is possible to run the automation in VM by logging into that from another VM. We need to add both the Machine And account in the orchestrator folder where you have your code, So that you can directly trigger the Automation from Orchestrator but logging into the Jump Server(Another VM) is Mandatory.

I hope This VIdeo Can Help You.

so i need to set up two robot account? one for jump server and one for VM?

i got this error when trying to start automation from orchestrator

Could not start executor. Logon failed for user CBJSAFDUI01V\ADMINISTRATOR. Reason: ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect…

System.Exception: Could not start executor. Logon failed for user CBJSAFDUI01V\ADMINISTRATOR. Reason: ERROR_LOGON_FAILURE=ERROR_LOGON_FAILURE=0x0000052E : The user name or password is incorrect…

@data.01

Only for jump server we need to set up robot account, And you need to add the step of connecting to VM in the code.

how to do this, how to connect to VM from jump server wtih code?
and what if log on into the jump server and VM first can i trigger the job from there and what credential do i need?

sorry for long question