Resource folder
Place the Sky resource inside your FiveM resources directory. The resource folder should be named exactly sky_anticheat.
server-data/
└── resources/
└── [sky]/
└── sky_anticheat/
├── fxmanifest.lua
├── sky_license.lua
├── server.lua
├── client.lua
├── config.lua
└── html/
Add the server license
Download sky_license.lua from the correct server inside the Sky panel and place it in the resource root. A license belongs to one Sky server entry.
Start Sky
Add this to server.cfg:
ensure sky_anticheat
Do not overwrite runtime data during updates
Keep customer-specific data
Do not replace sky_license.lua or runtime JSON/data files when applying a code-only update unless the update instructions explicitly tell you to.
