Share

Setting up Authentication in VCF Orchestrator with no Control Center

by Mayank Goyal · 21 Mar 2025

Starting from Orchestrator version 8.18.1, the very famous control center has been finally pushed out. Several features, such as logging levels and plugins, have been integrated into the Orchestrator UI. Configuration of other aspects, including authentication and licensing, is now exclusively conducted via the vracli command.

When deploying the Standalone Orchestrator, it requests only the initial root password.

Once the standalone orchestrator is fully deployed and accessible over the browser, you wont be able to access with this new password. Why? because its the root credential and wont allow you to login to UI.

What to do then?

Take a Putty session to the orchestrator and run this command.

Bash
vracli vro authentication wizard

Select the authentication type – here we are selecting Aria Automation, hence type 1 and enter ↩ and then provide the FQDN, credentials and accept the certificate.

Wait for few seconds. Once completed, run this command to check if the authentication is set successfully.

Bash
vracli vro authentication

You should see a JSON with all your provided information and should not say No authentication provider configured. anymore.

Restart services

Run this command to restart.

Bash
kubectl rollout restart deployment vco-app  -n prelude

and monitor the vco-app pod status.

Bash
kubectl get pods -n prelude -w

Once it’s done, open https://fdqn-vro/vco/ and you should see this screen instead of a dialog box.

Learn more about the process here.


Discover more from Cloud Blogger

Subscribe to get the latest posts sent to your email.

You may also like