> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.md).

# AnyDesk の構成

## AnyDeskクライアントを展開する

要するに、以下の操作が必要です：

* **エンドユーザークライアントをホストする** 公開アクセス可能なURLに配置し、 **RealmJoinに追加する**
* リクエスト **サポータークライアント** として **カスタムRealmJoinパッケージ**

### エンドユーザークライアント

エンドユーザークライアントを次の場所でホストしてください： **公開アクセス可能なURL**。次を使用できます [**RealmJoinのWorkplace Cloud Storage Solution**](/ja/to/workplace-cloud-storage.md) をこれに利用できますが、必須ではありません。

{% hint style="warning" %}
my.anydesk.com からの直接の（公開）ダウンロードは、Cloudflareのようなサービスによって保護されている可能性があるため、サポートされていません。
{% endhint %}

**ダウンロード** 現在のエンドユーザークライアントをあなたの my.anydesk.com インスタンスから取得し、 **ホストする** 任意のサービスプロバイダー（Azure、AWS、...）を使用してそれをホストしてください。唯一の要件は、そのURLが **公開アクセス可能** で、認証なしで到達可能であることです。

その後、以下の [セクションに記載されているとおり](#group-settings-for-end-user-client).

{% hint style="warning" %}
なお、 **あなたは** **責任を負います** を **バージョンを定期的に更新することに。**
{% endhint %}

#### RealmJoin WCS を使用してエンドユーザークライアントをホストする

これを使用してホストする場合は、 **RealmJoinのWorkplace Cloud Storage Solution**、まず次のことを確認してください： [機能が正しく設定されていること](/ja/to/workplace-cloud-storage.md#setup)。その後、次へ移動します <https://portal.realmjoin.com/organization/other-files>、次をアップロードしてください **EXE** および *リンクをコピーし* そのURLを次の [設定項目に使用します](#group-settings-for-end-user-client).

<figure><img src="/files/5cb8ccd26cd96c0b7c06efe7d358cf4a465ee844" alt=""><figcaption></figcaption></figure>

### サポータークライアント

現在のサポータークライアント（MSI形式）をダウンロードし、以下のパッケージリクエストフォームから新しい RealmJoin ソフトウェアパッケージとして申請してください： [portal.realmjoin.com](https://portal.realmjoin.com).

<figure><img src="/files/3ef4e3f30550d23354fa3749417d51fe34c87476" alt=""><figcaption></figcaption></figure>

パッケージの準備ができたら、対象のユーザー/サポーターに割り当ててください。古い AnyDesk のバージョンは自動的にアンインストールされます。

{% hint style="warning" %}
なお、 **あなたは責任を負います** を **カスタムクライアントを更新することに** および **更新版をリクエストする** あなたの **パッケージを定期的に**.
{% endhint %}

{% hint style="danger" %}
RealmJoin パッケージ "AnyDesk Custom Client"（"AnyDesk Supporter Client Setup Launcher" としても知られています）は、もはやサポートされていません（2025年2月に告知）。上記の新しい手順を使用し、古いパッケージを削除してください。
{% endhint %}

## エンドユーザークライアントのグループ設定

JSONポリシーを使用して **グループ設定で AnyDesk を構成します**。以下の2つのJSONにすべての設定が含まれています：

**キー**: Integration.AnyDesk\
**値**:

```json
{
  "Enabled": true,  # インテグレーションを有効化
  "BootstrapperUrl": "https://xxxx/AnyDeskEndUser.exe", # 公開ダウンロードURL
  "CustomClientSuffix": "xxxxxxx", # カスタムクライアントのサフィックス（my.anydesk.com を参照）
}
```

<figure><img src="/files/49905272d8b2f99cb604a6a27bbd00a544a33e0a" alt=""><figcaption></figcaption></figure>

**キー**: Integration.AnyDesk.Ui\
**値**:

```json
{
  "TrayMenuTextEnglish": "リモートセッションを開始" # オプション：トレイメニューのテキストを変更
}
```

<figure><img src="/files/2113c338ce173bf8aff94b87fe4d3b2282ee927b" alt=""><figcaption></figcaption></figure>

## バックエンド統合

バックエンド統合を有効にするには、次の情報が必要です：

* **AnyDesk ライセンス ID**
* **AnyDesk API パスワード**
* **カスタムクライアントのプレフィックス**

この情報を次へ送ってください [RealmJoin サポート](mailto:support@realmjoin.com) 統合を有効化してもらうために。

![ポータルでの概要](/files/9aee9d105bcfa2c717a076a6f1ad4678ae3fd56b)


---

# 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.realmjoin.com/ja/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.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.
