You Know Stackposts?

#1 Social Media Management & Analysis Platform

Problems & Solutions

QR Code not working

Estimated reading: 3 minutes

🔄 How to Update Waziper Server (v6.0.0)

(Fix QR Not Showing / Connection Issues)

If your WhatsApp QR code is not showing or your connection keeps failing, please update your Waziper Server using the latest whatsapp_server.zip included in your download package.


📁 1️⃣ What’s inside your download package?

When you extract your main ZIP file, you will see:

 
Documentation.html How to install.html waziper_main_v6.0.0.zip whatsapp_server.zip ← THIS is the new Waziper Server update

✔️ You only need to use whatsapp_server.zip
❌ Do NOT reinstall waziper_main_v6.0.0.zip


🧩 2️⃣ Requirements (Important)

Your server MUST use:

Software Required Version
Node.js 20.x or higher (REQUIRED)
npm 8+

⚠️ Waziper Server will not run on Node 16 or Node 18.
⚠️ Node 20+ is mandatory.


🛠 3️⃣ Install Node.js 20 (if needed)

Ubuntu / Debian:

 
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt install -y nodejs

CentOS / AlmaLinux / Rocky:

 
curl -fsSL https://rpm.nodesource.com/setup_20.x | bash - yum install -y nodejs

Check version:

 
node -v

Should be:

 
v20.x.x

📁 4️⃣ Locate your existing server folder

Usually located at:

 
/var/www/waziper_server/

or

 
htdocs/waziper_server/

🔧 5️⃣ Replace the server with the new version

Delete or rename your old folder:

 
waziper_server

Extract the file from your download package:

 
whatsapp_server.zip

After extracting, rename it to:

 
waziper_server

📌 Important:
Even though the ZIP file is named whatsapp_server.zip,
the final folder on your server must always be:

 
waziper_server

⚙️ 6️⃣ Update config.js

Path:

 
waziper_server/config.js

Use this template:

 
/** * config.js (ESM version) * Compatible with Node.js 20+ */ const config = { debug: false, database: { connectionLimit: 500, host: "localhost", user: "[YOUR_DB_USERNAME]", password: "[YOUR_DB_PASSWORD]", database: "[YOUR_DB_NAME]", charset: "utf8mb4", debug: false, waitForConnections: true, multipleStatements: true, }, cors: { origin: "*", optionsSuccessStatus: 200, }, }; export default config;

🚀 7️⃣ Restart your server (IMPORTANT)

After replacing the folder, simply restart your entire server:

Linux VPS:

 
reboot

or through your hosting panel.

Shared hosting / cPanel:

Use Reboot Server, Restart Node App, or Restart Hosting Service (depends on your panel).

Windows:

Restart XAMPP / WAMP / Laragon or restart the computer.

✔️ This will automatically restart the new Waziper Server.
✔️ No need to run any terminal commands.
✔️ No need to run node or npm install.


🎉 8️⃣ Finish

Go to:

Waziper Dashboard → WhatsApp Accounts → Scan QR

Your QR code should appear immediately and the connection should work correctly.


⚠️ Notes

  • Only replace the waziper_server folder

  • Do NOT reinstall Waziper PHP script

  • No database migration required

  • No need to run Node.js manually

  • Restarting the server is enough

This update fixes:

✔️ QR not showing
✔️ Connection failed
✔️ Baileys v7 compatibility issues
✔️ Node.js errors
✔️ Auto disconnect
✔️ Memory leaks

 

Share this Doc

QR Code not working

Or copy link

CONTENTS
Antimanual

Ask our AI support assistant your questions about our platform, features, and services.

You are offline
Chatbot Avatar
What can I help you with?