> For the complete documentation index, see [llms.txt](https://rpemotes-reborn.gitbook.io/rpemotes-reborn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpemotes-reborn.gitbook.io/rpemotes-reborn/fundamentals/getting-set-up/enforcing-gamebuilds/onesync-infinity.md).

# Onesync Infinity

## Local Host (Windows):&#x20;

Before continuing, open the `server.cfg` and comment out anything in there relating to OneSync as it will be set in the`.bat` file.

<figure><img src="/files/S1vKESuDKuRTGBKqs9re" alt=""><figcaption><p>Disabling OnesSync via the server.cfg file</p></figcaption></figure>

Now right click and open the `.bat` file with a text editor and add the following:

```
+set onesync on +set onesync_enableInfinity 1
```

You can also add the gamebuild to the .bat file *(as shown in the Enforcing Gamebuilds page.)*

<figure><img src="/files/x64qongEtiLb5VlKBxzm" alt=""><figcaption><p>Enabling Onesync Infinity On A Window's Local Host</p></figcaption></figure>

***

## Local Host (Linux):

On Linux, open `run.sh` instead of the bat file. The `.sh` file may be named differently. And follow the steps listed above.
