top of page
Ws-scrcpy Jun 2026
Hi, how can I connect to a remote android device? #47 - GitHub
WS-SCRCPY runs its own ADB server. Close all ADB processes: ws-scrcpy
ssh -L 8000:localhost:8000 user@remote_host_ip Hi, how can I connect to a remote android device
: Like the original scrcpy, it operates via ADB and does not need root permissions. Prerequisites Before setting up ws-scrcpy, ensure you have: ws-scrcpy
git clone https://github.com/NetrisTV/ws-scrcpy.git cd ws-scrcpy npm install Use code with caution.
If you want, I can:
bottom of page
