Requirements

Requirements

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

Web browser

For best result and compatibility, Google Chrome version 85 or higher is recommended for Mobile or Desktop usage.

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 the host(s) to the Genymotion Device image instance, set or update security groups or firewall rules to allow inbound connections from the 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.