Multilogin EN Official
3.39K subscribers
64 photos
8 videos
1 file
320 links
Official Multilogin English channel
Download Telegram
New in Multilogin X: powerful CLI tool 🧑‍💻

We're excited to introduce our brand-new CLI tool, making automation easier with simple commands! Now you can manage profiles, run scripts, and more – straight from the command line.

See How to use Multilogin CLI tool for more details 📖 Here's what to expect:

• Improved help section: get clear details on each command, including required parameters and default values

• Profile import/export support: easily transfer profiles between accounts

• Script runner support: list, start, and stop automation scripts effortlessly

• CookieRobot support: automate cookie collection to make profiles more natural

• Cookie export support: export cookies for seamless use across sessions

Try it now and streamline your workflow! 🔥
3
1
Browser core update for Multilogin X and 6 🛡

⚡️ Stealthfox got the new 135 core

The core will be updated automatically on profile launch
2
Browser core update for Multilogin X 🛡

⚡️ New

Mimic got the new Chrome 133 core

⚙️ Fixes

Android profiles now load Bet365 correctly

We've made it harder for websites to detect Playwright

Here are some examples of the websites where you will receive less captcha challenges (or no longer receive them at all): CreepJS, BlackHatWorld, Bing, NopeCHA, Bet365, BotChecker


Notes

• The core will be updated automatically on profile launch
💌 Love is in the air... and so are big savings!

Though a little late we’re excited to kick off our Valentine’s Day Promotion! For the next 11 days, upgrade to a higher plan with a longer billing period or snag an exclusive deal on our Custom plans (proxy traffic included!) and enjoy massive savings 💸

Why make the switch?
❤️ Save more, spend less – get the best value with every plan.
❤️ All-in-one solution – profiles, team members, proxy traffic, RPMs, and custom SDKs all bundled at a wholesale price!
❤️ No more monthly payments – set it once and enjoy peace of mind all year long.
❤️ Lock in your rate – secure your price for the next 6 months or an entire year.

🚀 Ready to upgrade and save big? Click here to get started!

