# Navigate back to the root of your backend application cd /remote/path/to/crm-app # Start the application using PM2 pm2 start server.js --name crm-app --env production # Save the PM2 process list to restart on reboot pm2 save # Generate startup script pm2 startup