> For the complete documentation index, see [llms.txt](https://docs.fluentd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentd.org/deployment/fluentd-ui.md).

# Fluentd UI

[fluentd-ui](https://github.com/fluent/fluentd-ui) is a browser-based [fluentd](http://fluentd.org/) and [td-agent](https://docs.treasuredata.com/display/public/PD/About+Treasure+Data%27s+Server-Side+Agent) manager that supports the following operations:

* Install, uninstall, and upgrade Fluentd plugins
* Start/stop/restart fluentd process
* Configure Fluentd settings such as config file, pid file path, etc.
* View Fluentd log with simple error viewer

`fluentd-ui` does not work with `fluentd` v1 and `td-agent` 3 and 4 do not include it. This content is for v0.12 for now.

## Enterprise

[Chronosphere Telemetry Pipeline](https://chronosphere.io/platform/telemetry-pipeline/) provides an enterprise UI on top of Fluentd and Fluent Bit. Please visit their site for more information.

## Getting Started

For `td-agent`, you can start it by `td-agent-ui start` like this:

```
$ sudo /usr/sbin/td-agent-ui start
Puma 2.9.2 starting...
* Min threads: 0, max threads: 16
* Environment: production
* Listening on tcp://0.0.0.0:9292
```

For `fluentd` gem installation, install `fluentd-ui` via `gem` command:

```
$ gem install -V fluentd-ui
$ fluentd-ui start
Puma 2.9.2 starting...
* Min threads: 0, max threads: 16
* Environment: production
* Listening on tcp://0.0.0.0:9292
```

Then, open <http://localhost:9292/> in your browser.

The default account credentials are:

* `username="admin"`
* `password="changeme"`

![Fluentd UI](/files/hiNx9JsO05r42lxVbTgA)

## Screenshots

(v0.3.9)

### Dashboard

![Fluentd UI: Dashboard](/files/aD02PbGbbly2Ykd7dth7)

### Setting

![Fluentd UI: Settings](/files/4o03HhgYenOZkVBwOwuf)

### `in_tail` setting

![Fluentd UI: \`in\_tail\` Settings](/files/grXowNgjI8UyybkwCmZ3)

### Plugin

![Plugin](/files/lpftMCAwKw7SkNWHlGMT)

![](/files/cDSkhGlbhoz8g63hnEGe)

![](/files/kgLRxFCsEqlJ1ERecBxw)

![](/files/rLpgV7faOcHJVXXYf3IF)

![](/files/82n0lk4jXOJGQiAOtOqe)

![](/files/Ss6U3nrLk9MpJ8iBNVCw)

If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are available under the Apache 2 License.
