Adb to a remote server

Hi!

I want to connect to devices that really are connected to another machine.

I tryed using adb -s deviceId -H remoteHostIp devices and other adb commands and it worked…

But when I read the Appium documentation I cannot find any parameter that allow me to set the remote host where I want to connect…

This option exists?

Thank you very much!

I’m sorry, I found that I can pass the remoteAdbHost parameter to the adb using this parameter as a capability :slight_smile:

Hi, can you please tell me how to pass that?

I tried using remoteAdbHost : IP but it didnt connect.