After installation of the CloudBees CD (CloudBees Flow) Server, your Web server can be configured to display the /flow
UI or the /commander
UI.
Since CloudBees CD v8.5, depending on which UI ( flow / commander) you want users to end up on after they login, you can run the following as the webserver service user:
For the Flow UI (the default):
ecconfigure --webDefaultUI flow --skipServiceRestart
For the Commander UI:
ecconfigure --webDefaultUI commander --skipServiceRestart
Then restart the CloudBees CD web server (if the change is not already active for you). You can do this on Linux by running:
sudo /etc/init.d/commanderApache restart
If you are unable to change your default landing page, please collect the output of the ecconfigure file, details of the command run, and environment details and send them to support@cloudbees.com for analysis.