Change default redirect in backend

Please how and where do I Change default redirect in yii2 backend from /backend/site/login to /backend/site/index or any other controller action. I don’t want the application to start with /backend/site/login since am still testing it.

Thanks

Remove the filter that checks for access and it won’t redirect.

@samdark, I am also new to Yii2, can you please tell me which file, I need to do changes!
I am using Yii2 advanced template.

Thanks