Introduction
If you lose the password for the Replicated management console for your Terraform Enterprise instance, you can reset it using the replicatedctl command-line tool. The Replicated console is accessible on port 8800 of the instance.
Prerequisites
- You have SSH access to the Terraform Enterprise instance.
- You have privileges to switch to the
rootuser.
Procedure
- Log into the Terraform Enterprise instance via SSH.
Switch to the
rootuser.$ sudo su -
Run the
replicatedctl console-auth resetcommand. This command removes the password from the Replicated console.# replicatedctl console-auth reset
- Open a web browser and navigate to
https://<TFE_HOSTNAME>:8800, replacing<TFE_HOSTNAME>with the hostname of your Terraform Enterprise instance. You will be logged in automatically. - In the top right corner, click the gear icon, then select Console Settings.
- In the Security section, click the Change console security settings link.
- On the new page, select the Password option and enter a new password.
- Click Continue to save the new password.
- Log out of the Replicated console and verify that you can log in successfully with the new password.
Additional Information
- For more details on managing Terraform Enterprise, please refer to the official documentation on the Replicated console and administrative tasks.