Remote Control
DongleControl includes a built-in web remote that lets anyone on your network control the presentation from their phone, tablet, or laptop. No app install needed — just a browser.
How It Works
DongleControl runs a web server on port 7770. Any device on the same network can open the remote interface by visiting:
http://<your-computer-ip>:7770/remote/
The remote connects via Socket.IO and receives the same state updates as the main control window. It’s a full two-way connection — commands from the remote are processed instantly.
Connecting
- Make sure the remote device is on the same Wi-Fi network as the computer running DongleControl
- Find your computer’s local IP address (shown in DongleControl settings, or check your network settings)
- Open a browser on the remote device and go to
http://<ip>:7770/remote/ - Enter the PIN code displayed in DongleControl’s settings
PIN Authentication
For security, remotes must enter a 4-digit PIN before they can control the presentation. This prevents unauthorized devices from changing your slides.
- The PIN is displayed in Settings > Remote
- Change the PIN anytime from settings
- Each connection requires the PIN — it doesn’t persist between sessions
What You Can Do from the Remote
The remote interface provides:
- Slide navigation — tap to stage, advance, or go back
- Go Live — send the staged slide to the projector
- Clear — black out the projector
- Section list — jump to any section in your service order
- Live indicator — see what’s currently on the projector
Use Cases
- Worship leader — advance lyrics from the stage without a dedicated operator
- Roaming tech — control slides while troubleshooting audio or video
- Pastor — advance sermon slides from the pulpit
- Backup operator — a second person can take over if the primary operator steps away
Tips
- Bookmark it: Save the remote URL on your phone’s home screen for quick access
- Low latency: The remote uses WebSocket for near-instant response
- Multiple remotes: Any number of devices can connect simultaneously
- Mobile-friendly: The remote is designed for touch screens — large tap targets, simple layout