# 故障排除

***

**问题：** 服务器在 HiveOS 上显示在线，但在 Clore.ai 上显示离线。\
**症状：** 服务器在 HiveOS 中显示为在线，但在 Clore 平台上仍然离线。

***

#### 1. 检查 Clore 服务的状态：

运行命令：

```
systemctl status clore-hosting.service
```

如果响应是`Active: inactive (dead)` — 表示该服务未运行且未设置为开机启动。

2. 启用自启动并启动该服务：

```
systemctl enable clore-hosting.service
systemctl start clore-hosting.service
```

再次检查：

```
systemctl status clore-hosting.service
```

如果服务状态为`active (running)` — 服务器应在 Clore 平台上显示为在线。

3. 为避免重启后出现问题，请确保将所有必要组件添加到自启动：

```
systemctl enable clore-hosting.service
systemctl enable docker.service
systemctl enable docker.socket
```

4. 重启后检查功能：

```
reboot
```

重启后，服务器应自动启动并显示为在线。


---

# Agent Instructions: 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.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/server-offline-on-clore.ai.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.
