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 Account banned: what should I do? 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 My app or profile is slow: how to fix performance issues How to unlock a locked profile How to find missing profiles How to fix website loading issues in Multilogin How to access restricted websites How to fix connection issues in restricted regions How to fix Stealthfox issues on Windows How to fix small Stealthfox window resolution on Windows 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 “Some settings were reset” error How to fix “Plan limit reached” error How to fix “Wrong proxy data” error How to fix “ERR_CONNECTION_RESET” error
-
Common errors and solutions in Multilogin 6 How to fix profile launch issues in Multilogin 6 How to fix proxy connection issues in Multilogin 6 How to fix frozen "Update in progress... Loading [3] of 2 components" status How to fix Android profile issues in Multilogin 6 How to fix issues with extension data in Mimic How to fix Stealthfox issues on Windows How to fix "JavaScript error" in Multilogin 6 dark mode How to fix "Javax.crypto […] pad block corrupted" error How to fix "Fingerprint composition failed" error How to fix "Mimic/Stealthfox executable is not found" error How to fix "Downloading Mimic browser" error How to fix "Invalid buffer arguments" error How to fix "Cannot invite existing user" error
A quick guide to starting browser automation in Multilogin 6
Written by Yana Shcharbina
Updated on January 16th, 2025
Table of contents
This article will guide you on how to start using automation in Multilogin 6 in a few simple steps.
Step 1: Download Multilogin 6 and create an account
To start using Multilogin, download the app here. Once the app is installed, create an account by clicking "Create new account".
To gain access to Multilogin 6 API, you need to subscribe to our Custom plan.
Step 2: Predefine the application listening port
Once your Custom subscription is active, you need to predefine the Multilogin listening port in the app.properties file, so that it is the same on each application launch. In our example, we will set the port to 35000.
- Open Multilogin
- Go to the "My account" tab on the left and click "Open logs directory"
- In the /.multiloginapp.com/logs directory that will open, go one folder up to get to the /.multiloginapp.com folder
- Open the app.properties file with any text editor
- For our example, add the following string:
multiloginapp.port=35000
The port number has to be in the range from 10000 to 49151.
- Save the app.properties file
Alternatively, you can find the app.properties file in the .multiloginapp.com directory:
This folder may be hidden depending on your OS settings.
- Windows: C:\Users\%username%\.multiloginapp.com
- Linux: /home/%username%/.multiloginapp.com
- macOS: /Users/%username%/.multiloginapp.com
To find this folder on Mac, open Finder and press Cmd + Shift + H
to open a user folder, then press Cmd + Shift + .
(period) to show hidden files. After that, go to the .multiloginapp.com folder.
Step 3: Explore Multilogin CLI and Local API
- You can learn more about our CLI and Local API from our documentation
- All Local API endpoints are available in our Swagger documentation