Configurable Port Range for Device Connections #1873
chetansutar008
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
Make sense! We will add support |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@saikrishna321 I really appreciate it! Thanks so much. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current Appium Device Farm implementation dynamically allocates ports for device connections. This poses a potential security risk, as it requires opening a broad range of ports on the firewall when remote access is needed (for example, when accessing from another network).
It would be highly beneficial if the plugin could allow configuring a specific range of ports for device connections. This would enable teams to open and monitor only a limited, controlled set of ports — improving both security and network manageability.
Suggested Enhancement:
Introduce a configuration option (e.g., devicePortRangeMin: 8200, devicePortRangeMax : 8250]) that restricts port allocation to a defined range.
The plugin should allocate device communication ports only from this specified range.
Beta Was this translation helpful? Give feedback.
All reactions