How to perform browser automation in Multilogin 6
⚠️ Still using Legacy Multilogin 6? You are missing the good stuff!
The new Multilogin lets you run browser profiles and Android cloud phones in one workspace – manage desktop and mobile accounts without extra tools or devices.
⚡ Want to join the migration queue? Download the latest Multilogin 6 version (scroll to the bottom of the page), open it and click “Migrate”.
- 🖥️ Better workspace: Web interface • Desktop app • Dark mode • 2FA
- 🧑💻 Mobile + browser accounts together: Android cloud phones • Mimic and Stealthfox browsers
- 🌐 Faster setup: Profile and proxy templates • Extension manager
- 💾 Flexible profile storage: Local profiles • Cloud profiles • Storage converter
- ⚡ Productivity tools: Profile folders & tags • Column manager • Running profiles manager • Trash bin • Copy profile ID
- 🤖 Automation ready: API access in all plans • Selenium / Puppeteer / Playwright support • CLI tool • Script runner
👉 Curious what else changed? Read New Multilogin version: how is it different from Multilogin 6.
When you launch Multilogin 6, manually or via CLI, you get access to the Local API, allowing to control Multilogin browser profiles programmatically: create new profiles, organize them into groups, fetch a full list of profiles, and more.
Check out our Multilogin for LinkedIn scraping guide to learn how to safely extract bulk data, bypass LinkedIn rate limits, and automate tasks using Selenium, Puppeteer, or Playwright — all while protecting your accounts.
Step 1: define the app listening port
Once your Custom plan is active, predefine a default listening port directly in the app.properties file.
Define ports
Here's how to predefine your default listening port in the app.properties file:
- Open Multilogin
- Go to “My account”
- Click “Open logs directory” – this will open the folder
/.multiloginapp.com/logs - Navigate one folder up to
/.multiloginapp.com - Use any text editor to open
app.properties - Add a new line to specify the port number:
multiloginapp.port=35000 - Save the changes
Make sure the port number is between 10000 and 49151.
You can also find the app.properties file in the .multiloginapp.com folder:
- Windows:
C:\Users\%username%\.multiloginapp.com - Linux:
/home/%username%/.multiloginapp.com - macOS:
/Users/%username%/.multiloginapp.com
The folder may be hidden, depending on your OS settings. To display this folder on Mac devices, you can use the following keyboard shortcuts:
-
Cmd + Shift + H– to display the current user's folder -
Cmd + Shift + .(period) – to display hidden folders and files

Step 2: check API and CLI documentation
Find more information using our curated documentation:
- Need help setting up your CLI? Check our Help Center documentation
- Want the list with all endpoints? Check our Swagger documentation