---
MTPE: windsonsea
date: 2024-05-11
---
# Overview
DCE 5.0 has two versions: DCE Community and DCE 5.0 Enterprise.
- DCE Community includes Container Management, Global Management, and Insight modules,
which can be used for free permanently.
- DCE 5.0 Enterprise can be purchased on demand with advanced modules such as Service Mesh,
Microservice Engine, Multicloud Management, Data Middleware, Container Registry,
Cloud Edge Collaboration, and Containerized VM on the basis of DCE Community.
It has more comprehensive features and applicable to a variety of production environments.
## Install DCE Community
The installation process of DCE Community is as follows:
```mermaid
flowchart TB
subgraph second[Instructions]
direction TB
U[ ] -.-
free[Apply for free trial] --- kpanda[Container Management]
kpanda --- ghippo[Global Management]
ghippo --- insight[Insight]
insight -.- ask[ASK!!!]
end
subgraph first[Install DCE Community]
direction TB
S[ ] -.-
plan[Resource Planning] --> k8s[Prepare K8s Cluster]
k8s --> tools[Install Dependencies]
tools -.-> kind[Online Install with kind]
tools -.-> s1[Online Install with K8s]
tools -.-> s2[Offline Install with K8s]
end
start([fa:fa-user DCE Community
Installation Process]) --> first
start --> second
classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:px,color:#000000, font-size:15px;
classDef white fill:#ffffff,stroke:#000,stroke-width:px,color:#000,font-weight:bold
classDef spacewhite fill:#ffffff,stroke:#fff,stroke-width:0px,color:#000
classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;
class plan,k8s,tools,kind,s1,s2,kpanda,ghippo,insight,free,ask cluster;
class S,U spacewhite
click plan "https://docs.daocloud.io/en/install/community/resources.html"
click k8s "https://docs.daocloud.io/en/install/community/kind/online.html#install-kind-cluster"
click tools "https://docs.daocloud.io/en/install/install-tools.html"
click kind "https://docs.daocloud.io/en/install/community/kind/online.html"
click s1 "https://docs.daocloud.io/en/install/community/k8s/online.html"
click s2 "https://docs.daocloud.io/en/install/community/k8s/offline.html"
click kpanda "https://docs.daocloud.io/en/kpanda/intro/"
click ghippo "https://docs.daocloud.io/en/ghippo/intro/"
click insight "https://docs.daocloud.io/en/insight/intro/"
click free "https://docs.daocloud.io/en/dce/license0.html"
click ask "https://docs.daocloud.io/en/install/index.html#contact-us"
```
!!! tip
Click the blue text in the diagram, you can go to the proper page for details.
## Install DCE 5.0 Enterprise
The installation process of DCE 5.0 Enterprise is as follows:
```mermaid
flowchart TB
start([fa:fa-user DCE 5.0 Enterprise
Installation Process]) -.- arch[Learn Deployment Architecture]
arch --> deploy[Check Deployment Requirements]
deploy --> prepare[Prepare Environment]
prepare --> download[Download Offline Package]
download --> config[Edit
clusterConfig.yaml]
config -.-> other-k8s[Install on
Different K8s]
config -.-> install[Normal Installation]
config -.-> other-os[Install on
Different Linux]
other-k8s -.-> ocp[Install on
OpenShift OCP]
other-k8s -.-> ali[Install on
Alibaba Cloud ECS]
other-os -.-> uos[Install on UOS]
other-os -.-> oracle[Install on
Oracle Linux]
other-os -.-> tencent[Install on
TencentOS Server]
other-os -.-> other[Install on
Other Linux]
classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:1px,color:#000000, font-size:15px;
classDef white fill:#ffffff,stroke:#000,stroke-width:1px,color:#000,font-weight:bold
classDef spacewhite fill:#ffffff,stroke:#fff,stroke-width:0px,color:#000
classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;
class arch,deploy,prepare,download,config,install,ocp,ali,uos,oracle,tencent,other cluster
click arch "https://docs.daocloud.io/en/install/commercial/deploy-arch.html"
click deploy "https://docs.daocloud.io/en/install/commercial/deploy-requirements.html"
click prepare "https://docs.daocloud.io/en/install/commercial/prepare.html"
click download "https://docs.daocloud.io/en/install/commercial/start-install.html#step-1-download-the-offline-package"
click config "https://docs.daocloud.io/en/install/commercial/start-install.html#step-2-configure-clusterconfigyaml"
click install "https://docs.daocloud.io/en/install/commercial/start-install.html#step-3-start-installation"
click ocp "https://docs.daocloud.io/en/install/k8s-install/ocp-install-dce5.0.html"
click ali "https://docs.daocloud.io/en/install/k8s-install/ecs-install-dce5.0.html"
click uos "https://docs.daocloud.io/en/install/os-install/uos-v20-install-dce5.0.html"
click oracle "https://docs.daocloud.io/en/install/os-install/oracleLinux-install-dce5.0.html"
click tencent "https://docs.daocloud.io/en/install/os-install/TencentOS-install-dce5.0.html"
click other "https://docs.daocloud.io/en/install/os-install/otherlinux.html"
```
## Contact us
The installation guide may change. Please bookmark this page and follow the update information.
- If you have any installation or usage problems, please
[give us a feedback](https://github.com/DaoCloud/DaoCloud-docs/issues).
- Scan the QR code and communicate with developers freely:

[Download DCE 5.0](../download/index.md){ .md-button .md-button--primary }
[Free Trial](../dce/license0.md){ .md-button .md-button--primary }