📧 Keep an eye on your email inbox (and junk folder) for detailed offers landing soon.
4
Multilogin EN Official pinned «💌 Love is in the air... and so are big savings! Though a little late we’re excited to kick off our Valentine’s Day Promotion! For the next 11 days, upgrade to a higher plan with a longer billing period or snag an exclusive deal on our Custom plans (proxy…»
Multilogin EN Official
💌 Love is in the air... and so are big savings! Though a little late we’re excited to kick off our Valentine’s Day Promotion! For the next 11 days, upgrade to a higher plan with a longer billing period or snag an exclusive deal on our Custom plans (proxy…
💌 Still thinking about it? Here’s why you don’t want to miss out!

Our Valentine’s Day Promotion is in full swing, and time is ticking! If you haven’t grabbed your exclusive deal yet, now’s your chance to lock in huge savings before it’s too late 💸

What’s on the table?
Premium annual plans – more value, less cost.
Custom packages – get profiles, team members, proxy traffic, RPMs, and custom SDKs all in one at a wholesale price.
Early access to our updated SDK for Google account creation – be among the first to try it!
No more monthly payments – secure your rate for 6 months or an entire year.

📧 Check your inbox (and junk folder) to make sure you don’t miss out.

🚀 Last chance to save big! Claim your deal now before the promo ends on this Friday!
Browser core update for Multilogin 6 🛡

⚡️ New

Mimic got the new Chrome 133 core

⚙️ Fixes

We've made it harder for websites to detect Playwright

Here are some examples of the websites where you will receive less captcha challenges (or no longer receive them at all): CreepJS, BlackHatWorld, Bing, NopeCHA, Bet365, BotChecker


Notes

• The core will be updated automatically on profile launch
📣 Last nudge!

That's all folks - our Valentine's Day promotion ends tonight at 23:59 UK time 🕛

Don’t miss this chance to secure the best price (and also to buy larger quantities of proxy traffic at a wholesale price) for your plan!

👉 Get a privileged deal before midnight
Browser core update for Multilogin X 🛡

⚡️ New

1️⃣ Proxy traffic saver: reduce data usage and speed up browsing by blocking images and videos

In Mimic, images and most autoplay videos are blocked (some videos and ads may still play due to the difference in technology used)
In Stealthfox, all images and videos are blocked

How to enable? Use the save_traffic parameter (true/false) in the following API endpoints (as part of the proxy configuration): Profile Create, Profile Update, Profile Partial Update, Start Quick Profile.

2️⃣ Puppeteer support for Stealthfox using WebDriver BiDi: enables more advanced automation capabilities

How to use? To use it with Puppeteer, replace puppeteer.connect with a WebSocket connection in your script:

const browserWsURL = ws://127.0.0.1:${port}/session;

const browser = await puppeteer.connect({
browserWSEndpoint: browserWsURL,
protocol: 'webDriverBiDi', // Using WebDriver BiDi
timeout: 10000
});


Notes

• If enabled, Proxy traffic saver also blocks captcha images, making them harder to solve

• Some Puppeteer features may not work due to WebDriver BiDi limitations – check Puppeteer’s official documentation for more details

• The core will be updated automatically on profile launch
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Browser core update for Multilogin X and 6 🛡

⚡️ New

Mimic got the new 134 core

Stealthfox got the new 136 core

Paste text in a way that mimics natural typing with our Paste as human feature! Right-click on any text box and select "Paste as human" or use the shortcut Ctrl + Shift + H (read more here)

Notes

The core will be updated automatically on profile launch

🎁 Secret giveaway alert

There’s a hidden bonus in this post – don't miss out!

The first person to comment "paste as human" below will double their monthly Multilogin proxy traffic (one-time)!
🔥41👍1
Browser core update for Multilogin X and 6 🛡

⚡️ New

Mimic got the new 135 core

Stealthfox got the new 137 core


Notes

The core will be updated automatically on profile launch
👍4
Multilogin X – Back-end update v4.8 🚀

⚡️ New

• Strict & non-strict mode in API: you no longer need to fill in every detail manually! In non-strict mode, the system autofills default values to save you time and improve your experience. Works across all API endpoints – except profile update and generate proxy ☑️

Convert a quick profile to local via API: easily keep and reuse profiles you created on the fly. Just make sure the quick profile is running, and you can turn it into a local one – no need to start from scratch next time 🔁

• Add tags to profiles via API (profile create, update, and partial update endpoints): stay organized and find profiles faster. Add up to 10 custom tags per profile to group, filter, and manage your accounts more efficiently. Tags will also appear in the UI soon 🏷
2
Multilogin X – Back-end update v4.9 🚀

⚡️ New

• View all available core versions: use the new Get Browser Cores endpoint to retrieve a full list of supported major and minor browser core versions

• Set minor versions: choose specific core_version values during profile creation or update

⚙️ Fixes

auto_update_core flag fix: works as expected now, no need to reset manually

Notes

• Only the last 6 major versions are supported, and minor versions must fall within that range
3🔥1
Browser core update for Multilogin X and 6 🛡

⚡️ New

Mimic got the new 136 core

Stealthfox got the new 138 core

⚙️ Fixes

We’ve resolved bugs and enhanced stability to improve how mobile profiles run

Notes

The core will be updated automatically on profile launch
👍3
📢 The countdown is on — 5 days left 🚀

We’ve redesigned Multilogin X — not just for looks, but to help you move faster, stay organized & work smarter.

You told us:
🗣️ "I want to get things done faster."
🗣️ "I need an easier way to manage profiles."
🗣️ "I want to keep profiles organized and easy to find."

We listened.
We rebuilt it.

🎉 Dropping June 11
15🔥6👎1
🏷️ What’s Coming: Quick Tags. Easy Edits. Total Control

Folders? Filters? Lost profiles? Not anymore. 👇

Tag profiles however you like (“client A”, “warm-up”, “VIP”)
Rename profiles instantly — just click and edit
Customize your view to see exactly what matters

Multilogin X makes it simple. 3 days left 🚀
🔥6
💡 What’s Coming: Smarter Profiles, Less Traffic Waste

Multilogin X isn’t just prettier — it’s smarter 🧠

📓 Add notes directly to any profile
🔄 Quick import/export of profiles & cookies
🌐 Proxy Traffic Saver to cut bandwidth
Scraping, scaling, and staying organized — all covered 😎

2 days to go 🔥
🔥51
Browser core update for Multilogin X and 6 🛡

⚡️ New

Mimic got the new 137 core

Stealthfox got the new 139 core

Notes

The core will be updated automatically on profile launch
👍4
Just 1 Day Left

We’ve rebuilt Multilogin X to deliver:

Faster actions
Smarter profile management
Cleaner workflows
Full control — even at scale

Just one more sleep 😴 — and the new Multilogin X will be live.

👀 Launching June 11
🏆51