Get Started

Introduction

Welcome to the official documentation for Solar Anticheat — a premium, server-authoritative FiveM anticheat with 200+ detection methods, anti-bypass hardening, and a live web dashboard. These docs cover installation, the console & chat commands, and the full server-side export API your own resources can call.
Every export documented here is server-side and every command is either console-only or server-authorized — so a cheater running code on the client cannot invoke any of them. Call exports from a server script using your install's resource name (default SolarAC).

How Solar is structured

  • Resource — a single FiveM resource (default folder name SolarAC) you start first so its protection covers everything loaded after it.
  • License — your key lives in the bundled .license file. No config.lua editing is required to license a build.
  • Dashboard — the web panel at solar-anticheat.com is the source of truth for bans, detections, config, and admins.

New here? Start with Installation, then learn how to call exports.