ADB connection is lost after a while with my Genymotion PaaS/Device image instance(s).

This usually happens when the instance has been hacked and compromised via TCP port 5555.

ADB connection is not secured, nor authenticated: if your instance inbound rules allow any connections to anyone - or if TCP port 5555 is open to anyone (0.0.0.0/0) - and ADB access is enabled, then anyone can connect to it via ADB and inject malicious software or corrupt it.

If this is your case, delete your instances as soon as possible and use one the following methods to secure ADB connections:

Need more help?