> For the complete documentation index, see [llms.txt](https://docs.portaldots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portaldots.com/4.x/setup/install/coreserver.md).

# コアサーバーに PortalDotsをインストールする

{% hint style="info" %}
ここでは、PortalDots 3 以上について説明しています。PortalDots 1 はさくらのレンタルサーバーでのみ動作します。
{% endhint %}

## 「コアサーバー」で PortalDots を利用するメリット・デメリット <a href="#koasbde-portaldots-wosurumerittodemeritto" id="koasbde-portaldots-wosurumerittodemeritto"></a>

* 「コアサーバー」は比較的高機能なレンタルサーバーです。メールサポートはありますが、ある程度のサーバー運用の知識が必要になります。サーバー運用に自信がない場合は、他のレンタルサーバーの利用をご検討ください。
* 「コアサーバー」では、利用料金の支払いにクレジットカード決済のほか、銀行振替やコンビニ決済が利用できます。
* 「コアサーバー」の利用には、「バリュードメイン」のユーザーアカウントを作成する必要があります。また「コアサーバー」の利用料金の支払いは、「バリュードメイン」の画面上で行います。
* 「お知らせ」の検索機能はコアサーバーでは利用できません。検索機能を利用したい場合、MySQL 5.7 以上に対応した他のレンタルサーバーの利用をご検討ください。

## このマニュアルで説明する内容 <a href="#konomanyuarudesuru" id="konomanyuarudesuru"></a>

* FTP 接続ソフトとして Cyberduck を使用する前提で説明します。
* レンタルサーバー申し込み時に決める URL を、PortalDots の URL としてそのまま利用する前提で説明します。
  * 独自ドメインを利用したい場合のセットアップ方法は、このページでは説明しません。
* PortalDots から自動配信するメールの差出人のメールアドレスをカスタマイズしたい場合のセットアップ方法は、このページでは説明しません。

では早速、以下の「ステップ1」をクリックし、PortalDots のインストール方法を見ていきましょう。


---

# 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://docs.portaldots.com/4.x/setup/install/coreserver.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.
