# Onesync & Txadmin

The framework has been built to work with **ONESYNC INFINITY** (free and required) and is also 100% compatible with **TXADMIN Manager** (optional)

The current framework **use Build RedM 1491** and latest **version OxyMysql** and **Artifact CFX** + **TxAdmin latest** (optional)

{% code title="In the start server" overflow="wrap" %}

```lua
-- Please run this argument to your server (enable onesync)
+set gamename rdr3 +set onesync on +set onesync_forceMigration true

-- Add in your cfg 
sv_maxclients 48 -- free onesync key
set onesync on

-- Tips: ONESYNC INFINITY is free for all servers with 48 players max, if you need more, you need a patreon key from CFX

-- If you use OneSync with TXADMIN, dont need to add this line (TXAdmin manage this)
+set onesync on
```

{% endcode %}


---

# 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://altitude-dev.gitbook.io/doc/introduction/onesync-and-txadmin.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.
