Skip to content

ADB Wireless Connection

This section covers connecting your Meta Quest headsets to your computer over WiFi — enabling capabilities such as streaming and basic remote control functions.

In the Manager app, once you start a session, locate the desired headset, either in the In Game panel or in the Linked Headsets panel.

image.png

image.png

The Local IP address is displayed in the device’s information panel.

image.png

Alternatively, the IP address can be found directly on the headset. Navigate to Settings > WiFi > scroll down to find the IP Address.


  1. Connect your Meta Quest headset to your computer via USB-C.
  2. On the headset, when prompted to “Allow USB debugging”, select Always allow.
  3. On your computer, open a terminal or command prompt and run: adb tcpip 5555
  4. Disconnect the USB connection from your headset.
  1. If you get a cannot connect error, restart the ADB server by running the following commands:
    1. adb kill-server
    2. adb tcpip 5555
  2. If prompted for permission on the headset again, select Always allow.