=======================Installed======================= npm i date-and-time npm install mysql npm install -g pm2 npm install form-data npm install querystring npm install axios npm i puppeteer npm i puppeteer-extra npm i puppeteer-extra-plugin-stealth npm i puppeteer-extra-plugin-anonymize-ua npm install --save puppeteer-cluster npm install child_process npm i express express-session npm install dotenv /* used to read .env file from server */ npm install joi --save npm install mysql2 --save npm install sequelize --save Run the command npm run env to create an env file with the .env.example file template in the starter files. Otherwise, Create a new file in your project's root folder and name it ".env". Copy and paste the following into it =======================CRONS (pm2)======================= pm2 start manager.js --name "broadcast" --max-memory-restart 300M --cron-restart="1 */3 * * *" >/dev/null 2>&1