Getting Started
This guide walks you through setting up The One CMDB and importing your first assets. By the end, you'll have configuration items tracked, documentation started, and integrations configured.
Navigating to CMDB
- Log in to Hub at your organization's URL
- Click CMDB in the Hub navigation bar or product switcher
- You'll land on the Dashboard showing summary statistics
Initial Setup Checklist
Before importing assets, complete these configuration steps:
| Step | Where | What to Do |
|---|---|---|
| 1. Configure CI types | CMDB Admin | Review default CI types and add custom types with fields specific to your environment |
| 2. Set up companies | CRM or PSA | Ensure client companies exist — CIs are scoped to companies |
| 3. Enable RMM sync | Discovery | Turn on RMM auto-discovery to automatically import enrolled devices |
| 4. Initialize password vault | Password Vault | HSM encryption keys are provisioned automatically on first use |
| 5. Create document templates | Templates | Set up reusable templates for runbooks, SOPs, and network diagrams |
Key Concepts
Configuration Item (CI)
A CI is any asset you want to track — a workstation, server, switch, printer, cloud resource, or software license. Each CI has:
- Type — categorizes the CI (e.g., Workstation, Server, Network Device) with type-specific custom fields
- Status —
active,inactive,maintenance,decommissioned, orplanned - Criticality —
critical,high,medium, orlow— affects Defend alert severity and PSA SLA routing - Environment —
production,staging,development,test, ordr - Custom attributes — additional fields defined per CI type, including encrypted password fields
Flexible Assets
Custom asset types with user-defined field schemas. Use these for anything that doesn't fit standard CI types — network diagrams, licensing agreements, vendor contacts, or client-specific documentation structures.
Relationships
Dependencies between CIs. If a database server hosts an application that depends on a storage array, those relationships are tracked and visualized on the topology map. When an upstream CI goes down, you can instantly see what's affected.
PHI / PII Tags
Tags on CIs that store Protected Health Information or Personally Identifiable Information. PHI-tagged assets receive elevated alert priority in Defend and appear in compliance reports.
Creating Your First CI
- Navigate to Config Items in the sidebar
- Click Add Configuration Item
- Fill in the required fields:
- Name — descriptive name (e.g., "DC01 - Primary Domain Controller")
- CI Type — select from available types (Server, Workstation, etc.)
- Company — the client this asset belongs to
- Status — typically
activefor new assets - Criticality — how critical this asset is to operations
- Add optional details:
- Hardware — vendor, model, serial number, asset tag
- Network — hostname, primary IP, location
- Ownership — technical owner and business owner
- Lifecycle — purchase date, warranty expiration, end-of-life date
- Fill in any custom attributes defined for the selected CI type
- Add tags for additional categorization
- Click Save
If you have RMM deployed, skip manual CI creation — enable auto-discovery instead. Devices will appear automatically and you can enrich them with criticality, ownership, and custom attributes.
Importing Assets from RMM
If RMM is already deployed on client devices:
- Navigate to Discovery in the sidebar
- Toggle RMM Sync to enabled
- Set the Scan Interval (default: every 6 hours)
- Optionally enable Auto-Create CIs to skip manual approval
- Click Save Configuration
- Wait for the first sync cycle, or click Sync Now to trigger immediately
- Review discovered devices in the Discovery Results table
- For each pending device, choose Match to Existing CI or Create New CI
Discovery captures: hostname, IP addresses, MAC address, operating system, OS version, manufacturer, model, serial number, and installed software.
Importing from IT Glue
If you're migrating from IT Glue:
- Export your data from IT Glue as JSON
- Navigate to Import / Export in the CMDB sidebar
- Click Import from IT Glue
- Upload your JSON file
- Review the import summary (configurations, flexible assets, documents)
- Confirm the import
IT Glue imports can contain thousands of records. Large imports may take several minutes to process. Do not navigate away during import.
Setting Up Your First Document
- Navigate to Documents in the sidebar
- Click New Document
- Select a Document Type: wiki, runbook, sop, policy, diagram, or checklist
- Enter a Title and optionally link to a Company or CI
- Write content using the rich text editor
- Add tags for discoverability
- Click Save
Use templates to standardize documentation. Create a template once under Templates, then use it as a starting point every time you document a new client environment.
Next Steps
- Configuration Items — Deep dive into CI management, bulk operations, and CSV import
- Password Vault — Set up secure credential storage with HSM encryption
- RMM Auto-Discovery — Configure automatic device sync
- CI Relationships — Map dependencies between assets
- Knowledge Base — Publish client-facing articles