Requirements

This chapter lists the prerequisites for an optimal use of Genymotion Device image.

Web browser

For best result and compatibility, we recommend Google Chrome ≥ 85 (Mobile or Desktop).

Genymotion Device image is also known to work fine on the following browsers, but may not provide an optimal level of performance:

Network security settings

To enable communication from your host(s) to your instance, you need to set or update your security groups/firewall to allow inbound connections from your local network (inbound).

You can use the following inbound rules to allow access with balanced security:

| Service | Protocol | Port(s) | Source | Destination | | --- | --- | --- | --- | --- | | HTTPS/WSS | TCP | 443 | Any / Authorized hosts | Any | | HTTP | TCP | 80 | Any / Authorized hosts | Any | | WebRTC (TCP)** | TCP | 51000-51100 | Any / Authorized hosts | Any | | WebRTC (UDP)** | UDP | 51000-51100 | Any / Authorized hosts | Any | | ADB* | TCP | 5555 | Authorized hosts only | Any | | SSH | TCP | 22 | Authorized hosts only | Any |

**ADB connections are neither secured nor authenticated; you should NEVER allow this port to all sources! If you wish an even more secure way to connect a device to ADB, you can use an SSH tunnel instead of allowing TCP port 5555.

**WebRTC is optional, but recommended for better performance and compatibility with modern browsers.