How to change the admin password on an on-premise instance

Prev Next

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. 

  1. To change the password of the admin use the following syntax: 

navvis-db-manage set-password admin -u <url> --password 
  1. To change the password of any user simply swap out admin with the username: 

navvis-db-manage set-password <username> -u <url> --password