--- title: "Login to Grafana" chapter: true weight: 301 --- ## Login to Grafana
- Click on **Instances** on the left nav.
- Check the box next to **EC2-Grafana-box** and click on **Connect** in the upper right-hand corner.
- Connect to the **Session Manager** so we can interact with the EC2 instance. Finally, click on **Connect**:
- Once you connect to the instance, run the following script to get the username and password for Grafana. Please store these credentials somewhere. You’ll need them later:
grep admin_password /opt/bitnami/grafana/conf/grafana.ini
- Install the Rockset plugin:
sudo grafana-cli --pluginsDir /opt/bitnami/grafana/data/plugins --pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.1.2.zip plugins install rockset-backend-datasource
- Run the following script to restart the server:
sudo systemctl restart bitnami
- Open up the public IPv4 address with port 3000. MAKE SURE IT’S **HTTP**-. i.e. http://xx.xxx.xxx.xxx:3000/login
- It should pull up the homepage. Use the username and password you saved earlier: