> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ja/hajimeni/get-started-with-verkada-command.md).

# Verkada Commandを始める

## Commandアカウントを作成する

VerkadaのWebソフトウェアは Command と呼ばれます。Command は、すべての Verkada デバイスとやり取りし、モニターするためのプラットフォームです。詳細は [Commandアカウントを作成する](/command/ja/hajimeni/create-a-command-organization.md) 詳細をご覧ください。

## オーガナイゼーション' の設定

Org 管理者は次にアクセスできます **Admin** ページでは、オーガナイゼーション' 全体の設定や構成を管理できます。これには、ユーザー管理、監査ログへのアクセス、ライセンス、サポートへのアクセスが含まれます。詳細は [Adminページの設定を管理する](/command/ja/ganaizshon/manage-your-admin-page-settings.md) 詳細をご覧ください。

## デバイスを追加

デバイスにアクセスして管理するには、Org 管理者がまず Command にデバイスを追加する必要があります。デバイスは次から追加できます **デバイス** ページ、または一部の製品ラインではサイトから直接追加できます。詳細は [Commandアカウントにデバイスを追加する](/command/ja/ganaizshon/add-a-device-to-your-command-organization.md) 詳細をご覧ください。

## ライセンス

Command で管理されるほとんどの Verkada デバイスにはライセンスが必要です。ライセンスは次から管理します。 [ライセンスを管理](https://command.verkada.com/admin/org-settings/license-manager?tab=productLicenses) ページ。Verkada のライセンスは各 Command オーガナイゼーション' に適用され、ライセンスは単一の有効期限にまとめられます。注文番号でデバイスを登録した場合は、ライセンスが自動的に追加されている可能性があります。そうでない場合は、Admin ページから手動でライセンスを追加してください。詳細は [ライセンスを管理する](/command/ja/raisensu/manage-your-licenses.md) 。ライセンスの追加と管理の詳細については

## ユーザーを追加

Verkada Command ソフトウェアライセンスには無制限のユーザーが含まれます。詳細は [オーガナイゼーション' 内のユーザーを管理する](/command/ja/yzto/manage-users-in-your-organization.md) 詳細をご覧ください。

#### 権限

組織のセキュリティ要件に基づいて、組織内のユーザーに異なる権限レベルを割り当てます。権限は、各製品ラインごとに、組織レベルとサイトレベルで割り当てることができ、各ユーザーに必要なアクセス権を正確に付与できます。詳細は [Command のロールと権限](/command/ja/yzto/roles-and-permissions-for-command.md) 詳細をご覧ください。

#### シングルサインオン (SSO)

SSO を使用すると、Okta、Microsoft Entra ID、G Suite などのサードパーティ認証サービスを使用してログインできます。この方法により、Verkada Command を含む複数のアプリケーションにわたる認証を一元管理できます。詳細は [シングルサインオン (SSO)](/command/ja/sekyuriti/identity-providers.md) 詳細をご覧ください。

{% hint style="info" %}
利用可能な場合は、SAML ではなく OIDC を有効にすることを Verkada は推奨しています。
{% endhint %}

#### SCIM

SCIM を使用すると、IdP 管理ソフトウェアからユーザーとグループを Verkada Command に同期できます。これにより、ユーザーと権限グループを簡単に管理できます。弊社の [SCIM/SSO](/command/ja/sekyuriti/identity-providers.md) ナレッジベースのセクションをご覧ください。

## ネットワーク設定を確認

Verkada デバイスはプラグアンドプレイで使えるように設計されています。ただし、環境にカスタム ルールやポリシーを持つファイアウォールが含まれている場合、デバイスをクラウドに接続するためにいくつかの設定変更が必要になることがあります。詳細は [必要なネットワーク設定](/command/ja/herupugadesuka/required-network-settings.md) 詳細をご覧ください。

***

{% hint style="info" %}
**実際の動作をご覧になりますか？** ぜひ [動画チュートリアルをご覧ください](https://www.youtube.com/watch?v=QwSngXrWUoc).
{% 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.verkada.com/command/ja/hajimeni/get-started-with-verkada-command.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.
