> 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/system-requirements/server/5-100users.md).

# 5～100ユーザーでご利用の場合

<table><thead><tr><th width="162.33333333333331">分類</th><th width="172">分類</th><th>動作環境</th></tr></thead><tbody><tr><td>OS</td><td></td><td>Windows Server2025<br>Windows Server2022<br>Windows Server2019<br>Windows Server2016<br>［推奨］2025、2022</td></tr><tr><td>ハードウェア</td><td>CPU</td><td>4コア　2GHz 以上</td></tr><tr><td></td><td>メモリー</td><td>4GB以上<br>［推奨］8GB以上</td></tr><tr><td></td><td>ハードディスク</td><td>250GB 以上<br>※登録するデータ規模による</td></tr><tr><td>サーバー機能</td><td>Webアプリケーションサーバー</td><td>Microsoft Internet Information Service(IIS7.5以上)を用いて、HTTP、及び、ASP.NET Web アプリケーションが動作するアプリケーションサーバーを構築してください。</td></tr><tr><td></td><td>データーベース</td><td>・PostgreSQL 14 (x64)、15 (x64)、16 (x64)、18 (x64)でデーターベースを構築してください。<br>［推奨］PostgreSQL 18 (x64)<br>・データーベースへの書き込みは動作保証外です。</td></tr><tr><td>その他</td><td></td><td>・Microsoft .NET Framework 4.7.2以上 のインストールが必要<br>・ネットワークへの接続、及び、固定IPアドレス（または名前解決）が必要</td></tr></tbody></table>

{% hint style="success" %}
【Server OSについて】

* 新しい Windows Server OS がリリースされた際は、弊社での動作検証が終わり次第、本資料に掲載いたします。
* Server OS の\[推奨]は、弊社で動作検証が完了しているバージョンのうち 最新の2バージョンです。
* 各 Server OS バージョンの「延長サポート」期間が終了したタイミングで、そのバージョンの Server OS は動作保証外と見なし、本資料からも削除します。
  {% 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/system-requirements/server/5-100users.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.
