> 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/mian-xiang-zhu-ji-ti-gong-zhe/server-settings/server-rating.md).

# 服务器评分系统

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

## 什么是服务器评分？

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

* 在市场中的可见度更高
* 更多租赁
* 获得租户更高的信任

## 评分组成

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

### 1. 在线时间

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

| 在线时间   | 影响          |
| ------ | ----------- |
| 99%+   | 优秀——排名靠前    |
| 95-99% | 良好          |
| 90-95% | 一般          |
| <90%   | 较差——可能影响可见度 |

### 2. 成功租赁

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

* ✅ 租赁正常完成
* ✅ 未收到租户投诉
* ✅ 服务器表现符合宣传

### 3. 响应时间

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

### 4. 配置准确性

服务器按照列出的规格运行：

* GPU 型号匹配
* RAM 容量正确
* 存储容量与列出内容一致
* 网络速度与宣传一致

### 5. 租户评价

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

## 如何提升你的评分

### 最大化在线时间

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

# 设置开机自启
systemctl enable clore-hosting

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

**提示：**

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

### 确保规格准确

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

### 保持良好性能

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

### 快速响应问题

* 留意你的 Telegram 通知
* 及时回复租户消息
* 快速修复报告的问题

## 查看你的评分

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

### 可查看的统计数据

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

## 评分对收益的影响

评分更高的服务器通常：

* 获得更多租用
* 可以定价略高
* 在搜索结果中排名更靠前
* 培养回头客

## 常见评分问题

### 在线时间低

**原因：**

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

**解决方案：**

* 使用 UPS 作为电力备份
* 使用企业级互联网
* 自动监控并重启服务
* 检查日志以查找崩溃原因

### 规格不匹配

**原因：**

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

**解决方案：**

* 重新安装 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/mian-xiang-zhu-ji-ti-gong-zhe/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.
