---
title: "Kafka - How to configure your Kafka cluster to accept incoming connections"
url: https://docs.ovhcloud.com/de/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections
lang: de
lastUpdated: 2025-08-25
---
# Kafka - How to configure your Kafka cluster to accept incoming connections

## Objective

Apache Kafka is an open-source, distributed event streaming platform designed for real-time, large-scale data processing with high scalability, durability, and low latency.

This guide explains how to configure your Kafka cluster to accept incoming connections via the OVHcloud Control Panel.

## Requirements

- Access to the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>
- A [Public Cloud project](https://www.ovhcloud.com/de/public-cloud/) in your OVHcloud account
- A [Kafka cluster running](/de/guides/public-cloud/databases/kafka-getting-started.md) on OVHcloud Public Cloud

## Instructions

### Configure the Apache Kafka service

Once your Kafka service is up and running, you will have to define at least one user and one authorised IP (if not already provided during the order) in order to fully connect to the service (as producer or consumer).

The `Dashboard` tab automatically updates when your service is ready.

![Kafka General information](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_cluster_ready_to_configure.v2.png)

#### Set up a user

Switch to the `Users` tab. An admin user name `avnadmin` is preconfigured during the service installation.

![Users](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_users.v2.png)

You can add more users by clicking the `Add user` button.

![Add a user](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_add_user.v2.png)

Enter a username, then click `Create User`.

Passwords need to be reset from the `Users` table.

![Password reset](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_user_password_reset1.v2.png)

#### Configure authorised IPs

:::warning
For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical to authorize the suitable IP addresses in order to successfully access your Kafka cluster.
:::

If you did not define the authorised IPs during the order you can do it in the `Configuration` tab. At least one IP address must be authorised here before you can connect to your database.

![Authorised IP](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_authorized_ip.v2.png)

Add the IP address of your computer by using the `Current IP` button.
You will be able to remove IPs from the table afterward.

![Add IP](/images/guides/public-cloud/data-analytics/analytics/kafka-incoming-connections/kafka_add_ip.v2.png)

Your Apache Kafka service is now fully accessible!
Optionally, you can configure access control lists (ACL) for granular permissions and create topics, as shown below.

## We want your feedback!

We would love to help answer questions and appreciate any feedback you may have.

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.

Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our Analytics service!

Join our [community of users](https://community.ovhcloud.com/).
