Introduction
Sometimes it is required to reset the admin password on an instance. In on-premise NavVis IVION this can be done using the navvis-db-manage tool. In , this can be done via the main portal at iv.navvis.com.
To change the password of the admin use the following syntax:
navvis-db-manage set-password admin -u <url> --password To change the password of any user simply swap out admin with the username:
navvis-db-manage set-password <username> -u <url> --password