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).Querying Bans
Check the dashboard ban state for any player or identifier set.
Whitelisting
Grant short trust windows so admin / framework actions never false-flag.
Punishments
Kick, ban, or warn players from your scripts — bans sync to the dashboard.
Commands
Every console & in-game command Solar ships, and how to use them.
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
.licensefile. Noconfig.luaediting 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.