Skip to content

danesparza/influxdb-ui

Repository files navigation

influxdb-ui CircleCI

A simple UI for InfluxDB. Now that web admin UI has been removed in version 1.3 and later releases, I thought it might still be nice to have a simple web UI to manage InfluxDB.

Built entirely in React/Flux as a browser based single page application.

Just show me already

Screenshot of influxui

Just let me use it already

The latest version of the app is hosted on S3. Don't worry. We don't store any of your data on a remote server (and you can look at the source to verify). Your server connections are stored in your browser as cookies/localstorage data.

Need SSL/TLS connections to your data? Install it locally on a secure origin.

Installing locally

Just grab the latest release and unzip to the webserver of your choice (or just upload to an S3 bucket and turn on static website hosting).

Building locally

yarn
yarn build

Docker image

User sillydong contributed a docker image if you would prefer to use that as well: https://hub.docker.com/r/sillydong/influxdb-ui