# Accessing gopaddle UI

## Kubernetes based installation

Follow these steps, if you have installed gopaddle community edition on MicroK8s, SUSE Rancher Prime, Digital Ocean,  Artifact Hub, Kind, Minikube or Helm bassed Installations.

1. Once the gopaddle community is installed, wait for gopaddle services to move to running state

   ```sh
   kubectl wait --for=condition=ready pod -l released-by=gopaddle -n gp-lite
   ```

   If you see this error message `timed out waiting for the condition on pods`, you can execute the above command once again to wait for all the gopaddle services to move to running state.
2. Enable Firewall ports (if installing gopaddle lite on a cloud based VM)

   The following TCP network ports have to be enabled/opened to use the gopaddle lite dashboard:

   * Ports 30000 to 30006: gopaddle endpoints
   * Port 32000: Service node port for Grafana dashboard on Kubernetes
   * Any node port assigned for an application deployed on Kubernetes
3. Access the gopaddle dashboard @ `http://<NODE_IP>:30003`NODE\_IP can be obtained by listing the nodes in the cluster.

```sh
kubectl get nodes -o wide
```

{% hint style="info" %}
If the cluster is installed on cloud based VMs, then the NODE\_IP can be the public IP of the node.
{% endhint %}

Subscribe to gopaddle using your email ID. gopaddle will then send an initial password to the registered email ID. You can now login to the gopaddle dashboard using the email ID and the initial password.

## Docker Compose Installation

gopaddle UI can be accessed @ `http://localhost:8080`

Subscribe to gopaddle using your email ID. gopaddle will then send an initial password to the registered email ID. You can now login to the gopaddle dashboard using the email ID and the initial password.
