Enterprise Multi-Device WhatsApp Marketing, Chatbot & REST API Gateway
A valid WebotApp license key (format: WEBOT-WA-REG-XXXX-XXXX-XXXX) is required to unlock the installation wizard.
If you purchased on CodeCanyon (Envato), Codester, or an authorized partner, use our 30-second automated license claim portal:
Your official license key is already generated and waiting in your account:
Follow these straightforward steps to deploy your instance:
unzip whats-gateway-v1.0.0.zip -d /var/www/whats-gateway cd /var/www/whats-gateway npm install
cp .env.example .env
npm run dev
http://your-server-ip:3000/install. Enter your WebotApp Purchase Code (WEBOT-WA-REG-... or WEBOT-WA-EXT-...) to activate your license and initialize the database wizard.
Build the Next.js production bundle and run the custom server in background mode:
npm run build npm install -g pm2 pm2 start ecosystem.config.js pm2 save pm2 startup
Sample Nginx configuration for your custom domain (e.g. whatsapp.yourdomain.com):
server {
server_name whatsapp.yourdomain.com;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}
Need installation assistance, customized chatbot workflows, or high-volume enterprise configurations?