Why won’t Genymotion connect even after installation?
How to connect a virtual device to ADB in Genymotion SaaS?
✅ YES, if it is Genymotion SaaS you must use gmsaas; connecting by IP is not possible.
Run gmsaas auth token <token>, set the Android SDK path with gmsaas config set android-sdk-path <sdk_path>, verify with gmsaas doctor, then connect the running instance with gmsaas instances adbconnect <instance_uuid> and confirm with adb devices.
If gmsaas instances list shows more than one ONLINE device, the UUID argument is required. If you omit it, the command only works when exactly one instance is ONLINE. See How to connect a virtual device to ADB in Genymotion SaaS? and Connect to ADB.
What OS are you using for the machine where you installed gmsaas?