> 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/appendix/web-proxy.md).

# Web Proxyの設定

## Web Proxyの設定 <a href="#web-proxy" id="web-proxy"></a>

プロキシ設定はローカルGUIからのみ可能です。設定手順は以下の通りです。

{% hint style="info" %}
ローカルGUIでの各種設定は未サポートですが、実施可能な設定項目のうち、以下はサポート対象です。

・プロキシ設定（ローカルGUIからのみ設定可能）

・IPアドレス設定（トラブルシューティングではローカルGUIからのアクセスが必要なケースあり）
{% endhint %}

{% hint style="warning" %}
重要事項

プロキシ未設定が原因でクラウド接続ができないケースもあるため、本設定は重要です。
{% endhint %}

### ローカルGUIへのアクセス方法 <a href="#local-gui" id="local-gui"></a>

アクセスポイントやスイッチのローカルGUIへのアクセス方法は以下セクションを参照ください。

[KOKOMO-WアクセスポイントのローカルGUIへのログイン](/getting-started/device-setup.md#login-to-the-kokomo-w-ap-local-access-page)

[KOKOMO-SスイッチのローカルGUIへのログイン](/getting-started/device-setup.md#login-to-the-kokomo-s-switch-local-access-page)

### アクセスポイントの設定 <a href="#ap" id="ap"></a>

ローカルGUIへログイン後、以下手順で設定してください。

1. 「**Local Setting**」セクションに移動します。

<figure><img src="/files/VbnYXAJEaYs1BaUZI9QC" alt="" width="563"><figcaption></figcaption></figure>

2. Web Proxy Settingsで「**HTTP/HTTPS Proxy**」にチェックします。

<figure><img src="/files/A1uPuZZUPM0mYf2lwqm6" alt="" width="563"><figcaption></figcaption></figure>

3. Address、Portを入力します。

<figure><img src="/files/uqF1O5QkbiyDh7v1vmag" alt="" width="563"><figcaption></figcaption></figure>

4. ページ右上の「**Apply**」をクリックして設定を適用してください。

<figure><img src="/files/64PuQklKMstzwtuTMU3k" alt="" width="563"><figcaption></figcaption></figure>

### スイッチの設定 <a href="#sw" id="sw"></a>

ローカルGUIへログイン後、以下手順で設定してください。

1. 「**CONFIGURE**」＞「**System Settings**」＞「**Web Proxy Settings**」セクションに移動します。

<figure><img src="/files/Vh3k8wdYBQy8k1r05pfs" alt="" width="563"><figcaption></figcaption></figure>

2. 「**HTTP/HTTPS Proxy State**」で「**Enabled**」を選択し、「**Proxy server IP**」「**Server Port**」を入力します。

<figure><img src="/files/HLVQbOCNRR28K30KZ0LU" alt="" width="563"><figcaption></figcaption></figure>

3. 正しく接続できるか、「**Test to KOKOMO Cloud**」をクリックして接続テストします。

<figure><img src="/files/0UdEu2b3yQzusgMlzWUS" alt="" width="563"><figcaption></figcaption></figure>

4. 「**Apply**」をクリックして設定を適用してください。

<figure><img src="/files/YX0TfkUVU05wDY8QIcyG" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/appendix/web-proxy.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.
