Enable WiFi Wireless Debugging
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.

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.
- 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.
- USB Installation — Can Enable
- Function: Allows installing APK via USB (convenient for
adb install). - Recommendation: Enable this item when frequently using ADB installation.
- Function: Allows installing APK via USB (convenient for
- "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.
- (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:
- Use data cable to connect phone and computer;
- Open computer terminal, execute:
- After execution completed, disconnect data cable;
- Open Cloud Control APP → Top-left menu → Expand sidebar → ADB Developer Debugging → Open WiFi-Wireless Debugging terminal.
- Terminal can automatically connect to local device or input IP/port to connect to LAN devices.
- 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
- Open phone "Developer Options" → "Wireless Debugging";
- Select "Pair using pairing code", system will display IP address and pairing code;
- On computer execute
adb pair ip:portcommand and input pairing code to complete connection; - 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
- Open Cloud Control APP → Top-left menu → Expand sidebar → ADB Developer Debugging → Connect Device via Pairing Code;
- Input system displayed pairing code for pairing;
- If Cloud Control built-in pairing fails, can choose Shizuku Authorization method, Shizuku can also be activated via pairing code method:
- If pairing successful, open WiFi-Wireless Debugging terminal.
- Terminal can automatically connect to local device or input IP/port to connect to LAN devices.
- 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.
开启 USB 调试
在开发人员选项中开启 USB 调试。
Activate Shizuku
Enable system-level permissions for Cloud Control App or other applications through Shizuku authorization method, without Root, achieving ADB permission calls, command execution and automated control. Supports three activation modes: USB, wired and wireless debugging, compatible with Android 11 and above systems.