# How to Manage Services Remotely

**Overview**

The Remote Service Manager gives you full control over the background services running on a managed computer. Whether you need to restart a stuck print spooler, stop a malfunctioning application service, or change a service's startup type (e.g., from Manual to Automatic), you can do it instantly through the Live Connection interface without interrupting the user's session.

#### **Step-by-Step Guide**

**1. Navigate to the Computer List**

Start by locating the device you need to manage.

* From the main menu, go to Devices > Computers (1 & 2).
* Click on the name of the target computer (e.g., `#BDESK-CL1`) (3) to open its details.

<figure><img src="/files/5AuODlYuqLRRpt0IOIZC" alt=""><figcaption></figcaption></figure>

**2. Access the Services Tool**

Once on the device details page, establish a live connection.

* Click on the Live Connection tab (1) in the top navigation bar.
* In the left sidebar, click on Services (2) to load the list of services.

**3. Manage Service Status and Startup Type**

The main panel displays all services. You can use the search bar (3) to find a specific service (e.g., "Spooler").

* Status: The `Status` column shows if a service is currently Running (green) or Stopped.
* Start Type: You can change how a service behaves at boot by selecting an option from the dropdown menu (e.g., Disabled, Manual, or Automatic).
* Actions: Use the control icons on the far right to take immediate action:
  * Play Icon (▶): Start or restart the service.
  * Stop Icon (⊖): Stop a running service immediately.

<figure><img src="/files/zrK8PvBr0gwu5dSruklZ" alt=""><figcaption></figcaption></figure>

\ <br>


---

# 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.booldesk.com/how-to-use-modules/system-management-module/how-to-manage-services-remotely.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.
