Skip to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
     

Whatsapp Gateway | Multi Device v14.7.0

Featured Replies

  • Community Expert
  • Author

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added RBAC Manager v2.1.1 (By DapuriX) - [ @MURASAKI. ] [To support DapuriX, click here].


Description: Manage roles, permissions, menu access, and user assignments without replacing the existing plan-based access control.

Screenshot:

screenshot.webp


=======

1.webp

=======

2.webp

=======

3.webp

======

4.webp

  • Replies 9.3k
  • Views 1.2m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 11.0.0 (so far): - Added Chat System (Customer Service). - Fixed Connection problems With WhatsApp. - Fixed Generate QR Via API. - Fixed Delete Sections From Edit List Page. - Fi

  • Magd Almuntaser
    Magd Almuntaser

    English: Version 14.0.0 is now nearly complete. A lot has been changed in this version because of the plugin system, as features have been separated and converted into plugins. Therefore: Testers are

  • Magd Almuntaser
    Magd Almuntaser

    Version 11.0.1 has been released What's new in version 11.0.1: - Fixed Stop/Start AI In Conversations. - Fixed Chat Date (Database). - Fixed Migrate To Database. - Fixed Plans Page.

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    English (EN) I have already informed you that WhatsApp is rolling out new updates. These updates are being sent to some numbers first and will gradually reach all numbers worldwide. The first update i

  • Magd Almuntaser
    Magd Almuntaser

    What will be available in version 11.0.0: - A chat system will be added. - A customer service system will be added (integrated with chat). - Some Indian payment gateways will be added. - Order design

  • i give you the step: Stop your Node server. Download the files validate-connection.js and validate-connection.d.ts from the links provided below. Go to the directory: /your_mpwa_directory/node_modul

Posted Images

20 minutes ago, Magd Almuntaser said:

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added RBAC Manager v2.1.1 (By DapuriX) - [ @MURASAKI. ] [To support DapuriX, click here].


Description: Manage roles, permissions, menu access, and user assignments without replacing the existing plan-based access control.

Screenshot:

screenshot.webp


=======

1.webp

=======

2.webp

=======

3.webp

======

4.webp

Donate.. donate... 😙

10 hours ago, Magd Almuntaser said:

- Updated Status Scheduler v1.0.2 (By DGSoft) - [ @Jei Grey ] - [To support DGSoft, click here]
|------> Added Save as Draft (Post AI).
|------> Added Voice Note (VN) Status Support.
|------> Added Auto Product AI.
|------> Added Smart Active Product Filter.

