> For the complete documentation index, see [llms.txt](https://help.gopaddle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gopaddle.io/overview/installing-community-edition/accessing-gopaddle-ui.md).

# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.gopaddle.io/overview/installing-community-edition/accessing-gopaddle-ui.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
