# Manage Host Service

## Requirements

Linux Control Center = 2.10.X or higher

## Overview

The Manage Host Service action is used to manage the services of Hosts managed by Linux Control Center.

## Objective

This document aims to demonstrate how the **Manage Host Service** Action works.

## Service Management

1. Access the **Hosts** screen

   ![](/files/kLRZy7Wmwcn7AYdWfqAw)
2. Click on **Actions** in the row and a desired Host and click on **Manage Host Service**.

   ![](/files/gJF4Xfb55NeuXw3LUdPG)
3. To run on multiple Hosts simultaneously, select the desired Hosts and click on **Actions** at the top of the page and click on **Manage Host Service**.

   ![](/files/LZ9TRB5raWxfoSO6XIM3)
4. Click on **Services**.

   ![](/files/7YbhogSk2OT1JJiR9Jfl)
5. Choose the services you want to perform the action on.

   ![](/files/lGRyd6rA3UbQtILUUJGZ)
6. Click on **Action**.

   ![](/files/A7eb9ZVhBTYzTjjNHtUQ)
7. Choose one of the actions to perform on the Host service, which are:

* **Start:** Starts the service on the Host.
* **Stop:** Stops the service on the Host. - **Restart:** Restarts the service on the Host.
* **Enable:** Enables the service to start automatically when the Host is turned on.
* **Disable:** Disables the service so that it does not start automatically when the Host is turned on.

  ![](/files/ZbcC6WdEvsAXFtkxtHvq)

1. Verify that the information is correct and click **Yes** to execute the action.

   ![](https://gitlab.com/7dev-doc/linux-control-center/-/blob/main/pt-br/images/hosts_actions/manage_host_service/button_yes.png)


---

# 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/host-actions/manage-host-service.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.