Marketplace installation failed: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'status_schedulers' already exists (Connection: mysql, Host: localhost, Port: 3306, Database: aashriya_mpwa_13, SQL: create table status_schedulers id bigint unsigned not null auto_increment primary key, user_id bigint unsigned not null, device_id bigint unsigned not null, name varchar(255) not null, type enum('text', 'image', 'video') not null default 'text', content text null, media_path varchar(255) null, scheduled_at datetime not null, target_jids longtext null, status enum('pending', 'success', 'failed') not null default 'pending', error_log text null, created_at timestamp null, updated_at timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

I started encountering this problem after updating it. When I was in the process of updating, I decided to delete it first; however, even after reinstalling it, I am still facing the exact same issue. Please tell me what I should do now.

Do you wait for each other to send a blast?

I have a question:

1. If 10 users send messages simultaneously, do 9 users wait for the message from one user to complete, or do all 10 users send their messages simultaneously?

2. If one user sends 5 campaigns with different numbers or the same device number simultaneously, can they all send simultaneously?

3. If point 1 and point 2 are successful, they will all send simultaneously.

  • Community Expert
  • Author

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Advance Phone Book v1.0.0 (By Akram) - [ @ADS SOLUTIONS ].


Description: Advanced contact management with favorites, blocking, labels, CSV import/export, WhatsApp integration, and more.

Screenshot:

screenshot.webp

==========

1 (8).webp

  • Community Expert
  • Author
1 hour ago, Shivendra Kr. Sahu said:

Marketplace installation failed: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'status_schedulers' already exists (Connection: mysql, Host: localhost, Port: 3306, Database: aashriya_mpwa_13, SQL: create table status_schedulers id bigint unsigned not null auto_increment primary key, user_id bigint unsigned not null, device_id bigint unsigned not null, name varchar(255) not null, type enum('text', 'image', 'video') not null default 'text', content text null, media_path varchar(255) null, scheduled_at datetime not null, target_jids longtext null, status enum('pending', 'success', 'failed') not null default 'pending', error_log text null, created_at timestamp null, updated_at timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

I started encountering this problem after updating it. When I was in the process of updating, I decided to delete it first; however, even after reinstalling it, I am still facing the exact same issue. Please tell me what I should do now.


This means the status_schedulers table is still there, which is what I meant earlier when I told developers not to put any zip files in the public forum.
It conflicts with future updates to the marketplace, so I advised developers not to put zip files to avoid any conflicts in upcoming updates.

Anyway, go to Database -> phpMyAdmin

Then delete these tables from the database:

status_schedulers
status_scheduler_settings
status_engagement_histories

Then go to the migrations table. You will find these there, delete them:

2026_04_02_000000_create_status_schedulers_table
2026_04_08_000000_create_status_scheduler_settings_table
2026_04_09_000000_create_status_engagement_histories_table

After that, try again. Install the Plugin

13 hours ago, Magd Almuntaser said:


This means the status_schedulers table is still there, which is what I meant earlier when I told developers not to put any zip files in the public forum.
It conflicts with future updates to the marketplace, so I advised developers not to put zip files to avoid any conflicts in upcoming updates.

Anyway, go to Database -> phpMyAdmin

Then delete these tables from the database:

status_schedulers
status_scheduler_settings
status_engagement_histories

Then go to the migrations table. You will find these there, delete them:

2026_04_02_000000_create_status_schedulers_table
2026_04_08_000000_create_status_scheduler_settings_table
2026_04_09_000000_create_status_engagement_histories_table

After that, try again. Install the Plugin

Oh Error :(


Plugin installation failed: Call to undefined function shell_exec()

After doing everything you suggested, I encountered this error while performing a fresh installation.

42 minutes ago, Shivendra Kr. Sahu said:

Oh Error :(


Plugin installation failed: Call to undefined function shell_exec()

After doing everything you suggested, I encountered this error while performing a fresh installation.

php settings => Function disabled => delete shell_exec => restart php
  • Community Expert
  • Author
1 hour ago, Shivendra Kr. Sahu said:

Oh Error :(


Plugin installation failed: Call to undefined function shell_exec()

After doing everything you suggested, I encountered this error while performing a fresh installation.


The developer will be informed that shell_exec, exec, and system must not be used in plugins, as most hosting providers disable these functions for security reasons.

  • Community Expert
  • Author

The plugin has been added to the (Marketplace).
You can install it if you wish from the
Plugins page.


- Added Smart Assistant v1.0.0 (By MPWA Fans) - [ @Dammah ].


Description: Smart assistant for dynamic access to Local Database and External API, generate answers dynamically with Smart assistant.

Screenshot:

screenshot.webp


=======

WhatsApp Image 2026-04-10 at 12.31.30 AM.webp

=======

2 (4).webp

  • Community Expert
  • Author
7 minutes ago, pinpin said:

helo any plugin can create whatsapp follow up automation sequences day 1,2,3,4,5,6, like email series ?

I don't understand these kinds of plugins, but there's already a plugin in the marketplace called:
Sequence Messaging

I don't know if this is what you're looking for.

Hello Mr. @Magd Almuntaser ,

I hope you're doing well. I am having some trouble with my installation of MPWA v14.0.1 Specifically, the Chatbot Flow and Advance Chat Flow features are not working or responding at all.

I suspect I might have made a mistake during the installation, as I see this in my Node.js logs:

[34mDEBUG[39m [2026-04-10 19:17:03.485 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 19:22:36.637 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 19:22:36.639 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "97431467372567@lid",
        "type": "devices",
        "id": "4194005578",
        "t": "1775820140"
      }
    }
    [35msent[39m: {
      "id": "4194005578",
      "to": "97431467372567@lid",
      "class": "notification",
      "type": "devices"
    }
[34mDEBUG[39m [2026-04-10 19:22:36.641 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 19:43:07.418 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 19:43:07.420 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "87106332446857@lid",
        "type": "picture",
        "id": "3211504119",
        "notify": "Adi Purnama",
        "t": "1775821386"
      }
    }
    [35msent[39m: {
      "id": "3211504119",
      "to": "87106332446857@lid",
      "class": "notification",
      "type": "picture"
    }
[34mDEBUG[39m [2026-04-10 19:43:07.429 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 20:12:01.367 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 20:12:01.369 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "246114611634321@lid",
        "type": "devices",
        "id": "2819039670",
        "t": "1775823041"
      }
    }
    [35msent[39m: {
      "id": "2819039670",
      "to": "246114611634321@lid",
      "class": "notification",
      "type": "devices"
    }
[34mDEBUG[39m [2026-04-10 20:12:01.373 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 20:17:17.589 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 20:17:17.590 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "12859165700215@lid",
        "type": "picture",
        "id": "1312480477",
        "notify": "julia",
        "t": "1775823436"
      }
    }
    [35msent[39m: {
      "id": "1312480477",
      "to": "12859165700215@lid",
      "class": "notification",
      "type": "picture"
    }
[34mDEBUG[39m [2026-04-10 20:17:17.593 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 20:19:04.330 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 20:19:04.332 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "82665805979874@lid",
        "type": "devices",
        "id": "3094570748",
        "t": "1775823543"
      }
    }
    [35msent[39m: {
      "id": "3094570748",
      "to": "82665805979874@lid",
      "class": "notification",
      "type": "devices"
    }
[34mDEBUG[39m [2026-04-10 20:19:04.337 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 21:07:08.410 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 21:07:08.411 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "71464111833101@lid",
        "type": "devices",
        "id": "2311806538",
        "t": "1775826282"
      }
    }
    [35msent[39m: {
      "id": "2311806538",
      "to": "71464111833101@lid",
      "class": "notification",
      "type": "devices"
    }
[34mDEBUG[39m [2026-04-10 21:07:08.424 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 21:18:31.873 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 21:18:31.879 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "6455453335672@lid",
        "type": "devices",
        "id": "238366329",
        "t": "1775826996"
      }
    }
    [35msent[39m: {
      "id": "238366329",
      "to": "6455453335672@lid",
      "class": "notification",
      "type": "devices"
    }
[34mDEBUG[39m [2026-04-10 21:18:31.885 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
[34mDEBUG[39m [2026-04-10 21:29:07.226 +0800]: [36mEvent buffer activated[39m
[32mINFO[39m [2026-04-10 21:29:07.268 +0800]: [36mresyncing critical_unblock_low from v10[39m
[32mINFO[39m [2026-04-10 21:29:07.839 +0800]: [36msynced critical_unblock_low to v11[39m
[34mDEBUG[39m [2026-04-10 21:29:07.857 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "@s.whatsapp.net",
        "type": "server_sync",
        "id": "2966071805",
        "t": "1775827747"
      }
    }
    [35msent[39m: {
      "id": "2966071805",
      "to": "@s.whatsapp.net",
      "class": "notification",
      "type": "server_sync"
    }
[34mDEBUG[39m [2026-04-10 21:29:07.859 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
A user connected
A user disconnected: l1ELJjKjXbrSthKZAAA9
A user connected
A user disconnected: E0-mbxMyHcEcucKBAAA_
A user connected
Using WA v2.3000.1035194821. isLatest: true
Connection is active
A user disconnected: f5s9gJBVYkUC4e6tAABB
A user connected
Using WA v2.3000.1035194821. isLatest: true
Connection is active
[34mDEBUG[39m [2026-04-10 21:38:23.512 +0800]: [36mEvent buffer activated[39m
[34mDEBUG[39m [2026-04-10 21:38:23.514 +0800]: [36msent ack[39m
    [35mrecv[39m: {
      "tag": "notification",
      "attrs": {
        "from": "171734368006293@lid",
        "type": "picture",
        "id": "2010407160",
        "notify": "naurhqrrtain",
        "t": "1775828303"
      }
    }
    [35msent[39m: {
      "id": "2010407160",
      "to": "171734368006293@lid",
      "class": "notification",
      "type": "picture"
    }
[34mDEBUG[39m [2026-04-10 21:38:23.517 +0800]: [36mFlushing event buffer[39m
    [35mbufferCount[39m: 1
A user disconnected: wU8-ZbHmfYyEUo0jAABD

I have double-checked the solution mentioned by Mr. @Narrador de Fatos regarding the phone number format, but my number is already entered correctly without any errors.

I strictly followed your YouTube tutorial: "aaPanel (VPS-Apache) - How to Install Whatsapp Gateway | Multi Device v11.5.6 (MPWA)" from start to finish. Despite following every step, these specific features remain inactive.

Information in System & Testing

My System Specifications:

  • Server Panel: aaPanel (Apache)

  • PHP Version: 8.2.28

Testing:

  • Single Message: Working fine.

  • Campaign System: Working fine.

  • Troubleshoot Plugin: All indicators are Green (No issues detected).

Could you please provide some guidance on what might be causing this? I would really appreciate your help to get these features running.

Thank you for your hard work on this project Mr @Magd Almuntaser and to all the plugin developers as well.

  • Community Expert
  • Author
13 minutes ago, Ilhamstore said:

Hello Mr. @Magd Almuntaser ,

I hope you're doing well. I am having some trouble with my installation of MPWA v14.0.1 Specifically, the Chatbot Flow and Advance Chat Flow features are not working or responding at all.

I suspect I might have made a mistake during the installation, as I see this in my Node.js logs:

Everything in the log is working correctly.

The method you're using in the chatbot flow might be incorrect.
You need to write the keyword and connect the trigger to, for example, a text message, and try it.

Give me a test account on your MPWA, and I'll try connecting a test phone to see if it works on my end.

10 minutes ago, Magd Almuntaser said:

Everything in the log is working correctly.

The method you're using in the chatbot flow might be incorrect.
You need to write the keyword and connect the trigger to, for example, a text message, and try it.

Give me a test account on your MPWA, and I'll try connecting a test phone to see if it works on my end.

Understood, Sir. I have sent the account information via private message.

Thank you in advance for your willingness to check this directly. 🙏

  • Community Expert
  • Author
22 hours ago, Abdulrahman Mohamed said:

ايوا فهمتك فكرتها مجرد Auto replay بس بشكل مختلف

عندي سؤال انا عندي مشروع مستخدم فيه نسخة V8.5

النسخة القديمة مستخدمها في مشروع وصعب احول لاحدث نسخة هي شغاله تمام بس عندي مشكلة ان الرسايل بتيجي في الويب هوك lid

في حل ليها ؟

هو التعديل كله والعك الحاصل وطورت بالنسخه ووو كله علشان موضوع ال
lid

فمفيش حل غير انك ترقي النسخه لآخر اصدار، وعلى فكرة النسخه الاخيره خفيفة جداً وانت شايف قدامك مافيش اي مشاكل ومحدش بيشتكي
لانه فصلت المميزات الى اضافات انت تضيفها بنفسك يعني بدل ماكان زمان النسخه كبيره وعليها مميزات كتير اصبحت انت تختار الميزه الي انت عايزها فقط بدل ماثقل النسخه

واعتقد قريب هتتوقف النسخه الي معاك القديمه لان واتس اب من فتره لفتره بيطلب تحديث تطبيق الواتس يعني النسخه الي معاك هتتوقف وهتضطر ترقيها

  • Community Expert
  • Administrators
6 minutes ago, Narrador de Fatos said:

If this post gets 50 likes, I'll publish the plugin.

This type of comment is not allowed here. If this is repeated, your account will be restricted from posting.

Support is available for paid files only
Support for free files is offered for a fee only

  • Community Expert
  • Author
11 minutes ago, Narrador de Fatos said:

The Instagram plugin is being finalized.

- The plugin features automated responses via AI and a direct connection to the Instagram API, with a simplified connection method using an access token.

Captura de tela 2026-04-10 115914.png

Captura de tela 2026-04-10 115822.png


Wow, the plugin looks amazing! The chat interface inside is even better than the official (live chat) interface 😅

2 hours ago, Magd Almuntaser said:

Everything in the log is working correctly.

The method you're using in the chatbot flow might be incorrect.
You need to write the keyword and connect the trigger to, for example, a text message, and try it.

Give me a test account on your MPWA, and I'll try connecting a test phone to see if it works on my end.

Thank you very much, Mr. @Magd Almuntaser , for your willingness to fix this directly tonight, Indonesia time. Everything is now running normally. I cannot repay your kindness. I pray for the health and blessings of you and your family, and I hope MPWA continues to grow and flourish in the future.

I also wish all MPWA plugin developers ease in their work. Thank you for providing such amazing plugins. 💖

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 1

Latest Updated Files

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.