> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/cms/host.md).

# ホスト管理

<figure><img src="/files/4DFEZcEXbFIlTyETdI3t" alt=""><figcaption></figcaption></figure>

サーバー管理ウィンドウでホストの追加、修正、削除ができます。

## ホストの追加 <a href="#addhost" id="addhost"></a>

### 手動追加 <a href="#manual" id="manual"></a>

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

"新規サーバー追加"を押すと、属性部分が入力できるようになり、NVRの情報を入力して追加できます。

### サーバー検索追加 <a href="#search" id="search"></a>

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

サーバー検索ボタンを押すと、同じネットワークに存在するNVRを検索して追加できます。

追加するNVRを選択したら、ユーザーとパスワードを入力して追加します。

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

## ホストの変更 <a href="#edit" id="edit"></a>

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

登録されたホストの情報を変更するには、まず変更するホストを選択します。

左側の"選択したサーバーの変更"ボタンをクリックして情報を変更します。

適用ボタンをクリックします。

ホストに接続されているとき、変更はできません。\
"切断"をクリックして接続を切断すれば、変更ができるようになります。

## ホストの削除 <a href="#delete" id="delete"></a>

<figure><img src="/files/Yb6J5377FMCdKhHgcYde" alt=""><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://emstone.gitbook.io/guide-jp/cms/host.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.
