> For the complete documentation index, see [llms.txt](https://docs.trilio.io/rhv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/rhv/4.1/admin-guide/reset-the-triliovault-appliance-dashboard-password.md).

# Reset the TrilioVault GUI password

In case of the TrilioVault Dashboard being lost it can be resetted as long as SSH access to the appliance is available.

To reset the password to its default do the following:

```
[root@tvm ~]# source /home/rhv/myansible/bin/activate
(myansible) [root@tvm ~]# cd /opt/stack/workloadmgr/workloadmgr/tvault-config
(myansible) [root@tvm tvault-config]# python recreate_conf.py
(myansible) [root@tvm tvault-config]# systemctl restart tvault-config
```

The dashboard login will be reset to:

```
Username: admin
Password: password
```
