In order for BeMusic to perform some automated and scheduled tasks, you will need to set up a CRON job on your server.
You can usually create CRON jobs from your hosting's Cpanel. You should create a CRON job that calls the command below every minute:
php /path/to/bemusic/artisan schedule:run >> /dev/null 2>&1