Plugin installation problem

I install plugin with
sudo grafana-cli plugins install grafana-worldmap-panel

restart service with

sudo /opt/bitnami/ctlscript.sh restart grafana

all is ok

plugin is installed correctly but I can’t see it in the dashbord

can someone help me?
Tanks

You are installing grafana as root, grafan might be running under different user name, did you check the plugindir permission? Check the plugins dir permission

I have the same problem.
I can see worldmap in plugins inside the grafana interface but cannot see the dashboard

I use : sudo docker exec -it c449b31d /bin/bash
and found that plugins in /var/lib/grafana/plugins directory, with user grafana/grafana

seems no problem in directory permission

any help is appreciated

I got that resolved. thanks