EDR: How to Add a User from Terminal
search cancel

EDR: How to Add a User from Terminal

book

Article ID: 291083

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

To add a user for an EDR Server using a terminal window.

Environment

  • EDR Server: All Versions
  • CentOS: All Supported Versions

Resolution

  1. Open a terminal to the EDR master server
  2. Switch User to Root
    #: su root
  3. Add the user.
    #: /usr/share/cb/cbpasswd --add=<username>
  4. Follow any prompts to enter user data.