Wa Gateway | Multi-Device BETA | MPWA MD version 8.0.1
Update Log:
- Updated to Wa Gateway | Multi-device BETA | MPWA MD version 8.0.1.
- Added Super Access API feature to enable enhanced control over WhatsApp automation.
- Introduced the ability to run CRON jobs directly from the browser.
Setup Instructions:
1. Upload Files:
- Upload and extract the Upload.zip file into the public directory of your application.
2. Installation:
- Open your browser and visit
https://yourdomain.com/install.
- Follow the on-screen installation steps.
3. Configure Node.js Application:
- Create a new Node.js App using your hosting panel or server.
- Set the Root Directory to your app directory.
- Specify server.js as the Application Startup File.
4. Install Dependencies:
- Click Run NPM Install to install required packages
This will install all required packages.
5. Provide Node.js Server Settings:
- Configure your settings to include the necessary Node server details.
Usage Instructions:
1. Super Access via API:
- Refer to the API documentation to explore Super Access features for enhanced automation and control.
2. Running CRON Jobs:
- To execute a CRON job directly, visit:
https://yourdomain.com/run-schedule
- For scheduled execution, set the following command in your CRON section:
wget -q -O-
https://yourdomain.com/run-schedule > /dev/null 2>&1