# Transfer script to another account

#### Welcome to the guide “how to transfer the script“ from one to another account

## Where can I find the owner's name?

#### First of all we need to know, who is the server's owner.

Open the [fivem server list](https://servers.fivem.net/servers), find your server here and click on the server's description. If you did that successfully you should be able to see this

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-b08c6ee92f7e83db7df4b422409f7118339440aa%2Funknown%20(2).png?alt=media" alt=""><figcaption><p>Server information</p></figcaption></figure>

Pay attention to the *listed* **Owner**. With this little trick we now know the username of the owner to whom we need to transfer the script

#### I didn't find my server there, is there any other way to do it?

There is another way how to acquire the owner's username of the server but it always lead back to the server list

You will need to find specific information in the **server's console** it looks like this

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-0f7ee366fafc086eabd84b3ea97dd95ff95b39c7%2Funknown%20(1).png?alt=media" alt=""><figcaption><p>Server console auth nucleus</p></figcaption></figure>

Check the text "eo3r9b" which will be different for every server

Now we know what ID our server is.

Now we will open the internet browser

Head back to the website "servers.fivem.net" but add some additional information to the URL

<https://servers.fivem.net/servers/detail/eo3r9b>

As you can see we have added "/detail/ + eo3r9b"

And if you did everything correctly, you will see this on the website

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-b08c6ee92f7e83db7df4b422409f7118339440aa%2Funknown%20(2).png?alt=media" alt=""><figcaption></figcaption></figure>

## Transferring the script

Now we know the user name and we can transfer the script

Now you need to log-in to your [fivem keymaster](https://keymaster.fivem.net/login) after you log into the account, check this [for this page](https://keymaster.fivem.net/asset-grants) that is called **"Purchased assets"**

There you're going to see the list of bought resources

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-403800b49a78500029e8062588663d97f5803ff7%2Funknown%20(3).png?alt=media" alt=""><figcaption></figcaption></figure>

Look for the button called **"Transfer to another account"** Click on the button and it will lead to this page

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-0d61da072c2c5cd11db987fb3e032b5472fb52d2%2Funknown%20(4).png?alt=media" alt=""><figcaption></figcaption></figure>

Just enter the username to who you wish to transfer the script and that's it.

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-7d486f60d16f04fa6ff057f87f388aebe5e17035%2Funknown%20(5).png?alt=media" alt=""><figcaption><p>Entering name of target user</p></figcaption></figure>

<figure><img src="https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-faad13c1f8d225f9139f4957eba554275c29b562%2Funknown%20(6).png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.rcore.cz/cfx-auth-system/how-to-transfer-script.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.
