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

# Installation Guide

Install FairShield on your server in just a few minutes.

### Step 1: Download

Download the latest version of FairShield from your dashboard: [Download FairShield.](https://my.fairshieldac.com/download)

### Step 2: Upload Files

Upload the FairShield folder to your server resources directory.

```bash
# Server structure
/resources
  /FairShieldAC
    .key
    .yarn.installed
    client.lua
    cl-sr.lua
    fxmanifest.lua
    guide.md
    sc.js
    index.html
    index-D88jK22x.js
    index-HaArA_ge.css
    main.js
    server.lua
    server_ws.js
    ws_client.lua
    yarn.lock
```

### Step 3: Configure License

Open the .key file and enter your license key.

```lua
FR-XXXX-XXXX-XXXX-XXXX
```

### Step 4: Add to Server Config

Add FairShield to your server.cfg file.

```bash
# Add this to your server.cfg
ensure FairShieldAC
```

### Step 5: Install FairShield Installer

Install the FairShield Installer by running the following command in your server console.

```bash
fr install
```

After the installer finishes, restart your server to apply the changes.

{% hint style="info" %}
If your server artifact is newer than 25839, you must add `add_unsafe_child_process_permission FairShieldAC` to your server.cfg.
{% endhint %}

### Step 6: Restart Server

Restart your server and FairShield will be active.

{% hint style="success" %}
**Installation Complete**

After installation, check your server console for the "Anti-cheat system initialized successfully!" message.
{% endhint %}

{% hint style="info" %}
By using the following ACE\_Permission, you can whitelist the admin group for being interrupted&#x20;
{% endhint %}

```
add_ace group.admin FairShield.Bypass allow
```


---

# 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://fairshieldac.gitbook.io/farishieldac-docs/getting-started/installation-guide.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.
