---
title: InfluxDB ports
description: Enabled and disabled ports in InfluxDB.
url: https://docs.influxdata.com/influxdb/v1/administration/ports/
estimated_tokens: 599
product: InfluxDB OSS v1
version: v1
---

# InfluxDB ports

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

## Enabled ports

### `8086`

The default port that runs the InfluxDB HTTP service. [Configure this port](/influxdb/v1/administration/config#http-bind-address) in the configuration file.

**Resources** [API Reference](/influxdb/v1/api/)

### 8088

The default port used by the RPC service for RPC calls made by the CLI for backup and restore operations (`influxdb backup` and `influxd restore`). [Configure this port](/influxdb/v1/administration/config#rpc-bind-address) in the configuration file.

**Resources** [Backup and Restore](/influxdb/v1/administration/backup_and_restore/)

## Disabled ports

### 2003

The default port that runs the Graphite service. [Enable and configure this port](/influxdb/v1/administration/config#graphite-bind-address) in the configuration file.

**Resources** [Graphite README](https://github.com/influxdata/influxdb/tree/1.8/services/graphite/README.md)

### 4242

The default port that runs the OpenTSDB service. [Enable and configure this port](/influxdb/v1/administration/config#opentsdb-bind-address) in the configuration file.

**Resources** [OpenTSDB README](https://github.com/influxdata/influxdb/tree/1.8/services/opentsdb/README.md)

### 8089

The default port that runs the UDP service. [Enable and configure this port](/influxdb/v1/administration/config#udp-bind-address) in the configuration file.

**Resources** [UDP README](https://github.com/influxdata/influxdb/tree/1.8/services/udp/README.md)

### 25826

The default port that runs the Collectd service. [Enable and configure this port](/influxdb/v1/administration/config#collectd-bind-address) in the configuration file.

**Resources** [Collectd README](https://github.com/influxdata/influxdb/tree/1.8/services/collectd/README.md)
