# InfluxDB - installation and configuration on Debian/Ubuntu

DevFeed: [InfluxDB - installation and configuration on Debian/Ubuntu](<https://devfeed.tech/articles/influxdb-installation-and-configuration-on-debian-ubuntu-27634.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/01/influxdb-installation-and-configuration-on-debianubuntu/>)

Author: Tom

Published: 2016-01-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Debian](<https://devfeed.tech/topics/debian.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [apt](<https://devfeed.tech/topics/apt.md>), [cURL](<https://devfeed.tech/topics/curl.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [collectd](<https://devfeed.tech/tags/collectd.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [curl](<https://devfeed.tech/tags/curl.md>), [debian](<https://devfeed.tech/tags/debian.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [https](<https://devfeed.tech/tags/https.md>), [influxdb](<https://devfeed.tech/tags/influxdb.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [ubuntu](<https://devfeed.tech/tags/ubuntu.md>)

## AI overview

A tutorial explaining how to install and configure InfluxDB on Debian and Ubuntu. It covers adding the InfluxDB repository, installing the package, editing configuration settings, adjusting the port, and checking the web admin panel on port 8083.

## Source excerpt

I wanted/needed some statistics on few my machines. I saw earlier grafana and was impressed so this was starting point. Then I started reading about graphite, carbon and whisper, and then... I found InfluxDB. Project is young but looks promising. Let's start! On project page there is no info about repo but it's available, configure it: curl -sL https://repos.influxdata.com/influxdb.key | apt-key add - echo "deb https://repos.influxdata.com/debian wheezy stable" > /etc/apt.sources.list.d/influxdb.conf for Ubuntu use url like (of course selecting your version):