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
How to fix Mimic launch issues on Linux
Written by Yelena Varabyeva
Updated on January 16th, 2025
If Mimic isn’t launching or keeps crashing on Linux, it might be because you're using the root user. Chromium-based browsers, like Mimic, aren’t built to run with root privileges, which causes these issues.
To fix this, make sure you’re launching Mimic profiles under a standard user account. This ensures everything works smoothly and avoids crashes. Simple as that! 🚀
Here’s how to switch from the root user to a standard user on Linux:
-
Check for an existing standard user: run this command to see a list of users and look for usernames that aren’t
root
cat /etc/passwd
-
Create a standard user (if needed): if no standard user exists, create one. Replace
username
with the name you want and follow the prompts to set a password
adduser username
-
Switch to the standard user: use this command to switch and replace
username
with the standard user’s name
su - username
- Run Mimic as the standard user: launch Mimic under this user for smooth performance