You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a brand-new WhatsApp Business number get banned almost immediately — at connect/registration time, before I sent a single real message — and I'm trying to understand how common this is and, more importantly, what's actually safe.
What happened
Registered a fresh number in the WhatsApp Business app.
Didn't send a single message
Connected it through Baileys for the first time (multi-file auth) from a VPS (datacenter IP), Ubuntu / Node 22.
First connects hit a 405 "Connection Failure" reconnect loop (not logged in, attempting registration…). Fixed with fetchLatestBaileysVersion(), after which a QR appeared normally.
Tried to link via both QR and requestPairingCode.
During the link the socket went logging in… → 401 (loggedOut) in a loop, and the number got banned. No outbound messages were ever sent.
Side note: the number was later recoverable in the official Business app, so this particular ban appears to have been temporary.
Environment
Baileys: 6.17.16 · Node 22.x · Ubuntu 24.04 on a VPS (datacenter IP)
Auth: multi-file; tried QR and pairing code · default browser tuple
My questions
How rare is an instant ban on a brand-new number, just from linking — before any messages?
Is it the new-number + datacenter IP + companion-link combo? Would a residential/mobile IP change it?
Did the failed-link churn (405 loop, then QR + pairing code) make it worse?
Aged vs. fresh: do established numbers link reliably where fresh ones get nuked?
Recoverability: are these bans usually temporary or do they trend permanent with repeated reconnects?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi there 👋
I had a brand-new WhatsApp Business number get banned almost immediately — at connect/registration time, before I sent a single real message — and I'm trying to understand how common this is and, more importantly, what's actually safe.
What happened
Environment
My questions
All reactions