> For the complete documentation index, see [llms.txt](https://docs.payfacto.com/payfacto-knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payfacto.com/payfacto-knowledge/maitred-pos/maitred/maitred-complete-online-documentation/appendix-troubleshooting/configure-the-maitred-sharing-options.md).

# Configure the Maitre'D Sharing Options

### Maitre'D Sharing issues

### Symptoms

You may notice one or more of the following symptoms:

* When starting the installation of a POS, Auxiliary or Backup Server, you are unable to select the Main Back-Ofice PC, or the Main Back-Office PC is simply not listed among the available network devices.
* Existing POS workstations "see" the Maitre'D Back-Office on the network, but display various error messages when attempting to connect.
* After installing an Auxiliary Back-Office or Backup Server, it refuses to start and will not even allow the license to be activated.
* While trying to start an Auxiliary Back-Office, Bo.exe seems like it wants to start, but immediately stops or crashes.

***

### Cause

During the installation of the Maitre'D Back-Office, the folder C:\POSERA\MaitreD\ is automatically shared.

However, the default sharing settings in Windows 10 may not allow POS Workstations, Auxiliary Back-Offices or Backup Servers to work properly.

***

### Solution

Follow this procedure to configure Windows sharing options correctly.

1. Using Windows File Explorer, browse to C:\POSERA\\.
2. Within the C:\POSERA\ folder, right-click the MaitreD folder and select Properties.
3. The MaitreD folder's properties will appear. Click on the Sharing tab, then click on the Advanced Sharing... button.

![](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/SharingOptions/01-FolderProperties.png)

4. The Advanced Sharing window opens. The Share this folder option should already be selected. Now click the Permissions button.

![](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/SharingOptions/02-AdvancedSharing.png)

5. The Permissions for the Maitre'D folder will be displayed. By default, the group called Everyone will be listed, which only has the Read permission. Add check marks next to Change and Full Control, under the Allow column.

![](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/SharingOptions/03-Permissions.png)

6. Click OK on the Permissions Window, then click OK on the Advanced sharing window. Finally, click Close on the MaitreD folder properties window.

The updated permissions are applied automatically. There is no need to restart the PC.

Retry the operation that was previously failing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payfacto.com/payfacto-knowledge/maitred-pos/maitred/maitred-complete-online-documentation/appendix-troubleshooting/configure-the-maitred-sharing-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
