> For the complete documentation index, see [llms.txt](https://meadow-development.gitbook.io/meadow-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meadow-development.gitbook.io/meadow-development-docs/introduction.md).

# Einführung

## Voraussetzungen

1. CFX.re Konto-> <https://forum.cfx.re/>
2. Server-Schlüssel-> <https://portal.cfx.re/servers/registration-keys> (Mit CFX.re Konto anmelden)
3. Serverzugriff mit WinSCP -> <https://winscp.net/eng/download.php>
4. Server Artifacts -> benutze Server Artifacts Version: 4960+.

## Server Artifacts

#### Manual Update <a href="#manual-update" id="manual-update"></a>

1. **Lade die neuste Artifacts Version runter:**\
   Besuchen Sie das offizielle FiveM™-Artefakt-Repository unter [runtime.fivem.net](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/?ref=content.htnetwork.one) , um die neueste Artefaktversion zu finden.
2. **Server stoppen:**\
   Um Konflikte zu vermeiden, stoppen Sie Ihren FiveM™-Server vor dem Update.
3. **Artifacts ersetzen:**\
   Laden Sie die neueste Artefakt-ZIP-Datei herunter, extrahieren Sie sie und ersetzen Sie die vorhandenen Artefaktdateien auf Ihrem Server durch die neuen Dateien.
4. **Server neustartet:**\
   Nach dem Austausch starten Sie Ihren Server und überprüfen Sie, ob die aktualisierten Artefakte ausgeführt werden.

Quelle: <https://htnetwork.one/knowledgebase/how-to-update-fivem-server-artifacts>

## Start das Skript

Um eine **Resource** auf deinem FiveM-Server zu starten, gehe wie folgt vor:

1. **Lade die Resource hoch:** Stelle sicher, dass du die Resource in den **`resources`-Ordner** deines Servers hochgeladen hast.
2. **Server-Konfiguration öffnen:** Öffne die **`server.cfg`** Datei deines Servers.
3. **Resource aktivieren:** Füge die folgende Zeile in die **`server.cfg`** ein:

   ```
   ensure <Name_der_Resource>
   ```

   Ersetze `<Name_der_Resource>` durch den tatsächlichen Namen des Ordners der Resource.
4. **Server neu starten:** Speichere die Änderungen und starte deinen Server neu, um die Resource zu aktivieren.


---

# 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://meadow-development.gitbook.io/meadow-development-docs/introduction.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.
