Unable to access kiali in my browser

Am unable to access kiali dashboard in my browser, below is the error which am getting.

root@ip-192-168-1-11:~/istio-1.12.1# kubectl rollout status deployment/kiali -n istio-system
Waiting for deployment “kiali” rollout to finish: 0 of 1 updated replicas are available…
deployment “kiali” successfully rolled out
root@ip-192-168-1-11:~/istio-1.12.1# istioctl dashboard kiali
http://localhost:20001/kiali
Failed to open browser; open http://localhost:20001/kiali in your browser.

I pasted the url http://localhost:20001/kiali in browser but no luck. Can someone please help and let me know if any firewall is blocking in my laptop or any antivirus issue.
Thanks
Ravindra Reddy Siriseni.

I think you may need to do a kubectl port-forward from local port [20001] to Kiali server port [20001].