Joined
Aug 3, 2026
Messages
7
Reaction score
5
Hello everyone,

I'm currently setting up my phone farm from complete & absolute scratch, so I thought documenting my entire process would be useful, not only for me but someone else who might be on the same path.

The reason behind this is that I want to test how it works. The goal is to automate the whole content creation, posting & distribution end to end (using AI, obviously) to obviously make money monetizing my Own apps and SaaS.

I've spent quite some time researching on the internet (Especially on BHW) and I've came to the conclusion that the best way to do the automation it's by using hardware on your phone. To do so, I bought an ESP32 card which is plugged to my iPhone X using a camera adapter. This way I can simulate keyboard/mouse touches & scroll without TikTok or any social media detecting automation hardware (Like WDA, Appium, XCUITest or any kind of driver), reducing the chances of getting banned.

As per now, the process is quite messy and slow, as iOS 16.7 (The latest version my iPhone X accepts) doesn't support absolute tapping. This means I can't simply say click on X,Y coordinates, hence I have to keep track of the cursor position, make sure it clicked on the right place, etc. Nevertheless, I somewhat managed to get this stable and I'm working on making the code as modular as possible so I can reuse this components for future workflows (Such as creating accounts, error recovery, proxy setup & switch, etc).

I'm aware that this "by hardware" method it's more complex, fragile and manual than pure software automation, but I really hope it will be useful & make a difference in the longer run.

I'm also very aware that this process is extremely complicated, as automating everything E2E and make sure it works flawlessly takes a ton of time, trial & error and iteration, but I know for a fact that with time & passion this is more than achievable.

If everything goes correctly, I'll buy more iPhone X and setup a proper farm. I'm note sure how many accounts per device are considered safe, because I've seen many different responses. The most common one was 3 or less.. but this is something I'll definitely have to test, fail and fix myself.

NOTE: The program I use to control de iPhone is self made in case anyone's asking. There's nowhere to be found on the internet. Matter of fact, it's a state of art when it comes to FULLY control your iphone by hardware (Clicks, Swipes, Drag & drop, etc). I wasn't able to find such a thing on GitHub, academic papers or anything similar.

I'll try to update this thread every time I got a noticeable upgrade or something to share.

If anyone else is on the same journey, feel free to post your insights, what worked & what didn't or anything that might be useful for the rest of us.

Cheers all!
 
Great project, I will follow it!

I wish you the best.

For the accs I read people are using in iPhones containers with Crane if it help you.
 
Good luck!
plugged to my iPhone X
That's a bit outdated though. It's recommended to use at least iPhone 12 or newer for the best accounts quality.

containers with Crane
Also outdated, as it limits you to old iPhones and jb, which is easily detected. Better use just normal iOS clones as standalone apps with spoofing. That's what we currently use.
 
This is a great project but i see many sellers on aliexpress for box for controlling the phones is this not better than your setup? I mean using instead of camera modifications to can input the keyboard and the mouse will be not so good to can scale this up
 
Great project, I will follow it!

I wish you the best.

For the accs I read people are using in iPhones containers with Crane if it help you.
I did read somewhere else people's using Crane. I will definitely give it a look whenever the time comes. Right now I'm fighting all the TikTok cursor position thing. It's a complete hell. Spent around 2 weeks with this and it's still not finished.. but thanks for the support!

Good luck!

That's a bit outdated though. It's recommended to use at least iPhone 12 or newer for the best accounts quality.


Also outdated, as it limits you to old iPhones and jb, which is easily detected. Better use just normal iOS clones as standalone apps with spoofing. That's what we currently use.
Why iPhone 12? I'm using my iPhone X cuz it's the only old phone I got to test with.

This is a great project but i see many sellers on aliexpress for box for controlling the phones is this not better than your setup? I mean using instead of camera modifications to can input the keyboard and the mouse will be not so good to can scale this up
Can you throw some example of the given AliExpress providers? I did some research about this but didn't manage to find good stuff.

And yes, I'm aware that scaling this up will be quite complicated as the entire workflow (pixels, motion and everything) is hardcoded for the iPhone X I'm running the tests on. So far it's working.. but I sincerely do not know how big of a headache will this be to generalize for other iPhone models.

The hardware approach is definitely interesting.
I’d be most curious to see how reliable it stays once you scale beyond a few devices.
That's a good question, because I'm currently using only 1 iPhone X, but I don't think it should be that hard, as every iPhone will have its own ESP32 card. I'll just have to figure out the orchestrator & the error recovery system.

I will post the final system once it's done & share insights.
 
