ZStack Cloud Platform
Single Server, Free Trial for One Year
Displays the status and other information of ZStack Cloud on a specified node.
| Parameter | Description | Example |
|---|---|---|
| none | Displays the status and other information on the current node. | zstack-ctl status |
| --host HOST | Displays the status and other information on the specified node. | zstack-ctl status --host 192.168.0.10 |
Starts services related to ZStack Cloud, including the management node and the UI service.
| Parameter | Description | Example |
|---|---|---|
| none | Starts the related services, including the management node and UI service. | zstack-ctl start |
| --daemon | Displays the daemon mode. | zstack-ctl start --daemon |
Stops services related to ZStack Cloud, including the management node and the UI service.
| Parameter | Description | Example |
|---|---|---|
| none | Stops the related services, including the management node and UI service. | zstack-ctl stop |