MANUAL

We only provide box for development or testing use.pls do not use it for illegal
Box Phone Farm is a piece of equipment that removes the phone screen/battery/camera/sim slot, integrates them into a chassis, and works with click farm software to achieve group control functions. 1 box contains 20 mobile phone motherboards. The size of the box and the number of motherboards are fixed , 1 PC can control 3-5 boxes Applicable to all apps.
Install the click farm software on your computer and you can do batch operations.
The router provides the network.

You can download group control software from our Our official website:

We will develop some software functions in the later stage, if you have any software development inquiry,pls contact us for customization

【About the Equipment】
Install the Click Farm software on your PC, and you can operate the device in batches or operate a mobile phone individually.
Only one person can control 20 mobile phones at the same time, perform the same task, or perform different tasks separately, and easily build a network matrix of thousands of mobile phones.
As long as it is an online project that mobile phone users participate in, they can participate in the control.
The voltage is 220V, and when running the game all the time, one box only consumes about 100 watts.
You can use VPN or other methods to change your IP.
Ethernet:
[OTG/LAN] can use USB mode, and can also use the network cable of the router to connect the box.Two connection modes can be switched.

【Equipment Parameters 】 Carton zie : 55*38*16cm
about :7KG

【About Sales】
The Phone Box is a custom-assembled product and cannot be returned or exchanged after delivery, and enters the after-sales stage.

【About Delivery】
You contact the international freight forwarding company to receive the goods.
We help you contact the international freight forwarding company to ship the goods.

【About After-sales 】
The warranty period for the mobile phone motherboard is 90 days, and the warranty period for other accessories is 1 year.
We will guide you through the connection process until you can use it successfully.

Support remote computer desktop help.(Anydesk) 【Matters needing attention 】
Please keep the ADB authorization file properly, as it must be used when changing computers or reinstalling the computer system.
If a pop-up window appears on your phone to allow data access, please Don’t click Deny.
Don’t upgrade your phone system.
Don’t restore factory settings.
Don’t turn off [Developer Options]
If conditions permit, please buy an extra mobile phone screen of a matching model when purchasing the device to avoid being unable to connect after accidentally touching the data access denial button. In this way, you can install the screen to manually solve the problem.

【Contact information 】
Telegram:@Cxtfiona
Email:fiona@cxtfactory.com
Android Box Phone farm Smartphone Farming Click Farm installation steps manual
Share
Note:
After receiving the box, remember not to plug it into the computer first. After setting the following steps, Then connect the power supply and plug it into the computer USB port.

WARN !

1.Do not reset or update the phone system.

2. Do not turn off the USB debugging option



3. For Root Phone Do not click on the update and installation of "Magisk".

Computer system: windows 10/windows 11
To prevent port occupation, please uninstall mobile phone management applications and other software that can read the phone, and close or exit anti-virus software to avoid restricting the installation of management software. Install management software

download address:


Thanks for Purchasing machine through Our Company,To benefit our users, we are offering a discounted VIP channel with a CDKEY. the original price of 88USDT per year. for VIP is reduced to 38USD per year .Additionally, we are providing a free 15-day VIP CDKEY '8889'. Simply enter this CDKEY to enjoy 15 days of free VIP access.

4.Most mobile phone motherboards do not have mobile phone screens, and the machines are not authorization-free. Contact your motherboard vendor to ask for the ADB identity authorization document.

Download the authorization file.


After the replacement is completed, you can try to restart the computer. Then turn on the power of the box and connect it to the computer USB port.
Note, please click "Allow" in the first screen mirroring unlock prompt box.
LAN OTG device screen projection connection
The first step is to make sure that the computer and mobile phone are connected to the same routing device.
The second step is to confirm whether the network ADB debugging is enabled on the mobile phone. Consult the merchant for the motherboard. Real mobile phone devices are not enabled by default. If the network ADB debugging is not enabled by default, you can connect to the computer in USB mode and cast the screen, open the group control, and select To turn on the phone, click the Enable OTG TCP5555 button in the adb shortcut command, and then switch to OTG mode or WIFI networking to scan the LAN IP connection.

