Home/Glossary/Phone Farm & Device Fleet Glossary

Phone Farm & Device Fleet Glossary

Definitions of key phone farm, device fleet, and account-warming terms — from ADB to account warming to device fingerprinting.

Last updated 2026-07-15 · 6 min read

This glossary defines the core terminology used across phone farms, physical device fleets, and account operations. It is a hub page: where a full deep-dive exists, the term links out to it so you can go further. Terms are listed alphabetically. Device fleets are general-purpose infrastructure — used for QA, compatibility testing, ad and content verification, localization research, and first-party account operations — and the definitions below stay neutral and infrastructure-focused.

Map
Key terms radiating from the core concept
Device fleetADBOrchestrationFingerprintingEmulatorTrust signalsWarmingBot farmPhone farm
A starting map of the vocabulary below — each term links out to its full entry or a deeper page where one exists.
Note

New to the topic? Start with What is a device fleet? and Phone farm vs bot farm, then use this page to look up individual terms.

ADB (Android Debug Bridge)

A command-line tool that lets a computer communicate with an Android device over USB or TCP/IP. ADB is the backbone of most Android fleet control — installing apps, running shell commands, and capturing logs.

Account warming

The gradual process of building normal usage history on a new account before it is used at full capacity — logging in, browsing, and interacting over days or weeks so the account accumulates trust signals.

Aged account

An account that has existed and been used for a meaningful period, giving it more history and trust signals than a freshly created one.

Anti-detect browser

A browser (or browser plugin) that spoofs or randomizes fingerprint attributes — user agent, canvas, fonts, timezone — to make separate sessions look like different devices. See how these compare to hardware in anti-detect browsers vs real devices.

Appium

An open-source automation framework for driving native, hybrid, and mobile-web apps on iOS and Android using the WebDriver protocol. Widely used for app automation and cross-platform QA.

Bot farm

A term for infrastructure designed to run large volumes of automated, often scripted activity — frequently virtualized and detached from real hardware. It is distinct from a phone farm; see phone farm vs bot farm for the distinction.

Cloud phone

A hosted, virtual Android instance running in a data center that you access remotely, rather than a physical handset on your desk. See cloud phones vs a physical phone farm.

Device farm

A managed pool of devices — physical or virtual — made available for testing or automation, often as a hosted service. Compare self-hosted fleet vs device farm as a service.

Device fingerprinting

The practice of identifying a device from a combination of hardware, OS, network, and sensor signals. Understanding fingerprints is central to authenticity; read device fingerprinting.

Device fleet

A coordinated group of mobile devices managed together as infrastructure for testing, verification, or account operations. See what is a device fleet.

Emulator

Software that imitates a mobile device on a host computer, letting apps run without physical hardware. Useful early in development but limited for authenticity-sensitive work; see emulators vs real devices.

IMEI

The International Mobile Equipment Identity — a unique number identifying a physical cellular device on a mobile network. It is one of several hardware identifiers relevant to device fingerprinting.

Jailbreak

The process of removing software restrictions on an iOS device to gain deeper system access. It is the iOS counterpart to rooting on Android and can affect a device's trust posture and update path.

MDM (Mobile Device Management)

Software for centrally enrolling, configuring, securing, and monitoring devices at scale. MDM underpins fleet monitoring and health, and policy enforcement across large fleets.

Orchestration

The coordination layer that schedules, sequences, and distributes tasks across many devices — deciding what runs where and when.

Phone farm

A physical installation of many real mobile devices operated together as a fleet, typically with shared power, connectivity, and control tooling. See what is a device fleet.

Proxy

An intermediary server that routes a device's network traffic through a different IP address. Proxies are used to align a device's apparent location with its research or account context.

Residential IP

An IP address assigned by an ISP to a home connection, as opposed to a data-center IP. Residential IPs are often treated as more consistent with everyday consumer usage.

Root

Gaining privileged (superuser) control over an Android device's operating system. Rooting enables deep customization and automation but can alter trust signals and complicate updates; it is the Android analog of a jailbreak.

scrcpy

An open-source tool that mirrors and controls an Android device's screen from a computer over ADB, with low latency and no app install on the device. Common in fleet control and demonstration workflows.

SIM bank

Hardware that houses many SIM cards and makes them available to devices or gateways, decoupling SIMs from individual handsets. Relevant to fleets that need cellular connectivity or region-specific numbers at scale.

Supervision (iOS)

A management mode for iOS devices that gives an organization additional configuration and restriction controls, typically applied to company-owned hardware. It is the Apple ecosystem's route to fleet-level policy, comparable in role to MDM enrollment.

Trust signals

The accumulated evidence that an account or device behaves like a genuine, established user — age, consistent history, stable device and network, and normal interaction patterns.

USB hub

A device that expands one USB port into many, letting a single host connect and power numerous phones. Power and data delivery at scale is a real engineering constraint for any fleet.

Warming

Shorthand for account warming — the staged buildup of usage history on a new account before full-capacity use.

XCUITest

Apple's native UI testing framework for iOS apps, built on XCTest. It is the iOS counterpart to Android's instrumentation-based testing and a common backend for iOS automation via Appium.

iOS vs Android (fleet choice)

The platform decision that shapes hardware cost, control tooling, and update behavior for a fleet.

DaaS (Device Farm as a Service)

A hosted model where a provider owns and maintains the devices and rents access to them. Compare with running your own hardware in self-hosted fleet vs device farm as a service.

Frequently asked

Is this glossary specific to one platform?
No. Terms here are general to device fleets and mobile operations, covering hardware, software, and account-related vocabulary used across QA, verification, and research contexts.
What's the difference between a phone farm and a device fleet?
They refer to the same physical hardware. "Device fleet" is the more current, professional term emphasizing centralized management; "phone farm" is the older, colloquial name.
Where should I start if I'm new to this topic?
Start with "What is a device fleet?" and "Phone farm vs bot farm," then use this page to look up individual terms as you encounter them.
See also