diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index 9e26be6274c..726e0066a24 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -135,14 +135,14 @@ Before deploying Dashboard Enterprise Edition, you must do a check of these: sudo ./dashboard.service start all ``` - Or execute the following commands to start prometheus, webserver, exporter and gateway services to start Dashboard. + Or execute the following commands to start prometheus, webserver, nebula-stats-exporter and alertmanager services to start Dashboard. ```bash cd scripts sudo ./dashboard.service start prometheus # Start prometheus service sudo ./dashboard.service start webserver # Start webserver service - sudo ./dashboard.service start exporter # Start exporter service - sudo ./dashboard.service start gateway # Start gateway service + sudo ./dashboard.service start exporter # Start nebula-stats-exporter service + sudo ./dashboard.service start alertmanager # Start alertmanager service ``` !!! note