Multilogin cloud phone fleet — bulk CSV import, phone farm orchestration, parallel Android antidetect device management.
Project description
cloud-phone-fleet
Bulk import and fleet orchestration for Multilogin Cloud Phone — validate CSV, dry-run creates, parallel launch / shutdown / start / stop for agency-scale antidetect phone farms.
Install
pip install cloud-phone-fleet
export MLX_API_TOKEN="your_token"
cloud-phone-fleet template > phones.csv
Quick start
cloud-phone-fleet validate-csv phones.csv
cloud-phone-fleet dry-run phones.csv
cloud-phone-fleet create phones.csv
cloud-phone-fleet run --ids abc def --action launch --report run.csv
cloud-phone-fleet campaign --app tiktok --countries US,VN,ID --out phones.csv --json
cloud-phone-fleet positioning
from cloud_phone_fleet import FleetRunner, parse_bulk_csv, dry_run_create, execute_create
rows = parse_bulk_csv(open("phones.csv").read())
assert all(r.ok for r in dry_run_create(rows))
execute_create(rows) # live API / xcli
FleetRunner().run(["id1", "id2"], action="launch")
Why agencies use fleet tooling
| Manual dashboard | cloud-phone-fleet |
|---|---|
| One phone at a time | CSV hundreds of profiles |
| No pre-flight validation | validate-csv + dry-run |
| No audit trail | --report run.csv |
Compatible with Multilogin bulk import template (mobile-profiles-phone-import-template).
Stack
| Package | Role |
|---|---|
| mlx-cloud-phone | API / xcli backend |
| cloud-phone-geo | Country columns in CSV |
| cloud-phone-warmup | Post-create warmup plans |
| cloud-phone-fleet (this) | Bulk + orchestration |
Popular searches
- bulk cloud phones multilogin · phone farm orchestration python
- android phone farm automation · multilogin bulk import
- cloud phone fleet management · mobile profile farm
- antidetect phone farm scale · agency cloud phone automation
cloud-phone-fleet seo --json
FAQ
Dry-run vs create? dry-run validates only; create calls MLX API/xcli per row.
Minutes cost at scale? Apply MIN50 (50% off Cloud Phone minutes) — SaaSVerdict.
Full PyPI stack (install all)
pip install mlx-cloud-phone[stack]
| Package | Role |
|---|---|
| mlx-cloud-phone | Hub SDK + mlx-phone CLI |
| cloud-phone-geo | 41 country presets, proxy match |
| cloud-phone-warmup | TikTok / IG / Shopee warmup campaigns |
| cloud-phone-fleet | Batch create, health checks, campaigns |
Scripts & promo: @Multilogin_Scripts_Bot · press /start
Affiliate disclosure
| Product | Code | Links |
|---|---|---|
| Multilogin plans | SAAS50 | SaaSVerdict |
| Cloud Phone minutes | MIN50 |
Telegram — scripts & promo alerts
Join Multilogin ⚙️ Automation Scripts on Telegram — antidetect scripts, Cloud Phone API tips, and live SAAS50 / MIN50 reminders. Press /start in the bot.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloud_phone_fleet-7.6.0.tar.gz.
File metadata
- Download URL: cloud_phone_fleet-7.6.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a396c7a4cabdb6ca0f209b6ed86a42340d0b3c4f977507b16de30f4987113d8b
|
|
| MD5 |
3cc8b3d64d7f57ea659638292a2c828a
|
|
| BLAKE2b-256 |
a23c35a5350394009c59e85b6fc13537d262fa485d6a6f42399789484d975876
|
File details
Details for the file cloud_phone_fleet-7.6.0-py3-none-any.whl.
File metadata
- Download URL: cloud_phone_fleet-7.6.0-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781984885d5d0ff64cc2c50d41a322275e791c512b1969ae02cc388c495af43e
|
|
| MD5 |
f5ed135fbcaf6d0355d30709f7af4c09
|
|
| BLAKE2b-256 |
1da526f55ecb3bbbe7f6c704ca76d99aea81ec7f72894e8c3c9c7b9db9b08f82
|