> For the complete documentation index, see [llms.txt](https://docs.lan.kokomocloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/basic-settings/configuring-security/kokomo-cloud-radius.md).

# KOKOMO Cloud RADIUSの設定

セキュリティタイプで「WPA2エンタープライズ」や「WPA3エンタープライズ」を設定する際に「**KOKOMO Cloud RADIUS**」を選択した場合の設定項目を説明します。

SSIDの認証にKOKOMO Cloud RADIUSを使用するにはまず、「**設定**」＞「**アクセスポイント**」＞「**SSID**」＞「**基本設定**」＞「**セキュリティタイプ**」で「**WPA2エンタープライズ**」または「**WPA3エンタープライズ**」を選択します。

{% hint style="warning" %}
キャプティブポータルを有効、かつ「**クリックスルー**」以外を選択している場合、「**WPA2エンタープライズ**」や「**WPA3エンタープライズ**」は選択できません。
{% endhint %}

<figure><img src="/files/NdIzatppc18PCJioWyLo" alt=""><figcaption></figcaption></figure>

セキュリティタイプを選択したら、認証方法で「**KOKOMO Cloud RADIUS**」を選択します。

<figure><img src="/files/waEsrbGliLnnyl6tzluU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
端末のOSによってはサーバー証明書を別途インポートする必要があります。その場合、認証子の「ca.der」または「ca.pem」をダウンロードしクライアントにインポートして下さい。
{% endhint %}

{% hint style="info" %}
802.1X認証に対応しており、認証方式はEAP-PEAPのみ対応しています。EAP-TLSやEAP-TTLSは対応していません。
{% endhint %}

{% hint style="warning" %}
WPA2/3エンタープライズの認証方式として、MAC認証およびWEB認証には対応していません。
{% endhint %}

クラウドユーザーを管理します。組織ツリーでいずれかのネットワークをダブルクリックし、「**設定**」＞「**ユーザー**」＞「**クラウドユーザー**」で以下の画面にアクセスして、「**KOKOMO Cloud RADIUS**」で認証されるユーザーアカウントの作成・閲覧・管理ができます。

<figure><img src="/files/itIOK0pKETWmEm9WHy3j" alt=""><figcaption></figcaption></figure>

クラウドユーザーの作成・管理方法は、[クラウドユーザー](/configuring-networks/cloud-user.md)のページを参照してください。

{% hint style="info" %}
クラウドRADIUSユーザーとバウチャーユーザーの合計が 1 組織あたり 10,000 件に制限されます。
{% endhint %}


---

# 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.lan.kokomocloud.com/configuring-networks/configuring-access-points/configuring-ssids/basic-settings/configuring-security/kokomo-cloud-radius.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.
