Enable WiFi Wireless Debugging

Updated: 2025/10/10
Read Time: 5 min
Authorize Cloud Control App or other applications through WiFi wireless debugging method, complete ADB debugging and device connection without data cable, supports pairing code connection and 5555 port activation, suitable for Android 11 and above systems.
⚠️ Please Confirm First:
If you plan to use WiFi Wireless Debugging for authorization, please complete the settings on this page first;
If you will use PC Authorization Tool, OTG-USB Cross-device Authorization, Shizuku Authorization or Root Authorization,
then you can skip the steps on this page, no need to enable WiFi debugging.

💡 Tip: If you are using cloud phones, emulators, virtual machines or motherboard devices, these devices usually have WiFi wireless debugging enabled by default, you can directly skip the steps on this page.

Permissions Required to Enable WiFi Debugging

Please check each item according to the positions marked with red boxes in the image below, and enable or disable corresponding permissions as shown.

Required permissions for USB Debugging
Required permissions for USB Debugging

4 Key Permissions to Check

If settings are incorrect, may encounter during authorization: authorization failure / device cannot be recognized / errors during authorization process.
Please confirm each item in Settings → System → Developer Options and operate according to instructions below.

  1. USB Debugging (or "USB Debugging (Security Settings)") — Must Enable
    • Function: Allows using ADB debugging, sending commands and simulating input via USB.
    • Operation: After enabling, connecting to computer will pop up RSA authorization dialog, check Always allow from this computer and confirm.
  2. USB Installation — Can Enable
    • Function: Allows installing APK via USB (convenient for adb install).
    • Recommendation: Enable this item when frequently using ADB installation.
  3. "Monitor/Verify ADB Installation" or "USB Security/Verify Installation" type options — Must Disable
    • Function: Some manufacturers perform additional verification or interception for installations pushed via ADB, causing installation and authorization failures.
    • Operation: Disable items like "Verify apps over USB installation", "Monitor ADB installation", etc., to avoid installation or authorization being blocked.
  4. (Model Related) Disable Permission Monitoring / Disable Permission Detection — Must Enable
    • Function: Some manufacturers' permission monitoring modules intercept automatic authorization behavior, enabling "Disable Permission Monitoring" can reduce interception.
    • Operation: Find and enable in Developer Options or Security Settings (not all models have this item).

Enable Wireless Debugging 5555 Port

1. Enable via USB Debugging Method

If you are already using USB debugging to connect to computer, actually you can directly use "PC Authorization Tool" for authorization, no need to enable wireless debugging.
But if you wish to continue using WiFi authorization, you can enable 5555 port with the following commands:

  1. Use data cable to connect phone and computer;
  2. Open computer terminal, execute:
  1. After execution completed, disconnect data cable;
  2. Open Cloud Control APP → Top-left menu → Expand sidebar → ADB Developer Debugging → Open WiFi-Wireless Debugging terminal.
  3. Terminal can automatically connect to local device or input IP/port to connect to LAN devices.
  4. After successful connection, authorization operations can be performed.

2. Android 11 and Above Systems — Enable via Pairing Code Method

From Android 11, system defaults to closing wireless debugging port, need to temporarily enable through "Pairing Code".

Method 1: Use Computer Pairing

  1. Open phone "Developer Options" → "Wireless Debugging";
  2. Select "Pair using pairing code", system will display IP address and pairing code;
  3. On computer execute adb pair ip:port command and input pairing code to complete connection;
  4. After successful pairing, system automatically enables 5555 port, then can use WiFi debugging authorization.

🎥 Operation demonstration video to be added (can search "computer enable 5555 port via pairing code" on Bilibili).

Method 2: Through Cloud Control App Built-in Pairing Function

  1. Open Cloud Control APP → Top-left menu → Expand sidebar → ADB Developer DebuggingConnect Device via Pairing Code;
  2. Input system displayed pairing code for pairing;
  3. If Cloud Control built-in pairing fails, can choose Shizuku Authorization method, Shizuku can also be activated via pairing code method:
  4. If pairing successful, open WiFi-Wireless Debugging terminal.
  5. Terminal can automatically connect to local device or input IP/port to connect to LAN devices.
  6. After successful connection, authorization operations can be performed.

✅ Whether computer pairing or Cloud Control built-in, can achieve 5555 port enablement and authorization. In short—various methods, always have solutions.