Clore.ai 上的服务器离线


问题: 服务器在 HiveOS 上显示在线,但在 Clore.ai 上显示离线。 症状: 服务器在 HiveOS 中显示为在线,但在 Clore 平台上仍显示离线。


1. 检查 Clore 服务的状态:

运行命令:

systemctl status clore-hosting.service

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

  1. 启用自动启动并启动该服务:

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

再次检查:

systemctl status clore-hosting.service

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

  1. 为避免重启后出现问题,请确保将所有必要组件添加到自动启动中:

systemctl enable clore-hosting.service
systemctl enable docker.service
systemctl enable docker.socket
  1. 重启后检查功能:

reboot

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

最后更新于

这有帮助吗?