> For the complete documentation index, see [llms.txt](https://docs.imdcinsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imdcinsights.com/ying-yong-zhong-xin/xie-zuo-yu-sheng-chan-li/pydio-cells-kuai-su-ru-men.md).

# Pydio Cells快速入门

<br>

<figure><img src="http://libs.websoft9.com/Websoft9/DocsPicture/en/cells/cells-gui-websoft9.png" alt=""><figcaption></figcaption></figure>

### 准备[​](https://support.websoft9.com/docs/pydio#%E5%87%86%E5%A4%87) <a href="#zhun-bei" id="zhun-bei"></a>

部署 创达睿通 提供的 Pydio Cells 之后，需完成如下的准备工作：

1. 在云控制台获取您的 **服务器公网IP地址**
2. 在云控制台安全组中，确保 **Inbound（入）规则** 下的 **TCP:80** 端口已经开启
3. 在服务器中查看 Pydio Cells 的 **默认账号和密码**
4. 若想用域名访问 Pydio Cells **域名五步设置** 过程

### Pydio Cells 初始化向导[​](https://support.websoft9.com/docs/pydio#init) <a href="#init" id="init"></a>

#### 详细步骤[​](https://support.websoft9.com/docs/pydio#%E8%AF%A6%E7%BB%86%E6%AD%A5%E9%AA%A4) <a href="#xiang-xi-bu-zhou" id="xiang-xi-bu-zhou"></a>

1. 本地浏览器访问：*<http://域名>* 或 *<http://公网IP>* 进入安装向导（首选域名访问方式）
2. 接受【安装协议】后，进入下一步
3. 设置数据库连接，然后进入下一步&#x20;

   <figure><img src="http://libs.websoft9.com/Websoft9/DocsPicture/en/cells/cells-installdbconfig-websoft9.png" alt=""><figcaption></figcaption></figure>
4. 设置管理员账号密码，并牢记之
5. 依次完成后续安装步骤，直至看到安装成功的提示&#x20;

   <figure><img src="http://libs.websoft9.com/Websoft9/DocsPicture/en/cells/cells-installdbss-websoft9.png" alt=""><figcaption></figcaption></figure>
6. 点击【Reload】后，登录进入 Cells 后台界面

#### 出现问题？[​](https://support.websoft9.com/docs/pydio#%E5%87%BA%E7%8E%B0%E9%97%AE%E9%A2%98) <a href="#chu-xian-wen-ti" id="chu-xian-wen-ti"></a>

若碰到问题，请第一时刻联系 **技术支持**。也可以先参考下面列出的问题定位或 **FAQ** 尝试快速解决问题：

### Pydio Cells 使用入门[​](https://support.websoft9.com/docs/pydio#pydio-cells-%E4%BD%BF%E7%94%A8%E5%85%A5%E9%97%A8) <a href="#pydiocells-shi-yong-ru-men" id="pydiocells-shi-yong-ru-men"></a>

下面以 **Pydio Cells 构建文档管理系统** 作为一个任务，帮助用户快速入门：

### Pydio Cells 常用操作[​](https://support.websoft9.com/docs/pydio#pydio-cells-%E5%B8%B8%E7%94%A8%E6%93%8D%E4%BD%9C) <a href="#pydiocells-chang-yong-cao-zuo" id="pydiocells-chang-yong-cao-zuo"></a>

### 参数[​](https://support.websoft9.com/docs/pydio#parameter) <a href="#parameter" id="parameter"></a>

Pydio Cells 应用中包含 Nginx, Docker, MySQL, phpMyAdmin 等组件，可通过 **通用参数表** 查看路径、服务、端口等参数。

通过运行`docker ps`，可以查看到 Pydio Cells 运行时所有的 Container：

```
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                                NAMES
aed8241d7dec   mysql:5.7            "docker-entrypoint.s…"   About an hour ago   Up About an hour   0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp   cells-db
1858341ccd48   pydio/cells:latest   "docker-entrypoint.s…"   About an hour ago   Up About an hour   0.0.0.0:9001->8080/tcp, :::9001->8080/tcp              cells
```

下面仅列出 Pydio Cells 本身的参数：

#### 路径[​](https://support.websoft9.com/docs/pydio#path) <a href="#path" id="path"></a>

Pydio Cells 安装目录： */data/wwwroot/cells*

#### 端口[​](https://support.websoft9.com/docs/pydio#port) <a href="#port" id="port"></a>

无特殊端口

#### 版本[​](https://support.websoft9.com/docs/pydio#version) <a href="#version" id="version"></a>

```
docker inspect cells | grep com.docker.compose.version
```

#### 服务[​](https://support.websoft9.com/docs/pydio#service) <a href="#service" id="service"></a>

```
sudo docker start | stop | restart | stats cells
```

#### 命令行[​](https://support.websoft9.com/docs/pydio#cli) <a href="#cli" id="cli"></a>

[Cells Client](https://pydio.com/en/docs/developer-guide/cells-client)

#### API[​](https://support.websoft9.com/docs/pydio#api) <a href="#api" id="api"></a>

[API Documentation](https://pydio.com/en/docs/developer-guide)


---

# 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:

```
GET https://docs.imdcinsights.com/ying-yong-zhong-xin/xie-zuo-yu-sheng-chan-li/pydio-cells-kuai-su-ru-men.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.
