---
title: "Show Monitor Templates and Roles in the Real-Time Console"
slug: "how-to-display-monitor-template-and-roles"
description: "You can set a registry key to display more detailed information of your ControlUp Monitors, such as templates and roles."
updated: 2026-01-29T13:19:42Z
published: 2026-01-29T13:19:42Z
canonical: "support.controlup.com/how-to-display-monitor-template-and-roles"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.controlup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Display Monitor Templates and Roles in the Console

By default, you can't see configured [monitor](/tim-reorg/docs/controlup-monitor){target="_blank"} templates or roles in the Real-Time DX Console. 
![monitors settings](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/image-ATKB4FVU.png){height="" width=""}

You can set a registry entry on the console machine to display detailed monitor information such as:

* Templates
* Capacity
* Roles

**Create the following registry entry:**

Key: <code>HKEY_LOCAL_MACHINE\SOFTWARE\Smart-X\ControlUp\Console</code>
Value: <code>MC</code>
Data Type: <code>REG_DWORD</code>
Data Value: <code>1</code>

![Registry Key HKEY_LOCAL_MACHINE\SOFTWARE\Smart-X\ControlUp\Console](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/image-W4XM3L1O.png){height="" width=""}

Restart the console machine and you can see the new columns:
![monitors settings withnew columns](https://cdn.document360.io/098100b7-b9da-4bea-b4b9-017140ab863e/Images/Documentation/image-6H97PMEZ.png){height="" width=""}

To update a monitor template with PowerShell cmdlets, see [here](/v1/docs/90-powershell-cmdlets#setcumonitortemplate).
