Contact Us
If you still have questions or prefer to get help directly from an agent, please submit a request.
Popular topics: Multilogin X, Multilogin 6,
-
Retrieving the token Using the automation token in a workspace Retrieving profile, folder, and workspace IDs Retrieving the user ID Selenium automation example Playwright automation example Puppeteer automation example Logging in to Multilogin automatically Setting up automatic cookie collection Auto-launching the agent Exporting proxy details from profiles Converting external proxy lists into API-ready JSON files Automation FAQConnecting the agent Testing a proxy Saving browser data Using a VPS/VPN to resolve connection issues Using Multilogin on macOS Investigating speed issues Can't start Multilogin Can't launch profile or connect to proxy Error: Failed to get profile data Stopping the agent from auto-sending log files Handling ban issues Issue: Profile is locked Troubleshooting FAQ
-
Error: Failed to get IP data: can't connect through proxy Error: Javax.crypto.badpaddingexception: pad block corrupted Status: Update in progress...Loading (1) of 2 components Error: Fingerprint composition failed Connection error due to non-Latin characters in Windows username Error: Mimic/Stealthfox executable is not found Multilogin 6 browser profile shows "Error" in status Can't launch a profile in Multilogin 6 JavaScript error when switching to dark mode in Multilogin 6 Common errors and solutions in Multilogin 6
Android profiles
Written by Yelena Varabyeva
Updated on December 5th, 2024
Table of contents
Understanding Android profiles
What are mobile profiles?
Mobile profiles in Multilogin X are browser profiles that simulate an Android device. Instead of appearing as a desktop user, you’ll look like someone browsing from a smartphone, making them ideal for activities where mobile-like behavior is required.
Why use mobile profiles?
They’re perfect for testing, managing accounts, or automating tasks that require a mobile device’s fingerprint. Mobile profiles help you blend in as a mobile user and interact with websites designed for smartphones.
Can I convert an existing desktop profile to a mobile profile?
No, mobile profiles must be created as new profiles. They cannot be converted from desktop profiles.
Can I install mobile apps on mobile profiles?
No, Android profiles in Multilogin do not function as actual mobile devices, so installing mobile applications is not supported.
Recommended settings
Note that the below parameters cannot be set to "Real" when creating or updating mobile profiles. They ensure optimal performance and stability for Android-based profiles.
- Font data
- WebGL + WebGPU metadata
- Media devices
- Navigator
- Screen resolution
We recommend that you stick to the following default values for best results:
- Screen resolution: Masked
- Media devices: Masked
- WebGL + WebGPU metadata: Masked
- WebGL graphics: Noise
- Canvas graphics: Real
- AudioContext: Noise
- Font data: Masked
Using Android profiles
Using Android profiles via UI
- Click “New profile” or “Quick profile”
- Select “Android” as your profile's OS
Using Android profiles via API
Creating and updating
To manage mobile profiles, use the following API endpoints:
- Profile Create: For creating mobile profiles
- Profile Update and Profile Partial Update: For making changes to existing profiles
- Start Quick Profile v3: For starting quick mobile profiles
Start URL
We recommend that you set the chosen URL(s) to open on every launch. Here's the code example:
{
"parameters": {
"flags": {
"startup_behavior": "custom"
},
"custom_start_urls": [
"https://app.multiloginapp.com/WhatIsMyIP"
]
}
}
maxTouchPoints
This property determines how many simultaneous touch-points the Android device can support.
- Property: max_touch_points
- Acceptable values: 1–10 (default is 5 if not provided)
- Example:
"max_touch_points": 2
means the device supports two touch-points