In the third step, you can check the local IP of the router or computer to obtain the LAN IP segment.



Then find ‘Add LAN Device’ at the left of the software and click to open it



Connection method one

Add the IP paragraph of the route,for example as shown in the figure 192.168.10.3. Just fill in 192.168.10.1-192.168.10.255 in the corresponding box and click Add
Then in the list display, click Scan. If there are multiple network segments, add them multiple times and click One-click Scan.

Connection method two

If the device LAN IP is known, you can quickly fill in the device IP for one-click connection, saving scanning time.
For example, the real machine can be viewed in the mobile phone status, or the Android device can be viewed in the routing background.


CXT Software Help center

Attention: Use USB to successfully cast the screen first. Confirm that the phone and computer are connected to the same router [LAN interoperability]

1. Select all devices in the device list, right-click and turn to WiFiADB to enable OTG



2. Switch the chassis to OTG mode

3. Click the Scan Network Segment button on the screen casting software



4. Check the IP addresses of the network segments that need to be scanned (which can be viewed in the computer network settings)



3. Fill in the IP segment in the scanning interface, for example, the network segment in the above figure is: 192.168.110.1-192.168.110.255



The number of connections in OTG or WIFI connection mode is not limited by the computer motherboard

However, due to the limitations of router performance, connecting more than 20 devices can lead to frequent disconnections. Recommend using soft routing devices that can support hundreds of phones without any issues

API for control web browser
API for automation scripts .you can ask some developer to make customized scripts there
Our software with API or ADB commond You can launch the scripts via API call from our systems. And pass in the parameters as well in the API call.

For users with automation needs, we provide a WSAPI interface.
WebSocket API is a common, universal http protocol API interface. It supports various language calls, such as: Keyboard Wizard, Easy Language, C++, Python, Html, Vue, Node.js, etc.
DEMO is located in the software installation directory androids\Dev samples. Use programming software to open and view



wsapi address 127.0.0.1:22223
------------Except for the list interface and the group interface, other interfaces need to pass deviceIds device ids separated by multiple commas or groupIds group ids separated by multiple commas
List interface query list return device id
{
"action": "List"
}
Detail interface query some device list information deviceIds device ids separated by multiple commas or groupIds group ids separated by multiple commas
{
"action": "Detail",
"comm": {
"deviceIds":"fa3523ea0510"
}
}
HostDetail interface query the device information of the current host
{
"action": "HostDetail",
}

GetAppInfoByAppName Directly launch the app by app name
{
"action": "GetAppInfoByAppName",
"comm": {
"deviceIds":"all",
"appName":"911"
}
}
CurrentAppInfo Get the application package name and class name of the page where the current device is located
{
"action": "CurrentAppInfo",
"comm": {
"deviceIds":"all"
}
}
GetGroup interface Query group list
{
"action": "GetGroup"
}
CreateGroup interface Create group Return new group id
{
"action": "CreateGroup",
"comm": {
"groupName":"New group 2"
}

}
UpdateGroup interface Modify group name
{
"action": "UpdateGroup",
"comm": {
"groupId":"6",
"groupName":"New group name"
}
}
DeleteGroup Delete group
{
"action": "DeleteGroup",
"comm": {
"groupId":"6"
}
}
RemoveDeviceGroup Remove the device to the specified group deleteGroupId The original group id of the device newGroupId The new group id to be moved to androidIds Device id Multiple comma separated
{
"action": "RemoveDeviceGroup",
"comm": {
"deleteGroupId":"6",
"newGroupId":"7",
"androidIds":"fa3523ea0510"
}
}
EditDeviceName Modify the device name deviceIds can only pass one isTemp is 1 when the database is not saved, just temporary modification
{
"action": "EditDeviceName",
"comm": {
"deviceIds":"fa3523ea0510",
"deviceName":"New device name",
"isTemp":"1",
}
}
EditDeviceNo Modify device number deviceIds can only pass one deviceNo int type string isTemp is 1, the database is not saved, just temporary modification
{
"action": "EditDeviceNo",
"comm": {
"deviceIds":"fa3523ea0510",
"deviceNo":"66",
"isTemp":"1",
}
}
Screen interface screenshot
{
"action": "Screen",
"comm": {
"groupIds":"1,2,3",
"savePath":"Save folder directory"
}
}
WriteCipboard Set mobile phone clipboard
{
"action": "WriteClipboard",
"comm": {
"deviceIds":"fa3523ea0510",
"content":"Copy a paragraph to the mobile phone"
}
}
GetClipboard Get the content of the mobile phone clipboard. Here, deviceIds can only pass one Cannot have multiple
{
"action": "GetClipboard",
"comm": {
"deviceIds":"fa3523ea0510"
}
}

