You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible for scrcpy to work wirelessly on a different network without rooting my device?
I heard that i can use something called an SSH Tunnel but i think that needs rooting for it to work
Thanks.
The text was updated successfully, but these errors were encountered:
Yes, this is possible. What you're looking is an OpenVPN connection, (a lot of routers nowadays supports this functionality) you might consider taking a look into your router configurations. See below for my instructions setting up,
Here’s a step-by-step workflow for setting up a remote phone mirroring system using OpenVPN:
Step 1: Check Your Router for OpenVPN Support
-Check if your router supports OpenVPN (many modern routers do).
-If OpenVPN is supported, enable it in your router settings.
-If your router doesn't support OpenVPN, proceed to Step 2.
Step 2: Set Up an OpenVPN Server
-If your router doesn't support OpenVPN, set up an OpenVPN server on a dedicated device (e.g., Raspberry Pi, PC, or cloud server).
-Follow OpenVPN's installation instructions for the chosen device.
Step 3: Install OpenVPN Client on the Remote Device
-On your main phone or desktop (the device you’ll use to access the home phone), install the OpenVPN client.
-Configure the client with the OpenVPN connection settings from your home network (or server you set up in Step 2).
Step 4: Establish the OpenVPN Tunnel
-Connect your OpenVPN client to your home network. This will make it appear as if the remote device is on the same local network as the home network.
Step 5: Use scrcpy to Mirror the Phone
-On the remote device, use scrcpy (a tool for mirroring Android screens).
-Connect to the local IP address of the phone you want to mirror, now that you're on the same network via the OpenVPN tunnel.
Please let me know, if this is what you meant? Also please let me know if you need assistance setting up.
Hello everyone
Is it possible for scrcpy to work wirelessly on a different network without rooting my device?
I heard that i can use something called an SSH Tunnel but i think that needs rooting for it to work
Thanks.
The text was updated successfully, but these errors were encountered: