# Device Configuration を更新

### デプロイの設定

Deployment Manager の Configuration ページでは、デバイス上で実行されているサービスを管理できます。このガイドでは、主要な設定オプションの概要を説明します。

#### デバイス設定

デバイスの名前を変更したり、タイムゾーンを更新したりできます。デバイス名は Deployment Manager のユーザーインターフェース上で表示されるだけで、統合機能に影響はありません。タイムゾーンは、ログの表示やその他のデバイス操作のスケジューリングを調整するために使用されます。デプロイの物理的な場所に合わせておくことを強く推奨します

<figure><img src="/files/efc8d9edc184a9a0ac766f510f3a804ce94f8f30" alt="" width="375"><figcaption></figcaption></figure>

#### 更新 / パフォーマンス設定

各サービスのタブで、そのサービスのバージョンを設定できます。バージョンは通常、Roboflow チームによって更新されます。

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

**バージョン表示:**

* **緑のチェックマーク** — 最新バージョンを実行中
* **「Update available」** — より新しいバージョンがあります

**自動更新** — このトグルを有効にすると（inference と manager services で利用可能）、設定したメンテナンスウィンドウ中に自動的に更新されます。

> **注:** デバイスが設定済みのバージョンとは異なるバージョンを報告した場合、不一致インジケーターが表示されます。

**TensorRT を有効にする** — より高速な inference のために TensorRT 最適化を有効にします。

***

#### CA 証明書

デバイスの信頼済み CA 証明書を管理します。これは、カスタム証明書や内部証明書を使用するサービス（例: 企業プロキシやプライベートレジストリ）と通信する際に便利です。

PEM 形式の証明書を追加、編集、削除できます。証明書名には英字、数字、ピリオド、ハイフン、アンダースコアのみ使用できます。変更するには **Edit** をクリックし、その後 **Save** をクリックして適用します。

***

#### 追加サービス

Roboflow では、ローカルイベントストア、デフォルトの HMI UI、テスト用の RTSP シミュレーターなど、あらかじめ設定された追加サービスをデバイスに追加することもできます。これらはそれぞれ独自の設定オプションを持っています。各サービスを追加しようとすると、必要に応じて案内が表示されます。

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


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/device-manager/making-changes/update-device-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
