Docs / Waziper

Installation

Installation Guide Follow these simple steps to install and run Replix. Step 1: Install PHP Application Extract the file Install.zip Upload all files to your server (public...

Estimated reading: 1 minutes

Installation Guide

Follow these simple steps to install and run Replix.

Step 1: Install PHP Application

  • Extract the file Install.zip
  • Upload all files to your server (public_html or subdomain)
  • Open your domain in browser
  • Follow the installer steps (Database, Admin account, Settings)
Done: Your main system is ready.

Step 2: Install WhatsApp Server

  • Extract the file whatsapp_server.zip
  • Upload to your server (outside Laravel project)
  • Open terminal and run:
cd whatsapp-server npm install node app.js
  • Go to Settings → API Integration → WhatsApp Unofficial
  • Enable WhatsApp API
  • Enter Server URL:
http://yourdomain.com:8000/
  • Click Save
Done: WhatsApp is now connected.

Final Step

  • Go to User Dashboard
  • Add WhatsApp account
  • Scan QR code
If QR appears, everything is working correctly.
Important: Both steps are required. Missing WhatsApp Server will cause features not to work.