Skip to content

User Management Features

星冉 edited this page Jul 22, 2026 · 2 revisions

Management Features

中文

Management features require a working ADB connection but do not require remote video.

Main areas

  • Device information.
  • Utilities.
  • File management.
  • Application management.
  • Process management.
  • TCP port forwarding.
  • Command execution.

Device information

Inspect the brand, model, Android version, CPU, memory, resolution, Wi-Fi information, and connection type.

Utilities

The utilities page collects device-level actions that are useful without opening remote video:

  • Set a fixed Wireless Debugging port. Applying it restarts ADB on the target.
  • Capture a target-device screenshot, preview it locally, and save it.
  • Restart, power off, or reboot to recovery or fastboot.
  • Activate supported applications.
  • Change display density or resolution.
  • Change window, transition, and animator duration scales together.
  • Put the screen into standby or wake it.

File management

Browse directories and upload, download, copy, move, or delete files.

Application management

List and inspect apps, launch or uninstall them, clear data, and export APKs. The options menu can filter user/system and enabled/disabled apps, show package names only, and sort by title, enabled state, or size. Select the active sort again to reverse its direction.

Process management

Inspect running application processes, memory usage, and expanded child-process information. The process page is a dynamic snapshot and may do more work than the application list.

TCP port forwarding

Create one or more rules that expose a service reachable by the target device on the controller's 127.0.0.1. Each rule maps a unique local port to an IPv4 address or host name and target port; ports must be between 1 and 65535.

Starting a new configuration replaces the previous relay and its ADB forwards. The page can refresh status, show recent relay logs, and stop the active configuration. Stop forwarding when it is no longer needed.

Command execution

Run common shell commands, collect system information, and investigate services or processes. The terminal starts in /sdcard, keeps command history for the current management-page visit, and separates completed commands visually. Use Tab or Complete for case-insensitive command/path completion; repeat it to cycle candidates. Ctrl+C interrupts the active command. Full-screen terminal programs such as vi, less, screen, and tmux are not supported by this raw shell.

Prefer management when

  • ADB is connected but video is not needed.
  • You want to inspect device state first.
  • The task is device utility, file, app, process, forwarding, or command administration.

Safety notes

  • Deleting files, uninstalling apps, clearing app data, changing display parameters, rebooting, and running shell commands affect the target immediately.
  • Refresh a dynamic page before acting when another tool may have changed the device state.
  • Keep only the forwarding rules you need, and avoid exposing sensitive target services through ports reachable by other apps on the controller.

Clone this wiki locally