Configure Meta Quest Headsets
Configure your Meta Quest headset for use with the SIMPLE web platform.
Why Configure IP Addresses?
The web platform uses headset IP addresses to:
- Assign colors to each headset
- Display the correct icons in the simulation control page
- Draw colored borders around video streams
Therefore, you must set a static IP address for each headset.
Configure Network Settings
On your headset:
- Go to Settings → Wi-Fi → Arrow next to your network → Edit → Advanced
- Set the following:
- IP Assignment: Static
- IP Address:
192.168.68.x(choose x based on headset color constants) - Gateway:
192.168.68.1 - Network Prefix Length:
24 - DNS 1:
1.1.1.1 - DNS 2:
1.0.0.1 - Private MAC: No
- Proxy: No
- Hidden Network: No
info
Headsets with IPs not in the configured list will display a gray border.
Enable Wireless ADB
Wireless ADB allows the web platform to communicate with the headset over WiFi.
Install Oculus Wireless ADB
- Download the
.apkfile from Oculus Wireless ADB releases - Connect your headset to your computer via USB
- Install the app:
adb install tdg.oculuswirelessADB-1.3.apk
adb shell pm grant tdg.oculuswirelessadb android.permission.WRITE_SECURE_SETTINGS
(Optional) Speed up connections:
adb tcpip 5555
Connect Wirelessly
- Ensure only one headset is connected to your computer:
adb devices
- If multiple devices appear, disconnect them:
adb disconnect - On your headset, open Library → Unknown Sources → Oculus Wireless ADB
- Enable TCPIP Mode
- Toggle Wireless ADB on
Your headset can now connect remotely to the web platform.
tip
Add headset IPs to HEADSETS_IPS in your .env file for faster automatic connections. See the .env reference.
Troubleshooting
Having issues? See the troubleshooting guide for help with common problems.