diff --git a/client/bindir/cloud-setup-management.in b/client/bindir/cloud-setup-management.in index 96b91216afb..70e727b40b2 100755 --- a/client/bindir/cloud-setup-management.in +++ b/client/bindir/cloud-setup-management.in @@ -52,7 +52,7 @@ if __name__ == '__main__': syscfg.registerService(cloudManagementConfig) syscfg.config() print("CloudStack Management Server setup is Done!") - print("Please ensure the following ports are open for the management server to function properly : 8080 8250 8443 9090") + print("Please ensure ports 8080, 8250, 8443, and 9090 are opened and not firewalled for the management server and not in use by other processes on this host.") except (CloudRuntimeException, CloudInternalException) as e: print(e) print("Try to restore your system:")