> For the complete documentation index, see [llms.txt](https://docs.kiloiot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiloiot.io/kilo-docs-de/kilo-center/kilo-mioty-service-center/next-steps.md).

# Nächste Schritte

KiloCenter nächste Schritte — installieren, eine Basisstation onboarden, Integrationen einrichten, Sicherheit konfigurieren, Betrieb aufnehmen.

### Ziel

Gehen Sie vom Verständnis des Produkts zu einer laufenden lokalen Installation über.

### Wählen Sie den Bereitstellungsweg

Fahren Sie mit dieser Installationsreihenfolge fort, wenn Sie die freie, quelloffene **KiloCenter Community Edition** und seine MIOTY-Daten mit Ihren eigenen Anwendungen verbinden möchten.

Wenn Sie mehr als das Service Center benötigen – etwa visuelle Regeln, Auslöser für anhaltende Zustände, Dashboards und Diagramme, Alarme und Eskalation, Zugriffskontrolle, Prüfprotokolle oder verwaltete Betriebsführung – verwenden Sie **Kilo Cloud** stattdessen. Die integrierte Enterprise-Edition von KiloCenter stellt die MIOTY-Netzwerkschicht bereit, während der Rest von Kilo Endpunktdaten in vollständige operative Arbeitsabläufe verwandelt. Siehe [KiloCenter oder Kilo Cloud?](/kilo-docs-de/kilo-center/kilo-mioty-service-center.md#kilocenter-or-kilo-cloud).

### Empfohlene Reihenfolge

1. [Erste Schritte](/kilo-docs-de/kilo-center/kilo-mioty-service-center/getting-started.md) -- KiloCenter installieren und konfigurieren
2. [Onboarding](/kilo-docs-de/kilo-center/kilo-mioty-service-center/onboarding.md) -- eine Basisstation verbinden und Endpunkte registrieren
3. [Integrationen](/kilo-docs-de/kilo-center/kilo-mioty-service-center/integrations.md) -- gRPC- und MQTT-Consumer einrichten
4. [Sicherheit](/kilo-docs-de/kilo-center/kilo-mioty-service-center/security.md) -- TLS-Zertifikate und Zugriffskontrolle
5. [Betrieb](/kilo-docs-de/kilo-center/kilo-mioty-service-center/operations.md) -- Überwachung und Fehlerbehebung

### Erfolgskriterien

Sie haben die Erstkonfiguration abgeschlossen, wenn:

* KC-Core, KC-Gateway und KC-Web ausgeführt werden
* Mindestens eine Basisstation verbunden ist
* Mindestens ein Endpunkt registriert ist
* Eine Uplink-Nachricht wurde Ende-zu-Ende empfangen

Verbinden Sie nach diesem Uplink entweder Ihre eigene Anwendung über [gRPC oder MQTT](/kilo-docs-de/kilo-center/kilo-mioty-service-center/integrations.md), oder verwenden Sie die [Kilo Cloud MIOTY-Connector](/kilo-docs-de/kilo-iot-server/connectors/mioty-connector.md) wenn Sie die Daten in Kilos Regeln, Dashboards und Alarmen verwenden möchten.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kiloiot.io/kilo-docs-de/kilo-center/kilo-mioty-service-center/next-steps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
