# rmService.exe

* It is a background service
* No automatic installation

### Service Installation

To install **rmService.exe** store it on the computer. Run the .exe file with a command-line interpreter.\
Enter the following command:

```
install <Project> [<UPN>]
```

A **UPN** (User Principal Name) is optional, but a **project name** is essential for the installation command.

![Command line options for rmService.exe](/files/BEgUpJYGPrP5mcdqHaEw)

### Upload Agent

To install the service as an upload agent, you need to provide a **project name** and a **token**. You can generate a token on the server configuration page. Both parameters are required.

```
install-uploadagent <Project> <Token>
```


---

# 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.realmigrator.com/client-executables/rmserviceexe.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.