Last edited by a moderator:
That's a good question, because I'm currently using only 1 iPhone X, but I don't think it should be that hard, as every iPhone will have its own ESP32 card. I'll just have to figure out the orchestrator & the error recovery system.

I will post the final system once it's done & share insights.
the orchestrator and error recovery will probably be the real challenge once you scale it would be interesting to see how it performs across multiple devices.
 
the orchestrator and error recovery will probably be the real challenge once you scale it would be interesting to see how it performs across multiple devices.
Indeed. I'm already working on the error recovery system. I'm keeping it very straightforward as per now: Whenever an uncontrolled situation happens, just close the app and notify the human. As per now, I'll put myself in the loop until I refine everything, so it can automatically run.

Regarding the orchestrator.. yeah.. I have no clue on how to do it. I was thinking about some sort of web dashboard where I can keep track of everything, or a shared log system.. idk.

I'll post all the important progress I make on here.

August 17th 2026 quick update:

I've managed to get a somewhat stable pipeline on TikTok working. Now I can:
- Scroll through videos
- Give/Remove Likes
- Comment on posts
- Like comments
- Share a video
- Go to my profile & analyze it
- A basic error recovery system where I close the tiktok app if an unexpected error happens (Click on somewhere I should've not, Ad, etc)

All this done by Hardware. Absolutely zero automation software.

Looking forward wiring this all up together in order to create dynamic workflows. AKA defining parameters, like scroll time, post like ratio, etc.

I've also found another iPhone X that I'll plug and try to sort out all the orchestration thing.

Note: I'm aware of all the email creation thing.. ip switching.. etc.. but this is something I'll cover later down the road once my TikTok pipeline & logic is somewhat solid & stable.

So far so good
 
Last edited by a moderator:
Hello everyone,

I'm currently setting up my phone farm from complete & absolute scratch, so I thought documenting my entire process would be useful, not only for me but someone else who might be on the same path.

The reason behind this is that I want to test how it works. The goal is to automate the whole content creation, posting & distribution end to end (using AI, obviously) to obviously make money monetizing my Own apps and SaaS.

I've spent quite some time researching on the internet (Especially on BHW) and I've came to the conclusion that the best way to do the automation it's by using hardware on your phone. To do so, I bought an ESP32 card which is plugged to my iPhone X using a camera adapter. This way I can simulate keyboard/mouse touches & scroll without TikTok or any social media detecting automation hardware (Like WDA, Appium, XCUITest or any kind of driver), reducing the chances of getting banned.

As per now, the process is quite messy and slow, as iOS 16.7 (The latest version my iPhone X accepts) doesn't support absolute tapping. This means I can't simply say click on X,Y coordinates, hence I have to keep track of the cursor position, make sure it clicked on the right place, etc. Nevertheless, I somewhat managed to get this stable and I'm working on making the code as modular as possible so I can reuse this components for future workflows (Such as creating accounts, error recovery, proxy setup & switch, etc).

I'm aware that this "by hardware" method it's more complex, fragile and manual than pure software automation, but I really hope it will be useful & make a difference in the longer run.

I'm also very aware that this process is extremely complicated, as automating everything E2E and make sure it works flawlessly takes a ton of time, trial & error and iteration, but I know for a fact that with time & passion this is more than achievable.

If everything goes correctly, I'll buy more iPhone X and setup a proper farm. I'm note sure how many accounts per device are considered safe, because I've seen many different responses. The most common one was 3 or less.. but this is something I'll definitely have to test, fail and fix myself.

NOTE: The program I use to control de iPhone is self made in case anyone's asking. There's nowhere to be found on the internet. Matter of fact, it's a state of art when it comes to FULLY control your iphone by hardware (Clicks, Swipes, Drag & drop, etc). I wasn't able to find such a thing on GitHub, academic papers or anything similar.

I'll try to update this thread every time I got a noticeable upgrade or something to share.

If anyone else is on the same journey, feel free to post your insights, what worked & what didn't or anything that might be useful for the rest of us.

Cheers all!

Great project y brother!

would you be interested in try to use your farm to work on a specific platform?
 
as i know there is no better way that programm ur own phs phone motherboard to achieve value
 
Great project y brother!

would you be interested in try to use your farm to work on a specific platform?
Yeah, on tiktok, which is the platform I'm targeting my entire setup & farm for.

as i know there is no better way that programm ur own phs phone motherboard to achieve value
Yup. That's exactly what I'm doing. I can literally control a brand new iPhone X without a single piece of software tech (WDA, XCUItest, etc)
 
Last edited:
Back
Top