> ## Documentation Index
> Fetch the complete documentation index at: https://docs.odigos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Accessing the Central UI

> Access the Odigos Central web interface using port-forwarding or a custom address.

After installation, access the Central UI using port-forward:

```bash theme={null}
odigos pro central ui
```

This forwards:

* **Central UI** to `http://localhost:3000`
* **Central Backend** to `http://localhost:8081`

## Options

| Flag                | Default          | Description                                 |
| ------------------- | ---------------- | ------------------------------------------- |
| `--address`         | `localhost`      | Address to bind the port-forward to         |
| `--namespace`, `-n` | `odigos-central` | Namespace where Odigos Central is installed |

**Example:** To access from other machines on your network:

```bash theme={null}
odigos pro central ui --address 0.0.0.0
```
