There are two kinds of Amazon suspensions. The first kind — late shipments, IP complaints, inauthentic claims — is about what you did. You can read the notice, write a plan of action, fix the process, and usually get back.
The second kind is the "related account" suspension, and it is a different animal entirely. Amazon isn't accusing you of doing anything wrong with this account. It's saying this account is connected to another account that was already deactivated — and under its policy, the deactivation spreads. You inherit someone else's ban, sometimes an account you closed five years ago, sometimes an account that belongs to a former business partner, a virtual assistant, or the previous owner of a laptop you bought second-hand.
The brutal part is that Amazon almost never tells you which account you're supposedly related to, or which signal made the connection. You're left reverse-engineering the link yourself. And because the linking is largely automated — built on network data, device fingerprints, cookies, and business information — you can trigger it without ever touching a second seller account on purpose.
This guide is about how to avoid Amazon related account suspension before it happens: what the linking system actually looks at, the specific mistakes that get legitimate sellers flagged, and how to structure a multi-account operation (or protect a single account) so the connection is never made in the first place. It's written from the perspective of people who run these setups daily, not from Amazon's press releases.
What a "related account" suspension actually is
The policy in Amazon's own words
Amazon's Selling Policies and Seller Code of Conduct says you may only maintain one Seller Central account per region unless you have a legitimate business need for a second one and each account has its own bank account, products, and business purpose. Two things follow from that wording, and sellers routinely miss both.
First, multiple accounts are not automatically banned. Amazon quietly relaxed the old "one account, ever" stance years ago. If you run two genuinely separate businesses — different legal entities, different catalogs, different bank accounts — you're within policy. Plenty of aggregators and brand owners operate dozens of accounts this way.
Second, and this is the part that bites: permission to have two accounts does not stop the linking system from connecting them. The related-account enforcement is mostly algorithmic. If Account A gets deactivated for dropshipping violations and the system finds that Account B shares an IP history, a device fingerprint, or a deposit method with Account A, then Account B receives the dreaded notice — regardless of whether B was doing everything right. Relation plus one bad account equals two dead accounts.
Why the ban propagates
From Amazon's side this is rational. Banned sellers come back. They register a new entity, buy a fresh SIM card, and relist the same inventory within a week. The related-account system exists to make that loop expensive. It errs on the side of false positives because, for Amazon, suspending an innocent seller costs a support ticket, while letting a banned counterfeiter back on costs buyer trust.
That asymmetry is why prevention matters so much more than appeal. Once two accounts are linked in Amazon's records, unlinking them is somewhere between hard and impossible — you generally have to reinstate the underlying banned account to free the healthy one. Avoiding the link is a matter of hygiene. Removing the link is a matter of luck.
The signals Amazon uses to relate accounts
Amazon has never published the list, but years of suspension notices, appeal outcomes, and seller post-mortems make the picture fairly clear. The signals fall into five buckets, and it's worth understanding each one because your defense has to cover all of them — a perfect proxy setup with a shared bank account still gets you linked.
1. Network: IP addresses and connection history
Every login to Seller Central, every use of the Amazon Seller app, every API call is logged with an IP address. Amazon doesn't just compare current IPs; it compares history. If Account A logged in from your home fiber connection in 2023 and Account B logs in from the same connection in 2026, that overlap is on record.
A few things make network linking nastier than people expect:
- Mobile carriers use CGNAT, so thousands of users share the same public IP — that alone rarely links accounts, but combined with another signal it strengthens the case.
- VPNs are worse than useless. Commercial VPN exit nodes are shared by thousands of people, flagged as datacenter ranges, and — critically — some other Amazon seller has almost certainly used the same node. You can inherit a stranger's association.
- The Seller app on your phone logs in over whatever network your phone is on. Sellers meticulously isolate their desktops and then check two accounts from one phone on home Wi-Fi.
2. Device and browser fingerprints
This is the bucket most sellers underestimate. Even with a clean IP, your browser broadcasts a combination of attributes — canvas and WebGL rendering output, installed fonts, screen resolution, timezone, language, hardware concurrency, audio stack — that together identify your machine with unsettling precision. The EFF's Cover Your Tracks project demonstrates this live: most browsers are unique among hundreds of thousands of samples, and device fingerprinting works even with cookies wiped and incognito on.
Amazon runs sophisticated fing) client-side collection on Seller Central login pages, and it doesn't need to be perfect. It only needs to say "these two sessions came from the same machine with high confidence." If you'd like the full mechanics, we go deep on the individual attributes in Browser Fingerprinting Explained for Beginners, and specifically on the GPU-derived signal in WebGL Fingerprint Spoofing Explained.
A useful mental model: the IP is where you're calling from, the fingerprint is which phone you're calling on. Changing one and not the other doesn't help.
3. Cookies, local storage, and browser state
Amazon sets identifiers in cookies (session-id, ubid-main, session-token, plus advertising identifiers) that persist across logouts. It also uses localStorage, IndexedDB, and service-worker caches. Log out of Account A, log into Account B in the same browser profile, and you've handed Amazon a direct, unambiguous connection — no statistical inference required.
"But I use incognito." Incognito clears state between windows, not between tabs of the same session, and does nothing about your IP or fingerprint. It's a privacy feature for shared computers, not an isolation tool.
4. Business and financial data
This is the deterministic layer, and it's where even a technically flawless setup falls apart:
- Bank account / deposit method
- Credit card (including the same card used for advertising)
- Tax identifier (EIN, VAT, national ID)
- Legal business address, warehouse address, return address
- Phone number, including the one on the two-step verification
- Email address — and the recovery email behind it
- Beneficial owner's passport or driving licence in Seller Identity Verification
Amazon's identity verification is manual on top of automated. A human reviews the documents. If the same person's face and passport appear on two accounts, that's a link no browser configuration will ever hide, and honestly it shouldn't — if your accounts aren't genuinely separate businesses, you're outside policy and no tooling fixes that.
5. Behavioral and catalog overlap
The subtlest bucket. Two accounts that list the same 400 SKUs with the same photos, ship from the same warehouse, use the same product description template, and reprice within seconds of each other look related even without a technical signal. Same for return addresses printed on packing slips and identical customer-service response text.
Signal strength at a glance
| Signal | How strongly it links | Can tooling help? | What actually fixes it |
|---|---|---|---|
| Shared bank account or card | Conclusive | No | Genuinely separate financial infrastructure |
| Same tax ID / legal entity | Conclusive | No | Separate registered entities |
| Cookies / localStorage reuse | Very strong | Yes | Isolated per-account browser data dirs |
| Device fingerprint match | Strong | Yes | Per-account fingerprint, consistently applied |
| Residential IP overlap | Strong | Yes | Sticky, dedicated residential IP per account |
| Datacenter or shared VPN IP | Moderate, and suspicious in itself | Partly | Residential or mobile proxies, never shared VPN |
| Same phone number / 2SV | Very strong | No | Separate numbers per account |
| Identical catalog & photos | Moderate | No | Distinct sourcing and creative |
| Same warehouse / return address | Moderate | No | Document the legitimate business reason |
The table's real lesson: software solves the middle rows, and only the middle rows. Anyone selling you an antidetect browser as a complete answer to related-account suspensions is selling you a third of a solution.
The mistakes that get honest sellers suspended
Before the setup guide, it's worth cataloguing the specific ways people trip. Almost every related-account story I've heard reduces to one of these.
Logging in "just once" from the wrong place
The airport lounge. The hotel. A client's office. Your accountant asks you to pull a report and you log in on their machine. Every one of these creates a permanent row in a login-history table you can't see or edit. Amazon doesn't flag it in the moment — it surfaces two years later when an unrelated account that once used the same coffee-shop Wi-Fi gets banned.
The virtual assistant problem
You hire a VA in another country to handle customer messages. You give them the password. Great. Then they take a second client — another Amazon seller — and manage both from the same laptop, the same browser, the same home connection. Your account is now related to a seller you've never met. When their client gets banned for counterfeits, you find out the hard way.
This is the most common cause of surprise related-account suspensions among small brands. It's also completely preventable: give the VA an isolated environment you control, tied to your account's IP and fingerprint, and require them to use it.
Inheriting a poisoned identity
Buying an aged seller account is a coin flip on whether that account is already related to something toxic. So is buying a used business laptop, taking over an office's static IP, or registering with a phone number that was recycled by the carrier.
Family members and shared households
Your brother sells on Amazon. You sell on Amazon. Same house, same router, sometimes the same computer. Amazon's policy technically accommodates this — you can appeal with proof of separate businesses — but you will have to appeal, and you'll do it under suspension with your money on hold.
Reusing infrastructure between test and production
Sellers spin up a "test" account to try a category, abandon it, and forget it. Later it gets deactivated for inactivity-adjacent policy issues or an unfinished verification. That dead account is now related to the real one.
Trusting a VPN
Worth repeating because it's so common. A consumer VPN gives you a shared, datacenter-labelled exit IP that a hundred other people — including banned sellers — are using right now. You've made yourself more linkable, not less, and added a "this login came from a known VPN range" flag on top.
Building an isolation setup that actually holds
The goal is simple to state: every account should look like a different person on a different computer on a different internet connection, and it should look that way consistently, forever. Consistency matters as much as separation. An account whose fingerprint changes every session looks like fraud even if it's never linked to anything.
Step 1: separate the business layer first
Do this before touching any software, because it's the part tooling cannot fix.
Each account needs its own legal entity or genuinely distinct sole-trader registration, its own bank account, its own card for ads and fees, its own tax registration, its own phone number, its own email on its own domain (not five Gmail aliases behind one recovery address), and ideally its own address. Write down the legitimate business reason for each account — a different brand, a different category, a different market — and keep the documentation together. If Amazon ever asks, you want to answer in an hour, not a week.
If you can't do this honestly for a second account, stop here. The rest of this guide will keep you unlinked technically while you remain out of policy, which is a fragile place to be.
Step 2: one browser profile per account, permanently
Not one browser window. Not one Chrome user profile. A fully isolated environment: its own data directory, its own cookie jar, its own localStorage, IndexedDB, and cache, its own fingerprint, and its own proxy.
This is exactly what an antidetect browser like Dual Login does. Each profile is a real browser process launched against its own --user-data-dir, so nothing crosses between them at the OS level. Each carries a unique, internally consistent fingerprint — canvas, WebGL, audio, fonts, navigator, screen, UA, timezone, geolocation, and languages generated as a coherent set rather than random values bolted together.
That internal consistency is the whole game. A profile claiming macOS in its user-agent while its WebGL renderer string says "ANGLE (NVIDIA GeForce RTX 3060 Direct3D11)" is a louder signal than no spoofing at all — it says this browser is lying, which is worse than this browser is a normal Windows PC. If you want the underlying mechanics, How to Change Browser Fingerprint walks through which attributes must agree with which.
One discipline point: assign the profile to the account and never swap. Account A opens in Profile A, from the first login to the last. Rotating fingerprints on a mature seller account is how you turn a clean history into a suspicious one.
Step 3: a dedicated, sticky residential IP per account
The proxy rules, in order of importance:
- Residential or mobile, not datacenter. Datacenter ranges are catalogued and Amazon knows them.
- Dedicated, not shared. A shared residential IP means somebody else's Amazon behavior is attributed to your neighborhood.
- Sticky, not rotating. A seller account whose IP changes city every twenty minutes reads as a compromised account. You want the same IP, or at minimum the same ISP and metro area, month after month.
- Geographically coherent. The IP's country should match the marketplace, the business registration, the timezone in the fingerprint, and the browser language. A UK-registered seller on a Vietnamese IP with
en-USandAmerica/Chicagois three contradictions in one session. - Test before you trust. Check the IP's fraud/abuse score and whether it's already flagged. Some "residential" pools are resold and thoroughly burned.
We cover proxy selection, sticky-session configuration, and the leak-testing routine in Antidetect Browser with Residential Proxies: The 2026 Playbook.
Step 4: close the WebRTC and DNS leaks
A proxy sets the IP a site sees for HTTP requests. It does not, by default, stop WebRTC from revealing your real local and public IP to a page that asks — WebRTC's ICE candidate gathering does that on purpose, as documented in the MDN WebRTC API reference. Nor does it necessarily route DNS lookups through the tunnel.
Either leak defeats the entire setup. Dual Login masks WebRTC to the proxy's exit IP at the engine level, so the ICE candidates a page sees are consistent with the visible IP rather than being suppressed in a way that itself looks unusual. Whatever tool you use, verify it: load a WebRTC leak test inside the profile, confirm the reported address matches the proxy, and re-check after any tool update.
Step 5: keep the fingerprint spoofing invisible
There's a category of tool that injects JavaScript into every page to overwrite navigator properties and hook canvas methods. It works, in the sense that the values change. It also leaves traces: patched function bodies whose toString() doesn't look native, property descriptors in the wrong order, timing differences, and behavior that diverges inside Web Workers where the injection didn't reach.
Detection scripts check for exactly these tells. A page that finds an overridden HTMLCanvasElement.prototype.toDataURL has learned something far more interesting than your canvas hash: it's learned you're running an antidetect browser.
Dual Login applies the fingerprint natively inside the Chromium engine — the values are supplied at the C++ level before any JavaScript runs, so there's nothing to patch and nothing to detect, and the spoof reaches workers and iframes automatically. If you're evaluating alternatives, this is the single most important question to ask: native or injected? How Websites Detect Multiple Accounts on the Same Device covers the detection side in more detail.
Step 6: separate the human layer
Technology handles the machine. You still have to handle the operator.
- The Seller app on your phone breaks isolation. If you must use it, dedicate one device per account, or don't use it at all.
- Password managers that autofill across profiles can leak identity between accounts. Use separate vaults.
- Don't check two accounts side by side in the same minute even in separate profiles — timing correlation is a weak signal, but it's a free one to avoid.
- Give VAs isolated access, not passwords. Either they operate inside your profile through your controlled environment, or you use Amazon's built-in User Permissions so their access is a sub-user rather than a shared login.
- Two-step verification per account, with a distinct number or authenticator entry. Sharing a 2SV phone across accounts is a hard link.
Step 7: make the profiles portable and backed up
One underrated failure mode: your laptop dies, you restore the accounts on a new machine, and every fingerprint changes at once. From Amazon's perspective, six seller accounts simultaneously moved to a new device on the same day. That's a pattern.
Profiles should be portable — cookies, localStorage, and fingerprint travelling together — so you can move to new hardware and keep each account's identity stable. Dual Login persists cookies and storage into the profile record and syncs them, so a restored profile continues the same session rather than starting a new device history.
Running the operation day to day
A launch checklist per account
Every time you open a seller account, the following should be true. Most of it is automated by the profile, but verify it periodically rather than assuming:
- The profile is the one assigned to that account, not a similarly named neighbour.
- The proxy is up and the exit IP matches the expected city and ISP.
- WebRTC reports the proxy IP, not your real one.
- Timezone, language, and locale align with the IP's location.
- No other seller-account profile is open at the same time.
- The fingerprint matches what this account saw last session.
Build the habit of checking 2 and 3 after any proxy provider change. Providers rotate their pools; a subnet that was residential last month can be reclassified.
Naming and documentation
With more than three accounts, ambiguity becomes the enemy. Name profiles after the account, not the person. Keep a single record per account: entity name, tax ID, bank, email, phone, proxy endpoint, and the profile it uses. When Amazon asks for a legitimate-business-need explanation, this record is your answer. When a VA joins, it's their onboarding doc.
Warming a new account
A brand-new seller account that immediately lists 500 SKUs from a fresh IP looks like exactly what Amazon's risk models are built to catch. Slow down. Let the account exist for a few days doing ordinary things — completing the profile, reading policy pages, setting shipping templates — before the catalog goes live. The same IP, the same fingerprint, the same rhythm. Boring is the goal.
What to do at the first warning sign
Amazon usually escalates: a verification request, a document re-submission, a "we need more information" email. Treat any of these as a signal that something in your setup drew attention. Respond promptly and completely, from the correct profile and IP, with documents that match the account's registered entity exactly. Do not, under any circumstances, respond to a verification request for Account B while logged into Account A, or from a device that has touched another account. More than one seller has linked two clean accounts during the appeal process.
Where the tooling fits — and where it doesn't
It's worth being blunt about scope. An antidetect browser prevents technical linking: cookies, storage, fingerprints, IPs, WebRTC. It's the right tool for that job and there isn't really a substitute — separate physical machines on separate connections is the only alternative, and it doesn't scale past two or three accounts.
What it cannot do:
- Make two accounts that share a bank account unrelated.
- Hide that the same passport was uploaded to both identity verifications.
- Fix a policy violation on the underlying account.
- Give you a legitimate business need you don't have.
- Undo a link that's already recorded.
Sellers who get burned usually bought a tool expecting it to be a permission slip. It isn't. It's the plumbing that makes a legitimate multi-account operation survivable.
If you're weighing options, the practical differences between the main tools come down to whether fingerprinting is native or injected, whether proxy handling supports sticky residential sessions cleanly, and what you pay per profile at your volume. We've compared the incumbents in GoLogin vs AdsPower and looked at the value end of the market in Cheaper Multilogin Alternatives That Actually Work. If Amazon is one platform among several for you, the same architecture carries over — Best Browser for Managing Multiple eBay Accounts covers eBay's stricter-in-some-ways linking, and How to Avoid Account Bans on Amazon Seller goes deeper on the performance-metric side of staying alive on Amazon.
If you're already suspended for a related account
This guide is about prevention, but a short word on the other side.
The notice will name a policy, not an account. Your first job is identification: which account is Amazon connecting you to? Think through every shared element — old accounts you opened and forgot, a partner's account, a VA, a family member, a card you used once. If you genuinely don't know, ask Amazon directly in the appeal; occasionally Seller Performance names it.
If the related account is yours and it's reinstatable, reinstate that one — the healthy account usually follows. If it's a third party's, your appeal has to prove separation: separate entity documents, separate bank statements, separate premises, separate ownership, and a clear explanation of why the technical overlap existed (shared office, shared VA, shared household). Concrete evidence beats assertion every time. And going forward, fix the overlap that caused it, because a second related-account notice after an unchanged setup rarely gets a second look.
One thing not to do: don't open a fresh account from the suspended machine to keep trading while you appeal. That's how one suspension becomes three.
FAQ
Is it against Amazon's rules to have more than one seller account?
No, not automatically. Amazon's Seller Code of Conduct permits multiple accounts where there's a legitimate business need and each account is genuinely separate — its own entity, bank account, products, and purpose. What's prohibited is operating a second account to evade a suspension, to manipulate reviews or the Buy Box, or as a hidden duplicate of an existing one. Keep documentation of the business reason for each account, because you may be asked.
Will using an antidetect browser get me banned by itself?
Using one isn't a policy violation, and Amazon has no reliable way to tell that a well-built profile is a managed one — provided the fingerprinting is applied natively rather than through injected JavaScript, which detection scripts can spot. What gets people banned is what the tool is used for: evading an existing suspension, or running accounts that share financial and identity data. The browser keeps legitimately separate accounts from being falsely linked; it doesn't legitimize accounts that aren't separate.
Does a VPN protect me from a related account suspension?
No, and it often makes things worse. Commercial VPNs hand out shared exit IPs from datacenter ranges that are widely catalogued, so you're sharing an address with strangers — possibly including banned sellers — while flagging yourself as a VPN user. A VPN also does nothing about cookies, localStorage, or your device fingerprint, which are the signals most likely to link two accounts on one machine. Dedicated sticky residential proxies, one per account, are what the job actually calls for.
Can Amazon link my accounts if I only ever use separate computers?
Yes, if they share anything else. Separate hardware solves the fingerprint and cookie problem, but two machines on the same home or office internet connection share a public IP, and shared bank accounts, cards, phone numbers, tax IDs, or addresses link accounts regardless of hardware. Separate devices are necessary but not sufficient — and beyond two or three accounts they're impractical anyway, which is where per-profile isolation in software earns its place.
How long does Amazon keep records that could link accounts?
Assume indefinitely. Sellers regularly report related-account suspensions triggered by accounts they closed many years earlier, and login IP history appears to persist well beyond account closure. This is why "I'll clean up my setup later" is bad advice: the overlap you create today can surface long after you've forgotten it. Isolate from the first login of a new account rather than retrofitting.
My virtual assistant manages several sellers. How do I protect my account?
Don't let them access your account from an environment you don't control. Two workable approaches: use Amazon's built-in User Permissions to give them a sub-user account with limited rights, or give them access to a dedicated browser profile bound to your account's own proxy and fingerprint, so their machine and their other clients never touch your session. Make it a written condition of the engagement, and rotate credentials when they leave.
Should each account have a different fingerprint every time I log in?
Definitely not. Each account should have one stable fingerprint that it keeps for its entire life. A real person's computer doesn't change GPU, screen resolution, and font set between Tuesday and Wednesday. Consistency over time is what makes a profile look like a genuine device; randomization is what makes it look like an evasion tool.
Wrapping up
Related-account suspensions feel arbitrary because the linking happens invisibly, months or years before the consequence. But the signals themselves aren't mysterious. They're network overlap, device fingerprints, browser state, shared business data, and behavioral similarity — and four of those five are entirely within your control if you set things up properly at the start.
The order matters. Separate the business layer first, because no software fixes a shared bank account. Then give every account its own permanent browser identity: its own data directory, its own coherent fingerprint, its own sticky residential IP, with WebRTC and DNS sealed. Then enforce the human discipline — no cross-logins, no shared phones, no VAs on unmanaged machines. That combination is what keeps a multi-account operation boring, and boring is precisely what you want Amazon to think of you.
If you're setting this up now, Dual Login handles the technical half: unlimited isolated profiles, each a real browser process with its own data directory, a natively applied fingerprint that leaves no injected-JavaScript traces, per-profile proxy support with WebRTC masked to the exit IP, and portable sessions so a hardware change doesn't reset every account's device history at once. Spin up one profile per account, assign each its own proxy, and never think about cross-contamination again. The business paperwork is still on you — but the plumbing won't be the thing that gets you suspended.