> For the complete documentation index, see [llms.txt](https://docs.prevps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prevps.com/documentation/documentation-ja/zhi-pin/gpusb.md).

# 専用GPUサーバー

## 専用GPUサーバー

**注文：** <https://prevps.com/dedicated-gpu-server/>

### 開始する前に

専用サーバーは通常VPSよりプロビジョニングに時間がかかります。配達の詳細はメールを確認してください。

### アクセス方法

アクセス方法は注文したOSによって異なります：

* Linux: SSH
* Windows: RDP

サービスにアウトオブバンドアクセス（IPMI/KVM）が含まれている場合は、提供された認証情報を使用してください。

### 電源コントロール（クライアントエリア）

クライアントエリアでは、専用サーバーに対して以下が表示されることがあります。 **電源コントロール** （専用サーバー）

マシンを再起動する必要がある場合やリモートアクセスがダウンしている場合に使用してください。

利用可能な操作：

* **再起動**：正常な再起動。
* **シャットダウン**：サーバーの電源を切ります。
* **起動**：サーバーの電源を入れる（**近日公開**).
* **レスキューモード**：リカバリシステムを起動する（**近日公開**).

制限：

* 電源操作は **15分ごとに1回**.

{% hint style="warning" %}
可能であればOSからシャットダウンすることを優先してください。強制的な電源操作はディスク書き込み中にデータ損失を引き起こす可能性があります。
{% endhint %}

### GPUの確認（Linux）

ログインできたら、ドライバーとGPUの認識を確認します。一般的な確認コマンドは `nvidia-smi` （NVIDIA用）。

### セキュリティの基本

* OSを更新してください。
* 可能であればIPでリモートアクセスを制限してください。
* 強力なパスワードを使用し、定期的に変更してください。

### ヘルプと更新

* お知らせ: <https://prevps.com/clients/index.php?rp=/announcements>
* サポート： <https://prevps.com/contact-us/>


---

# 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:

```
GET https://docs.prevps.com/documentation/documentation-ja/zhi-pin/gpusb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
