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 FAQHow to fix agent connection issues How to fix startup issues in Multilogin How to fix profile launch or proxy connection issues How to fix Mimic launch issues on Linux How to enable web camera in Multilogin profiles How to fix website loading issues in Multilogin My app or profile is slow: how to fix performance issues How to unlock a locked profile How to find missing profiles How to access restricted websites How to fix small Stealthfox window resolution on Windows How to fix connection issues in restricted regions How to fix Multilogin issues on macOS How to disconnect and reconnect the agent How to reinstall app components How to send logs to support How to fix "Failed to get profile data" error How to fix "Access denied" error How to fix “ERR_CONNECTION_RESET” error How to fix Stealthfox issues on Windows How to fix “Wrong proxy data” error
-
Common errors and solutions in Multilogin 6 Can't launch a profile in Multilogin 6 Multilogin 6 browser profile shows "Error" in status How to fix Stealthfox issues on Windows JavaScript error when switching to dark mode in Multilogin 6 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 Error: Mimic/Stealthfox executable is not found
Android profiles
Written by Yelena Varabyeva
Updated on December 26th, 2024
Table of contents
Understanding Android profiles
What are mobile profiles?
Mobile profiles in Multilogin X are browser profiles that mimic the browsing experience of Android devices. Instead of appearing as a desktop user, you’ll be seen as someone browsing from a smartphone—perfect for scenarios where a mobile-like presence 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