> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/start-guide/initialsettings/operations-in-conmas-manager.md).

# STEP 4 : i-Repo Managerでの端末承認

## **i-Repo Managerとは**

i-Repo Manager は、i-Reporter 全体を管理するためのWEBアプリです。\
i-Repo Serverに保存された帳票定義や入力帳票の管理、ユーザーやグループの管理、各種権限設定やシステム設定などを行うことができます。

### **i-Repo Manager の URLについて**

ブラウザより、i-Repo Managerへアクセスします。

* **クラウド版をご利用のお客様**\
  i-Repo ManagerのURLは、環境開設時に弊社からご案内しています。
* **オンプレミス版をご利用のお客様**\
  手順通りに i-Repo Serverをインストールした場合、i-Repo ManagerのURLは下記のとおりです。\
  `http://（サーバーのIPアドレス）/ConMasManager/` \
  詳細は、貴社社内の i-Reporter 管理者様へご確認ください。

{% hint style="info" %}
i-Repo Managerの対応ブラウザについて、詳細は 「i-Reporter 動作環境 ＞ [i-Repo Manager](https://manuals.i-reporter.jp/system-requirements/dong-zuo-huan-jing/conmas-manager)」をご参照ください。
{% endhint %}

### **i-Repo ManagerにログインするためのユーザーID／パスワードについて**

i-Repo ManagerにログインするためのユーザーID／パスワードは、環境準備完了時にお送りしているメールに記載があります。 \
「初期ユーザーID」もしくは「管理者ユーザーID」をご使用ください。

{% hint style="success" %}
必要に応じて、i-Repo ManagerのURLをブックマークしてください。\
※i-Repo Managerにログインした直後の、「入力帳票」タブが選択されている画面のURLをブックマークしてください。
{% endhint %}

### **端末申請の承認を行う**

i-Repo Designer および i-Reporterアプリから行った端末申請の承認は、「i-Repo Manager」にて行います。\
Web ブラウザーより i-Repo Manager へアクセスし、i-Repo Designer使用端末/i-Reporterアプリ使用端末から行った端末申請を承認します。

**【端末申請の承認手順（ConMas Managerでの操作）】**

1. i-Repo Managerにログインし、「システム管理」タブ ＞ 画面左ツリーの「端末管理」をクリックして、「端末一覧」画面を開きます。
2. 承認したい端末の「端末物理ID」をクリックします。\
   画面右上のプルダウンメニューにて、「端末種別」と「承認状態」で端末を絞り込むこともできます。
3. 画面右上の「編集」ボタンをクリックします。
4. 「端末名称」を入力します。「端末名称」は必須です。\
   利用者や部署名など、判別しやすい名称にすることをおすすめします。\
   ※「端末備考」は任意です。
5. 「承認する」にチェックを付け、「登録」ボタンをクリックします。

以上で、端末申請の承認は完了です。

### **i-Repo** Managerでの端末承認 **完了**

以上で、「STEP 4 : i-Repo Managerでの端末承認 」は完了です。

i-Reporterを使用するためのすべての初期設定が完了しました。

セキュリティ対策として、環境構築時に弊社からご案内している「管理者ユーザー」と「初期ユーザー」のパスワードを i-Repo Manager で変更してください。

* [ユーザーパスワードの変更](/start-guide/initialsettings/operations-in-conmas-manager/changing-user-passwords.md)

## **終わりに**

以上で i-Reporter ご利用のための導入設定が完了しました。

**◆次のステップについて**

この後の基本的な手順は、下記のとおりです。

1\. 「Microsoft Excel」で帳票定義を作成

2\. 作成した帳票定義ファイルを i-Repo Designer で取り込み、各種条件を設定後、\
　i-Repo Server へアップロード

3.アップロードした帳票定義を i-Reporter で開き、帳票を作成

{% hint style="success" %}
詳細な手順につきましては、「[サポート WEB](https://cimtops-support.com/i-Reporter/ja/)」 よりマニュアルをご参照ください。
{% 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://manuals.i-reporter.jp/start-guide/initialsettings/operations-in-conmas-manager.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.
