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 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
Connecting the agent
Written by Yelena Varabyeva
Updated on October 29th, 2024
Table of contents
Stumbled upon a connection error? If your system matches our requirements, it might just be your antivirus or firewall being a little too cautious. Let's dive into some troubleshooting steps together and get things back on track.
Learn how to connect, disconnect, uninstall the agent and check its version in this article.
Check 3rd-party apps
The agent has undergone a rigorous certification process and is verified as safe and trustworthy. But you know how it is – sometimes antivirus and firewall software get a bit too jumpy and flag legitimate apps as potential threats. We can assure you that the agent is not malicious in any way, and we are committed to maintaining a safe and secure experience for our users.
Now, to tackle this glitch, try disabling those overprotective apps or whitelisting the agent.
In addition, if you have a VPN or certain proxy applications (Proxifier and SocksEscort), try to disable them too, as they may block Multilogin connections.
Check the ISP
Here's what can happen: your internet service provider might block certain websites, including Multilogin. To rule out this possibility, try connecting to a different Wi-Fi network or use your mobile hotspot. Then repeat the agent connection steps.
Check the browser
If the issue persists, it might be a good idea to connect the agent using a different browser or incognito mode. If the connection works there, update your original browser to the latest version and check if any extensions can interfere with your connection.
Stop related processes
Depending on your operating system, open Task Manager (Windows), Activity Monitor (macOS), or System Monitor (Linux) and terminate both the agent and the launcher processes.
Delete the .lock files (macOS)
- Go to the mlx folder:
/Users/%username%/mlx
- Delete all the
.lock
files
Check the ports
If the agent can't run, it might be because the expected port is already in use by another process, which could include another instance of the agent.
Additionally, if the default port is unavailable, the agent will try the next available port. That's why it's important to ensure no conflicts exist with the first ports after 45000.
Windows
- Open the Command prompt (press
Win + R
, typecmd
, and pressEnter
) - Run the command
netstat -ano | findstr :45000
- Identify the PID (Process ID) associated with the processes running on port 45000
If this command doesn't return any processes, it means the port is not in use and the issue is caused by something else. Skip to the next step.
- To terminate a process, run the command
taskkill /F /PID {PID of the process}
.
Make sure to replace "{PID of the process}" with the actual PID you got in step 3. Repeat the steps for ports 45001, 45002, etc, if needed.
macOS and Linux
- Open the Terminal
- macOS: Press
Command + Space
, type "Terminal", and press Enter - Linux: Press
Ctrl + Alt + T
- macOS: Press
- Run the command
lsof -i :45000
- Look for the PID (Process ID) associated with the processes you want to terminate.
If this command doesn't return any processes, it means the port is not in use and the issue is caused by something else. Skip to the next step.
- To terminate a process, run the command
kill -9 {PID of the process}
Make sure to replace "{PID of the process}" with the actual PID you obtained in step 3. Repeat the steps for ports 45001, 45002, etc, if needed.
Restart the device
Sometimes, a fresh start works wonders. If the steps above didn't do the trick, try giving your device a quick restart and then go ahead with the agent connection steps again.
Send us logs
If the issue persists, send us your log files, and we will investigate it further for you.
Logs
- Recreate the issue or prompt the error message
- Archive the logs folder located in the following directory:
- Windows:
C:\Users\%username%\mlx
- macOS:
/Users/%username%/mlx
- Linux:
/home/%username%/mlx
- Windows:
- Send the issue description along with the archive to support@multilogin.com