net stop cloudflared
net start cloudflared
net stop cloudflared && net start cloudflared
(Then launch MySQL Workbench manually and connect to your database.)
Open terminal and navigate to:
F:\4Born-Server-setup
sudo systemctl stop cloudflared
sudo systemctl start cloudflared
sudo systemctl restart cloudflared
mysql -u root -p
# Or connect to specific database:
mysql -u username -p database_name
cd /home/4Born-Server-Setup
# Or open file manager:
nautilus /home/4Born-Server-Setup
Note: PM2 commands are identical on both Windows and Linux systems. The following commands work on both platforms.
pm2 reload instead of pm2 restart for production deploymentspm2 save after making changes to persist thempm2 monit to understand your application's resource usagepm2 startup windows) and Linux (pm2 startup systemd)