# Host Groups

## Requirements

Linux Control Center = 2.10.X or Higher

## Overview

The main objective of the Linux Control Center (LCC) is to facilitate the administration of Linux hosts. To this end, the LCC offers the ability to create host groups, allowing the execution of several actions simultaneously on a large number of hosts, optimizing the management of the environment.

## Objective

This manual aims to demonstrate how to create groups and insert hosts to manage them through LCC Actions.

## Create Host Group Manually

1. Click **Host Groups**

   ![](/files/K25rZ3yRL1zcQV1L9ZsF)
2. Click **Manual** to select hosts and create the group manually

   ![](/files/Ygy4rPYnY5wshKWzKkfd)
3. Click **ADD**

   ![](/files/MmKbDh95un3tGYmq1Bf4)
4. Type the group name in the **Host Group** line

   ![](/files/LCsxg3HIKjPCkeM6JwoH)
5. Move the desired hosts from the left table to the right table or click **Select All** to move all of them.

   ![](/files/yWAWj3nP0p6NXMaK7uZq)
6. Click **Save**

   ![](/files/07FOGCep00tCZZuRRaHP)

## Create Group from Discover CIDR

1. Click **Hosts Group**

   ![](/files/K25rZ3yRL1zcQV1L9ZsF)
2. Click **Dynamic by CIDRs** to create a group according to the range of IP addresses registered in the CIDR field in Discover.

   ![](/files/i9rFcRiEPCWCoCR8GmOg)
3. Write the group name in the **Host Group** line

   ![](/files/FER7HNkcrwQYAED26RzP)
4. Click on the **CIDR** line and choose the IP address range (Same address range defined in Discover)

   ![](/files/DY8eu2UKtUzreAqzKIvH)
5. Click on **ADD Another Host group** to add more than one CIDR to the group, if necessary.

   ![](/files/BXwOAn5TrGY6MmYvHJ7j)
6. Click **Save**

   ![](/files/8pDAFenJ35mntATCxpVP)
7. The created group will then be listed, allowing you to execute any LCC Action.

   ![](/files/LYltYX1tAhESJ0hvs8Rs)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxcontrolcenter.com.br/en/hosts-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
