> 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-zh/chan-pin/du-li-gpu-fu-wu-qi.md).

# 独立 GPU 服务器

## 独立 GPU 服务器

**订购：** <https://prevps.com/dedicated-gpu-server/>

### 在开始之前

专用服务器通常比 VPS 需要更长的配置时间。请检查您的电子邮件以获取交付详情。

### 访问方式

您的访问方式取决于您订购的操作系统：

* Linux：SSH
* Windows：RDP

如果您的服务包含带外访问（IPMI/KVM），请使用提供的凭据。

### 电源控制（客户区）

在客户区，您可能会看到 **电源控制** 针对您的专用服务器。

当您需要重启机器或远程访问无法使用时使用它。

可用操作：

* **重启**：优雅重启。
* **关机**：断电服务器。
* **启动**：为服务器开机（**即将推出**).
* **救援模式**：启动恢复系统（**即将推出**).

限制：

* 您可以执行电源操作 **每 15 分钟一次**.

{% hint style="warning" %}
尽可能优先从操作系统内部关闭。强制电源操作可能在磁盘写入期间导致数据丢失。
{% endhint %}

### GPU 验证（Linux）

一旦可以登录，验证驱动程序和 GPU 可见性。一个常见的检查是 `nvidia-smi` 用于 NVIDIA。

### 安全基础

* 更新操作系统。
* 如果可能，按 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-zh/chan-pin/du-li-gpu-fu-wu-qi.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.
