Home

Adding more admins to Unravel

More admins can be added in Unravel by an existing admin. Run the following steps to add more admin users to Unravel.

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the admins with the com.unraveldata.login.admins property.

    <Unravel installation directory>/unravel/manager config properties set com.unraveldata.login.admins admin,admin1,admin2
    
  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start