Skip to content

How do I activate or deactivate modules?

Requires Basic

Under Administration → Show/hide categories you hide modules your team doesn’t use — they then disappear from the navigation. The Scope toggle chooses between “This tenant” and “Whole instance” (the latter only as Super Admin). Important: this is purely about visibility. Modules your plan doesn’t include are locked (“from Pro” / “from Elite”) and can’t be unlocked by showing them — that requires a license.

All modules except the core can be hidden: Assets, Network, Software, License management, Certificates, Compliance, Operations, Flexible data (custom fields), Network discovery, Provisioning, Webhooks, Single sign-on, Infrastructure & multi-tenant.

  1. Open module management. Administration → Show/hide categories (“Turn off modules you don’t use - hidden ones disappear from the navigation. Modules not included in your plan are locked.”).

    One toggle per module; plan-locked modules show 'from Pro' or 'from Elite'.
  2. Choose the scope. “This tenant” affects only your tenant’s users; “Whole instance” (Super Admin) hides the module for all tenants.

  3. Toggle modules. Turn off, for example, Certificates and Compliance if you don’t use them — the navigation immediately becomes leaner. Locked modules carry the note “from <plan>” and can’t be activated.

  • Three conditions for visibility. A module appears in the navigation if it (1) is included in the plan (entitled), (2) is not hidden instance-wide, and (3) is not hidden for the tenant. Plan-locked modules stay hidden or marked as locked regardless of the toggles.
  • Visibility ≠ permission. Hiding a module tidies up the UI, but it is not a security measure: the module’s API endpoints remain usable for authorized users. You control access via Roles & Permissions; you control the feature scope via the license.
  • The frontend reads entitlements. The UI queries GET /api/v1/entitlements once and locks navigation and buttons in advance — instead of letting users run into 403 errors. Locked modules show the upgrade hint (“The {module} module is not included in your current plan ({tier})”).
  • Two levels, clear precedence. The instance-wide list (Super Admin) overrides the tenant list: what the instance hides, a tenant cannot show again.
  • The core always stays on. Dashboard/core functions cannot be turned off.