> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/server-settings/server-rating.md).

# 服务器评级系统

了解 Clore.ai 上服务器评分的工作原理以及如何提升你的评分。

## 什么是服务器评分？

服务器评分是表示你服务器可靠性和质量的分数。更高的评分会带来：

* 在市场中的更好可见性
* 更多租赁
* 租客更高的信任度

## 评分组成部分

你的服务器评分基于多个因素：

### 1. 在线时间（Uptime）

最重要的因素——你的服务器在线并可用的频率。

| 在线时间   | 影响          |
| ------ | ----------- |
| 99%+   | 优秀 - 顶级排名   |
| 95-99% | 良好          |
| 90-95% | 平均          |
| <90%   | 差 - 可能影响可见性 |

### 2. 成功租赁

无问题完成的租赁会提升你的评分。

* ✅ 租赁正常完成
* ✅ 租客无投诉
* ✅ 服务器按宣传表现

### 3. 响应时间

你的服务器对连接和请求的响应速度。

### 4. 配置准确性

服务器按所列规格运行：

* GPU 型号匹配
* 内存容量正确
* 存储按列表可用
* 网络速度如宣传所示

### 5. 租客评价

来自租用你服务器的用户的反馈。

## 如何提升你的评分

### 最大化在线时间

```bash
# 监控你的服务器状态
systemctl status clore-hosting

# 启用开机自启
systemctl enable clore-hosting

# 检查问题
journalctl -u clore-hosting -f
```

**提示：**

* 使用稳定电源（建议使用 UPS）
* 稳定的互联网连接
* 定期监控服务器健康状况
* 为停机设置告警

### 确保规格准确

1. 验证 GPU 是否被检测到： `nvidia-smi`
2. 检查内存： `free -h`
3. 检查存储： `df -h`
4. 测试网络速度： `speedtest-cli`

### 保持良好性能

* 保持驱动程序更新
* 监控温度
* 清理未使用的 Docker 镜像
* 保持足够的可用磁盘空间

### 快速响应问题

* 监控你的 Telegram 通知
* 及时回复租客消息
* 快速修复报告的问题

## 查看你的评分

1. 转到 **我的服务器**
2. 点击你的服务器
3. 查看评分和统计数据

### 可用统计数据

* 总在线时间百分比
* 租赁次数
* 平均租赁时长
* 收益历史

## 评分对收益的影响

评分较高的服务器通常：

* 更频繁被租用
* 可以收取略高的价格
* 在搜索结果中排名更靠前
* 培养回头客

## 常见评分问题

### 低在线时间

**原因：**

* 互联网不稳定
* 停电
* 服务器崩溃
* Clore 软件未运行

**解决方法：**

* 使用 UPS 进行电源备份
* 使用企业级互联网连接
* 监控并自动重启服务
* 检查日志以查明崩溃原因

### 规格不匹配

**原因：**

* GPU 未被正确检测
* 内存报告不正确
* 存储挂载错误

**解决方法：**

* 重新安装 NVIDIA 驱动
* 检查硬件连接
* 验证 Clore 托管配置

### 响应缓慢

**原因：**

* 网络问题
* 服务器负载高
* 防火墙阻塞

**解决方法：**

* 检查网络配置
* 监控服务器资源
* 验证端口转发

## 最佳实践

1. **24/7 监控** - 使用监控工具或 Telegram 机器人
2. **自动重启** - 设置自动服务恢复
3. **保持更新** - 定期更新 Clore 托管软件
4. **诚实的列表信息** - 只列出你能提供的规格
5. **良好的沟通** - 迅速回复租客
6. **定期维护** - 在需求低时安排维护


---

# 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.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/server-settings/server-rating.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.
