🚀 Summary of All Commands Action Command Edit proxies nano /home/ubuntu/streambot/proxies.txt Restart the bot manually php /home/ubuntu/streambot/stream_bot.php Stop the bot immediately pkill -f stream_bot.php Disable the bot without stopping cron mv /home/ubuntu/streambot/stream_bot.php /home/ubuntu/streambot/stream_bot_disabled.php Enable the bot again mv /home/ubuntu/streambot/stream_bot_disabled.php /home/ubuntu/streambot/stream_bot.php Check if the bot is running `ps aux View cron logs tail -f /home/ubuntu/streambot/cron_log.txt View successful connections tail -f /home/ubuntu/streambot/successful_connections.log View failed connections tail -f /home/ubuntu/streambot/failed_connections.log View error logs tail -f /home/ubuntu/streambot/cron_error.log Restart cron sudo systemctl restart cron Check cron job crontab -l Test a proxy manually curl -x http://PROXY_IP:PORT -L -v "https://azura.broadcasterr.co/listen/lick88fm/radio.mp3"