- Access the Carbon Black Cloud Dashboard
- Navigate to Endpoints > Sensor Options > Company Codes
- Make note of the "Sensor v1.x - 2.x" 8-character Company Registration Code from the Dashboard
- Modify /var/opt/carbonblack/psc/cfg.ini, and include:
[customer]
PemFile=/var/opt/carbonblack/psc/cloud.pem
CompanyCode=[8 character code for org]
BackendServer=https://dev-prodX.conferdeploy.net:54443
(Where prodX is your corresponding backend)
- Restart the sensor
systemctl stop cbagentd
systemctl start cbagentd
Or for older distributions:
service cbagentd stop
service cbagentd start