> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/de/konfiguration/camera-network-settings/enable-wi-fi-on-select-verkada-cameras.md).

# WLAN auf ausgewählten Verkada-Kameras aktivieren

Um WLAN auf Verkada-Kameras zu aktivieren und zu nutzen, gibt es einige **Voraussetzungen** zu beachten:

* Das Kameramodell muss eines dieser Modelle sein: [CD61](https://docs.verkada.com/docs/video-security-cd61-datasheet.pdf), [CD61-E](https://www.verkada.com/security-cameras/dome/cd61-e/), [CB61-E](https://docs.verkada.com/docs/video-security-bullet-series-quick-start-guide.pdf), [CB61-TE](https://docs.verkada.com/docs/video-security-bullet-series-quick-start-guide.pdf), [CM61](https://docs.verkada.com/docs/video-security-cm61-datasheet.pdf), oder D50W.
* WLAN muss auf Organisationsebene aktiviert sein. Wenden Sie sich an [Verkada Support](https://www.verkada.com/support/) mit [Support-Token](/command/de/brauchen-sie-hilfe/contact-verkada-support/enable-support-access.md) um WLAN zu aktivieren.
* Die Kamera muss mit einem Ethernet-Netzwerk verbunden und online sein, um die WLAN-Konfiguration zu empfangen.

{% hint style="warning" %}
Es ist möglich, WLAN zu aktivieren und Ihre Service Set ID (SSID) sowie Ihr Passwort zu konfigurieren, wenn das Gerät offline ist, aber es muss sich mit einem kabelgebundenen Netzwerk verbinden, um diese neue Konfiguration abzurufen.

Wenn sich die SSID oder das Passwort des WLAN-Netzwerks ändert, müssen Sie **müssen** das neue WLAN-Netzwerk vorab auf der Kamera konfigurieren oder ein kabelgebundenes Netzwerk verwenden, um die Kamera neu zu konfigurieren. Wenn die Kamera offline ist, wird sie keine neue WLAN-Konfiguration abrufen.
{% endhint %}

***

## WLAN der Kamera aktivieren

{% stepper %}
{% step %}
**In Verkada Command gehen Sie zu Alle Produkte > Kameras.**
{% endstep %}

{% step %}
**Wählen Sie eine Kamera aus, um WLAN zu aktivieren.**
{% endstep %}

{% step %}
**Klicken Sie rechts neben dem Live-Feed der Kamera auf Einstellungen.**
{% endstep %}

{% step %}
**Klicken Sie unter Gerät > Kamera-WLAN auf Konfigurieren.**
{% endstep %}

{% step %}
**Unter WLAN:**

a. Aktivieren Sie **WLAN der Kamera aktivieren**.\
b. Wählen Sie Ihr drahtloses Netzwerk aus.\
c. Geben Sie Ihr Passwort ein, um die Kamera zu verbinden.\
d. Klicken Sie auf **Verbinden** wenn Sie bereit sind, zu speichern.
{% endstep %}
{% endstepper %}

Die Kamera behält diese Konfiguration nach einem Neustart bei. Über das Kontrollkästchen ![](/files/433785bf8f170b470fbe8193606d0899a45e4b70) neben dem Netzwerknamen können Sie bestätigen, welche Verbindung verwendet wird.


---

# 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://help.verkada.com/verkada-cameras/de/konfiguration/camera-network-settings/enable-wi-fi-on-select-verkada-cameras.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.
