> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/connecting-and-managing-devices.md).

# デバイスの接続と管理

デバイスとは、インストールされたエージェントを通じて Device Protection に接続された任意のコンピュータを指します。接続されると、Aikido はそのデバイスにインストールされているパッケージを自動的に検出し、監視します。

## デバイスの接続

1. 移動先 [Device Protection を開き、右上の「Devices」](https://app.aikido.dev/endpoint-protection/devices) タブ。

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

1. クリック `Connect Device` 右上で。
2. セットアップ手順に従って、デバイスにエージェントをインストールしてください。

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

{% hint style="info" %}
Aikido Device Protection は現在 MacOS と Windows で利用できます。Linux 対応は近日公開予定です。
{% endhint %}

エージェントがインストールされると、 [デバイスはデバイス一覧に表示されます](https://app.aikido.dev/endpoint-protection/devices) アクティブ状態で。

## デバイス一覧

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

接続されているすべてのデバイスの一覧を表示します。各デバイスには次が表示されます。

* OS: オペレーティングシステムの種類
* Name: デバイス名と所有者（例: 「Kate Davis の Windows PC」）
* User : デバイス上のアカウント名
* User Group: デバイスが属するグループ（例: Marketing、Product、Sales）
* Last seen: デバイスが最後にチェックインしてからの経過時間
* Agent Status: エージェントが現在アクティブかオフラインか、また Device Protection が最新かどうか

{% hint style="info" %}
エージェントは過去72時間以内にオンラインになっていればアクティブと表示されます
{% endhint %}

## ユーザーグループ

{% content-ref url="/pages/4f54730fa8f14ab5955efdffd064828415688ecb" %}
[デバイス保護のユーザーグループ](/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/user-groups-for-aikido-endpoint.md)
{% endcontent-ref %}

## デバイス操作

次をクリックします： `⋮` デバイスの横にあるメニューで、デバイス操作を表示します。

### デバイスの保護を一時停止

保護の一時停止により、エージェントをアンインストールすることなく、特定のデバイス上の Device Protection が一時的にオフになります。デバイスは接続されたままで、完了したら同じメニューから保護を再度オンにできます。

例外として使用してください。定期的に行う必要がある作業については、 [インストールポリシー](/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/configuring-installation-policies.md) または [ユーザーグループ](/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/user-groups-for-aikido-endpoint.md) を代わりに使用してください。

保護を一時停止する理由:

* Device Protection 自体が原因である可能性のある問題をトラブルシューティングする
* ポリシーによってブロックされているソフトウェアを緊急でインストールし、同時に長期的なルールを設定する
* IT 部門やサポートが、一時的に保護をオフにする必要がある修正をユーザーに案内する
* Device Protection がデバイス上の別のセキュリティツールや監視ツールと競合していないか確認する

{% hint style="warning" %}
一時停止中は、デバイスは不正または悪意のあるパッケージのインストールから保護されません。作業が終わり次第、すぐに保護を再度オンにしてください。
{% endhint %}

### デバイスの削除

デバイスの削除は、デバイスを Device Protection から切断し、デバイス一覧から取り除きます。これによってデバイス本体からエージェントがアンインストールされることはありません。

次のような場合にデバイスを削除します:

* 廃止、初期化、または交換済みである
* 従業員が退職し、デバイスの監視が不要になった
* 誤って、またはテスト目的で接続され、追跡する必要がない

{% hint style="warning" %}
デバイスの削除は Aikido から取り除くだけです。Device Protection の実行を完全に停止するには、 [エージェントをアンインストールしてください](/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/uninstall-aikido-endpoint.md) デバイスから。
{% 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://help.aikido.dev/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint/connecting-and-managing-devices.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.
