Management Center | Fortified ID
HomeIntegrityControlSolutionsManagement Center
  • Introduction
  • The Service
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Installation
      • Windows
      • Linux
      • Container - Docker
  • Upgrading
    • Windows
    • Container
  • Files and folders
    • config
    • bin
    • data\customer
    • other directories
  • User interface
    • Menu
    • Management
      • Overview
      • Memory and CPU
      • Runtime
      • Log
      • Manage version
  • Configuration
    • Resources
    • Cluster
    • Language
  • Operations
    • Air gapped mode
      • Windows
      • Container
    • Using an outbound proxy
    • Logs
    • Service customsations
    • User management
    • Application deployment
    • Encryption
    • Running a fixed version
Powered by GitBook
On this page
  • Overview
  • Add/change system administrator
  • Change and hash password for an system administrator
  1. Operations

User management

This section describes how you can add/change system administrators and/or change passwords.

Overview

By default Management Center has a default created system administrator named system with password lord_helmet. Users and passwords are stored in passwd.properties located in folder: /../fortified/servers/mgmt-server/config (if you running container/docker) /../FortifiedID/mgmt-center/config (if you running container/docker) Note. As a best practice you should change password for the default user system.

Add/change system administrator

Users are put in using pattern <username>:password.

Change and hash password for an system administrator

Passwords can either be in clear text or hashed. When hashing passwords pattern of password must be using <hasning_mechanism>:<hex_value of hash>. See info in the passwd.properties file for hashing instructions.

PreviousService customsationsNextApplication deployment