# 我已使用管理员账号登录安装了OpenCloud的服务器，但当尝试从其他计算机访问时，仍然收到"Failed to Fetch"错误信息。

 1. [FAQ](/cn/faq)
2. »
3. [Open Cloud](/faq/open-cloud)

这很可能是网页查看器无法连接到Open Cloud服务器。您需要执行以下步骤：

1.修改网页查看器配置： [*https://cloud.opendesign.com/docs/index.html#/webviewer?id=build*](https://cloud.opendesign.com/docs/index.html#/webviewer?id=build)*. Parameter api\_host should point to the IP address of the Open Cloud Server.* 参数api\_host应指向Open Cloud服务器的IP地址。

2.使用以下命令运行Open Cloud服务器：dotnet OpenCloudServer.dll --urls http://0.0.0.0:8080

如需创建其他用户，请使用 [Open Cloud Server API](https://cloud.opendesign.com/docs//openapi.html).
