https://github.com/amake/router_remote2
A (very) simple cross-platform remote control app for turning DD-WRT's OpenVPN client on and off
https://github.com/amake/router_remote2
android dd-wrt flutter ios openvpn remote-control
Last synced: about 2 months ago
JSON representation
A (very) simple cross-platform remote control app for turning DD-WRT's OpenVPN client on and off
- Host: GitHub
- URL: https://github.com/amake/router_remote2
- Owner: amake
- License: apache-2.0
- Created: 2019-06-04T14:30:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T12:06:56.000Z (over 5 years ago)
- Last Synced: 2025-06-24T01:07:26.633Z (about 1 year ago)
- Topics: android, dd-wrt, flutter, ios, openvpn, remote-control
- Language: Dart
- Size: 214 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Router Remote 2
This is an extremely simple remote control app for DD-WRT routers. Currently all
it does is toggle on and off the OpenVPN client.
It is a Flutter port of the original [Router
Remote](https://github.com/amake/RouterRemote/). It runs on both Android and
iOS.
# How To Use
1. Tap the Settings button in the upper right
1. Set the username and password you use to log in to your router's control
panel
- Note: Only BASIC authentication is supported; these credentials will be
sent as plain text!
2. Set the host for the router, e.g. 192.168.1.1
2. Go back to the main screen. The VPN on/off button should now work (assuming
you have set up the router's OpenVPN client)
# License
Apache 2.0