@velja You don’t start queue workers from any UI. Queue workers are part of your application, not SQS.
You need to run php artisan queue:work on the server you deploy your Laravel application to. You’ll also need to use something like Supervisor to reboot your queue worker process if it stops for any reason.