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, Subscription & payments,
-
How to test a proxy What you need to know about Multilogin proxy: FAQ How to use Multilogin proxy: guide How to choose a proxy type How to use HTTP and SOCKS proxies in Multilogin How to use Multilogin with 4G/5G connection How to set up Multilogin with NodeMaven How to use custom DNS in Multilogin Proxies & IP masking FAQRetrieving 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 Using the automatic cookie collection script Auto-launching the agent Exporting proxy details from profiles Converting external proxy lists into API-ready JSON files Automation FAQHow to send logs to support How to disconnect and reconnect the agent How to reinstall app components How 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 fix “The installation failed” macOS error 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 limits reached” error How to fix “Wrong proxy data” error How to fix “Aw, Snap! STATUS_BREAKPOINT” error How to fix “Aw, Snap! STATUS_ACCESS_VIOLATION” error How to fix “ERR_CONNECTION_RESET” error Why isn't cookie import working? Why don’t cookies log you in to the target account? How to fix browser fingerprint inconsistencies How to fix missing browser data issue
-
How to send logs to support How to edit the app.properties file How to reinstall app components How to reinstall 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 a profile stuck on “Active” status How to fix IP leaks when using a proxy 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 “Profile is not created/updated” error How to fix "Downloading Mimic browser" error How to fix “Application request limit is reached” error How to fix "Invalid buffer arguments" error How to fix “Unable to save profile: User-Agent is empty” error How to fix "Cannot invite existing user" error Why isn't cookie import working? Why don’t cookies log you in to the target account?
How to edit the app.properties file
Written by Yelena Varabyeva
Updated on January 28th, 2025
Table of contents
Sometimes, small tweaks can make a big difference! The app.properties file is your backstage pass to customizing Multilogin 6.
Editing this file gives you control over how the app functions, enabling you to optimize it for your needs. Plus, it’s super easy – you don’t need to be tech-savvy! All you need is a basic text editor, like Notepad, to open and update the file.
Just remember: any changes made here won’t take effect until you restart the app. So don’t skip that last step!
How to edit the file
app.properties
Windows
- Close Multilogin
- Go the
C:\Users\%username%\.multiloginapp.com
directory - Open the
app.properties
file with any text editor (for example, Notepad) - Make the necessary changes and save the file
- Launch Multilogin again and the changes will apply
Alternatively, you can go to "My account" in the Multilogin app and click "Open logs directory", then close Multilogin. In the window that will open, go one folder up. Afterwards, proceed from step 3.
macOS
- Close Multilogin
- Open your user directory in Finder
- Press
Cmd + Shift + .
(period) to show hidden files - Go to the folder
.multiloginapp.com
- Open the
app.properties
file with any text editor (for example, Notepad) - Make the necessary changes and save the file
- Launch Multilogin again and the changes will apply
Linux
- Close Multilogin
- Go the
/home/%username%/.multiloginapp.com
directory - Open the
app.properties
file with any text editor (for example, Notepad) - Make the necessary changes and save the file
- Launch Multilogin again and the changes will apply
Alternatively, you can go to "My account" in the Multilogin app and click "Open logs directory", then close Multilogin. In the window that will open, go one folder up. Afterwards, proceed from step 3.
How to use browser flags
Mimic
The app.properties file lets you start Mimic with tailored command-line options (flags), giving you more control over how it runs. Here’s how to use it and some handy examples:
To customize Mimic, add this line to the app.properties file:chrome.console_arg.{flag_name}={value}
Example options:
-
Disable all notifications in Mimic:
chrome.console_arg.disable-notifications=true
-
Enable detailed Mimic logs (useful if MLA debug logs don’t show errors):
multiloginapp.mimic.debug=true
-
Turn off pop-up blocking:
chrome.console_arg.disable-popup-blocking=true
Stealthfox
The app.properties file allows you to start Stealthfox with custom command-line options (flags), giving you flexibility to tweak its performance.
To configure Stealthfox, include this line in the app.properties file:firefox.config.{flag_name}={value}
Example options:
-
Disable images (prevent image loading):
firefox.config.permissions.default.image=2
-
Block page auto-refresh:
firefox.config.accessibility.blockautorefresh=true