You Know Stackposts?

#1 Social Media Management & Analysis Platform

Waziper

Install WhatsApp Server

Estimated reading: 3 minutes

πŸ”„ How to Update Waziper Server (v6.0.6)

Fix QR Not Showing / Connection Failed / Auto Disconnect

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


πŸ“¦ 1️⃣ What’s inside your download package?

After extracting the main ZIP file, you will see:

  • Documentation.html

  • How to install.html

  • waziper_main_v6.0.6.zip

  • whatsapp_server.zip ← THIS is the server update

βœ… You only need whatsapp_server.zip
❌ Do NOT reinstall waziper_main_v6.0.6.zip

The PHP script does NOT need to be reinstalled.


🧩 2️⃣ Requirements (IMPORTANT)

Your server MUST use:

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

⚠️ Waziper Server will NOT run on:

  • Node.js 16 ❌

  • Node.js 18 ❌

πŸ‘‰ Node.js 20+ is mandatory


πŸ›  3️⃣ Install / Upgrade Node.js 20

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

Verify installation

node -v

βœ… Expected output:

v20.x.x

πŸ“ 4️⃣ Locate your existing Waziper Server folder

Common locations:

/var/www/waziper_server/

or

htdocs/waziper_server/

πŸ”§ 5️⃣ Replace the server with v6.0.6

Step-by-step

1️⃣ Delete or rename your old folder:

waziper_server

2️⃣ Extract:

whatsapp_server.zip

3️⃣ Rename the extracted folder to:

waziper_server

πŸ“Œ Important

  • The ZIP file name is whatsapp_server.zip

  • The final folder name MUST be:

waziper_server

βš™οΈ 6️⃣ Update config.js

Path

waziper_server/config.js

Template (Node.js 20+ – ESM compatible)

/**
* 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;

⚠️ Make sure database credentials match your Waziper PHP database


πŸš€ 7️⃣ Restart your server (VERY IMPORTANT)

After replacing the folder, restart your server completely.

Linux VPS

reboot

or restart via your hosting panel.

Shared hosting / cPanel

  • Reboot Server

  • Restart Node App

  • Restart Hosting Service (depends on panel)

Windows

  • Restart XAMPP / WAMP / Laragon

  • Or restart the computer

βœ… No terminal commands needed
βœ… No npm install
βœ… No node app.js
βœ… Restarting is enough


πŸŽ‰ 8️⃣ Done

Go to:

Waziper Dashboard β†’ WhatsApp Accounts β†’ Scan QR

βœ”οΈ QR code should appear immediately
βœ”οΈ Connection should stay stable


⚠️ Important Notes

  • βœ… Only replace waziper_server folder

  • ❌ Do NOT reinstall Waziper PHP script

  • ❌ No database migration required

  • ❌ Do NOT run Node manually

  • βœ… Restarting the server is enough

 

Share this Doc

Install WhatsApp Server

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?