CloudStack is a multi-component platform. Production setups require planning for management, database, storage, and hypervisor hosts.
sudo apt update
sudo apt install -y cloudstack-management cloudstack-usage mariadb-server
sudo cloudstack-setup-databases cloud:change-me@localhost --deploy-as=root
sudo cloudstack-setup-management
sudo systemctl enable cloudstack-management
sudo systemctl start cloudstack-management