> ## Documentation Index
> Fetch the complete documentation index at: https://www.anxscripts.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Escrow Errors

> Solutions to common FiveM escrow errors.

## Common Issues

### Syntax error near \<\1>

```
[script:resource-name] Error parsing script @resource-name/server/script-file.lua:1: syntax error near '<\1>'
[c-scripting-core] Failed to load script server/script-file.lua.
```

FileZilla often corrupts encrypted files during transfer. Switch to [WinSCP](https://winscp.net/eng/download.php) and re-upload your resource. Also ensure you're running the latest server artifacts.

<Columns cols={3}>
  <Card title="WinSCP" icon="server" href="https://winscp.net/eng/download.php" />

  <Card title="Linux Artifacts" icon="linux" href="https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/" />

  <Card title="Windows Artifacts" icon="windows" href="https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/" />
</Columns>

### Missing entitlement

```
You lack the required entitlement to use <resource-name>
```

Resources are tied to the FiveM account used during purchase. Your server key must belong to the same account. Try restarting first. If that doesn't work, verify the server key matches your purchase account or request a one-time transfer.

### Failed to verify protected resource

```
[svadhesive] Failed to verify protected resource <resource-name>
```

Restart your server after installing a new resource. If the issue persists, FileZilla may have corrupted files during upload. Use [WinSCP](https://winscp.net/eng/download.php) instead and re-upload the resource.