BasisOperate Basic mobile phone operation type: 1 Volume up 2 Volume down 3 Back 4 Home button 6 Recent tasks 14 Screen off 15 Screen on
{
"action": "BasisOperate",
"comm": {
"deviceIds":"fa3523ea0510",
"type":"1"
}
}
PointerEvent Event operation
Mask event type 0 Press 1 Move 2 Release 3 Right mouse button 4 Scroll wheel up 5 Scroll wheel down 6 Swipe up 7 Swipe down 8 Swipe left 9 Swipe right 10 Zoom in 11 Zoom out
x, y coordinates Pass percentage Percentage endx endy also Swipe up Swipe down Swipe left Swipe right Need to pass endx endy Other events just pass 0
{
"action": "PointerEvent",
"comm": {
"deviceIds":"fa3523ea0510",
"mask":"0",
"x":"0.5",
"y":"0.5",
"endx":"0",
"endy":"0",
"delta":"2"
}
}
keyBoardkey Keyboard Event The value of key is selected using System.Windows.Input.Keys(https://learn.microsoft.com/zh-cn/dotnet/api/system.windows.input.key?view=windowdesktop-8.0) modifiers are the same. Currently there are three Keys.Shift=4 Keys.Control=2 Keys.Alt=1
isUp is whether it is released. 0 is pressed and 1 is released
{
"action": "KeyBoardkey",
"comm": {
"deviceIds":"fa3523ea0510",
"key":"15",
"modifiers":"262144",
"isUp":"1"

}
}
InputText for inputting Chinese
{
"action": "InputText",
"comm": {
"text":"I am",

"deviceIds":"fa3523ea0510"
}
}
ADB adb command
{
"action": "ADB",
"comm": {
"command":"ip addr show wlan0",
"deviceIds":"fa3523ea0510"
}
}
BeginFileSend starts uploading files filePaths computer file path isAutoInstall passes 0 to upload files and passes 1 to automatically install apk
{
"action": "BeginFileSend",
"comm": {
"filePaths":"The file paths you want to upload are separated by commas",
"isAutoInstall":"0",
"deviceIds":"fa3523ea0510"
}
}
StopSendFile interrupts uploading files
{
"action": "StopSendFile",
"comm": {
"deviceIds":"fa3523ea0510"
}
}
ExecuteBat executes Bat file filePath passes the file path of bat
{
"action": "ExecuteBat",
"comm": {
"deviceIds":"all",
"filePath" :"C:\\Program Files\\911\\Scripts\\slide.bat"
}
}
StopBat stops Bat file filePath passes the file path of autojs. Passing empty means stopping all bat scripts of the device
{
"action": "StopBat",
"comm": {
"deviceIds":"all",
"filePath":"C:\\Program Files\\911\\Scripts\\slide.bat"
}
}

HttpDown http/https file download save to mobile directory httpurl is the downloaded file savepath is the directory saved to mobile phone
{
"action": "HttpDown",
"comm": {
"deviceIds":"all",
"httpurl":"http://911.cnhack.com/index.1.0.7.8.1694195495.html",
"savepath":"/data/local/tmp/911.html"
}
}

PullText reads the content of a file on the mobile phone textpath is the path of the file on the mobile phone
{
"action": "PullText",
"comm": {
"deviceIds":"all",
"textpath":"/storage/emulated/0/Download/text.txt"
}
}
PullFile downloads the specified file on the mobile device to the specified directory of the local device deviceIds can only be one phoneFilePath is the file path on the phone savePath is the save path on the computer
{
"action": "PullFile",
"comm": {
"deviceIds":"192.168.110.76:5555",
"phoneFilePath":"/storage/emulated/0/Download/911.exe",
"savePath":"C:/188s52.exe"
}
}

In the phone settings, set the standby time to be longer.

Developer mode/USB settings (safe mode)/USB simulation click

Mobile Phone/System Settings/Input Method Settings/Secure Input (Secure Keyboard) is turned off
If the above method cannot be solved or there is no safe keyboard option, then you should be running Android version 12 or above and need to root to modify the system files to solve the problem. Or there is a blind spot. Although the screen is black, the click is still effective.

1. Try to use the uncastrated win10 professional version system. After testing, some win7/10 systems on the same computer do not have as many USB connections as the win10 professional version.

2. Check whether the USB data cable is plugged into the USB2.0 protocol head, not the 3.0 protocol head.

3. Try to turn off XHCI in the motherboard BIOS. You can search on Google for tutorials on turning off XHCI for the corresponding brand motherboard of your computer.

4. When purchasing a computer motherboard USB expansion card, USB2.0 protocol PCI version, it must be equipped with an independent power supply.

If the above method still cannot solve the problem, you can use a certain Nanjin X79 motherboard, which supports more than 120 USB devices by default. Installing an expansion card can support more

1. The USB interface of the computer or mobile phone has insufficient power supply. Try changing the USB port of the computer or the computer.

2. The USB data cable is broken, try replacing the data cable.

3USB. The data cable is not plugged in tightly. Re-insert it in the opposite direction.

4. The data head of the mobile phone itself is broken. Try changing the mobile phone.

Box Phone Farm is a system that allows users to connect dozens or even hundreds of mobile phones to the internet and let them act as small servers, performing tasks such as tracking ads, participating in surveys watching, downloading apps, or playing games. After that, users will receive money from advertising agencies or other applications.

In-Game Gold Farming: Conducting large-scale in-game gold farming and equipment gathering, selling materials to obtain commissions.
E-commerce Store Group Management: Effortlessly managing hundreds of e-commerce store backends, publishing and selling products, thereby increasing order volume for businesses.
Store Group Customer Service: Enabling a single customer service representative to effortlessly manage dozens to hundreds of customer service accounts, reducing personnel expenses.
Matrix-based Customer Acquisition: Allowing a single operations personnel to easily control hundreds to thousands of traffic-driving accounts across promotional channels such as TikTok, Facebook, YouTube, etc., for video posting and lead generation.
Technical Development Assistance: Assisting Android product developers in system bug detection and verification, as well as conducting stress testing of services. Cloud Device Rental: Facilitating cloud mobile phone enterprises by swiftly providing hardware support, making cloud mobile phone rental more straightforward and accessible.

E5 2680 V2 MULTI-CORE and multi-threaded CPU Above.

The equipment chassis has a one-year warranty, and the motherboard has a one-month warranty. Any issues within the warranty period will be replaced free of charge. However, the buyer is responsible for the two-way transportation costs. If you encounter any problems during the use of the machine, you can contact US at any time, and we provide free remote assistance services.
When using the equipment, please be sure to comply with local legal compliance. We are not responsible for this.

Each Box purchase includes the hardware (20 Phone),USB cable, box power cord, phone motherboard spare power cord +advanced control management software(15 days free)

Yes, the included software allows you to control one phone individually, or manage and control all your phone windows at once, providing a simple and efficient automation solution.

Yes, we offer dedicated customer support or remote assistance to help you get the most out of your setup. Our team is always available to answer any questions or issues you may have.

Box Phone is a one-time purchase with no hidden fees or additional requirements to purchase. We are a legitimate company committed to providing reliable and quality products.