# GUI Preview

Download and run the Grafana container. You can get more details about how to do so @[DockerHub - Grafana](https://hub.docker.com/r/grafana/grafana). Or, you can just run the following command:

- ```bash
    docker run -d --name=grafana -p 3000:3000 grafana/grafana
    ```
    
    
    - 3000:3000 specifies it'll be accesible from port 3000 of the docker engine, which in my case is 192.168.2.17.
- Once the container is running, go through the initial set up wizard via the Web GUI: 
    - [![image.png](https://austinhomelabs.com/uploads/images/gallery/2024-03/scaled-1680-/Q2nf0zNKVjMenBJ4-image.png)](https://austinhomelabs.com/uploads/images/gallery/2024-03/Q2nf0zNKVjMenBJ4-image.png)

With your Grafana container running, it can be accessed via port 3000 of your localhost. The default login username and password is **admin**. Once logged in, you should see a home page like the one below:

- [![image.png](https://austinhomelabs.com/uploads/images/gallery/2024-03/scaled-1680-/rDl6Wesrg858IOBC-image.png)](https://austinhomelabs.com/uploads/images/gallery/2024-03/rDl6Wesrg858IOBC-image.png)