Display is forwarded from the instance to the web browser via webrtc - if the display doesn't show or is black, it is probable that something is blocking webrtc.
Google Chrome
Genymotion v9.0.0 and lower images are no longer compatible with Google Chrome since version 89.
Make sure your instances use Genymotion version 10.0.0 or higher:
Add-ons and extensions
If you use add-ons, extensions or blockers with your web browser, make sure that they don't block webrtc.
Firewall and security
-
Make sure you have configured your cloud provider security group or firewall in a way you can connect to the instance from your location with at least the following rules:
https IN TCP 443 webrtc IN TCP 51000-51100 webrtc IN UDP 51000-51100 -
If you are using a local firewall, make sure the following ports are open:
https IN TCP 443 webrtc IN TCP 51000-51100 webrtc IN UDP 51000-51100 -
If you are accessing from a company network, make sure your company infrastructure has opened the HTTPS port:
https OUT TCP 443If your company is using a proxy, you also need to allow HTTP CONNECT on any ports. If the proxy is a SOCKv5 proxy, allow UDP ASSOCIATE.
If your company network uses NAT, you will either need to whitelist our TURN/STUN IPs or use your own TURN server. For more details, please refer to this article: How to create and setup a STUN/TURN server on AWS?
- Restart the instance
No Public IP
If your instance does not have any public IP and you are getting a black display when connecting to the instance private IP, you are probably using an old deprecated Genymotion AMI/image.
Make sure to use the latest available stable version Genymotion AMI/image. Please refer to Genymotion PaaS changelog for reference.