Wireless ADB Controller

Android Module logo

A simple Magisk module to control wireless ADB daemon. It allows you to start wireless ADBD in current session, start automatically on boot, set custom ports, and manage ADB keys (backup/restore/import). It supports KernelSU WebUI as well.

GitHub all releases

Last Updated

How to Use

  1. Install the module via Magisk, KernelSU, or Apatch.
  2. Reboot your device.
  3. Open Termux or a terminal emulator and run the following command as su.

Commands


wadbd on <port>              - Enable wireless ADB on the specified port.

wadbd off                   - Disable wireless ADB.

wadbd status                - Show the status of wireless ADB.

wadbd enable-on-boot <port> - Enable wireless ADB on boot with the specified port.

wadbd disable-on-boot       - Disable wireless ADB on boot.

wadbd --import-key <path>   - Import an adbkey.pub file to authorize ADB without prompt.

wadbd --backup <path>         - Backup authorized adb_keys

wadbd --restore <path>        -restore backed up adb_keys

wadbd --clear-keys            - Revokes all authorized Keys

WebUI

WebUI Screenshot KernelSU Screenshot

Terminal Commands

wadbd on [port]

wadbd status

wadbd off

wadbd enable-on-boot [port]

wadbd disable-on-boot

Experimental πŸ‘©β€πŸ”¬

⚠️ These Features/Commands are Experimental and are not guaranteed to work on all devices. Use them at your own risk. These features are not available in WebUI and will never be added.

wadbd --import-keys <path-to-adbkey.pub>

wadbd --backup <path> / wadbd --restore <path>

wadbd --clear-keys


License

This Script Is Free Software. You can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free SoftwareFoundation,either version 3 of the License , or (at your option) 
any later version.

This script is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this script.  If not, see <http://www.gnu.org/licenses/>.

Telegram

Download Link

Module Info

Magisk : βœ… Supported
KernelSu : βœ… Supported
KernelSuNext : βœ… Supported
APATCH : βœ… Supported
Date Release :
If the link is broken or there is something that needs to be updated in the post contact us.

Other modules

Cache Cleaner

By : takeru-kageyuki

© 2025 androidroot.site