# influxdb-admin **Repository Path**: mirrors_influxdata/influxdb-admin ## Basic Information - **Project Name**: influxdb-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # InfluxDB Admin Interface > This is the source for the admin interface that ships with InfluxDB for **versions prior to 0.9**. Feel free to fork this repository, make changes, and use your own variant of the interface with InfluxDB. It's currenly built using AngularJS. If you're looking for the **newer** version of the interface, go here: [https://github.com/influxdb/influxdb/tree/master/shared/admin](https://github.com/influxdb/influxdb/tree/master/shared/admin) ### Running The admin interface is built using Middleman, which uses an asset pipeline for creating static assets. If you've made changes, and want to test them locally do the following: ``` bundle exec middleman ``` This will run a server on port 4567. ### Building The Assets If you've made changes, you can rebuild the assets by doing: ``` bundle exec middleman build ``` The resulting files will be in the folder called `build` and will mirror the layout of the files in `source`. ### Contributing If you add something that you think should be part of the default admin interface, feel free to send us a pull request!