Multiple NOX devices on Appium

Hi everyone,

I’m trying to connect 4 NOX instances for my Appium testing, since the stock android one seems buggy and slow for my server.

I managed to connect 1 device through the command: adb connect 127.0.0.1:62001, but once I do that again with a different port, the 1st device disconnects again.

Does anyone have a proper method to connect multiple NOX devices with Appium ?