Back to documentation

Garry's Mod installation

Guide to install the Flitt addon on a GMod server and enable log reporting.

📦

1. Drop the addon

The addon downloaded from the dashboard is an auto-updater that fetches the latest version from our site and runs it automatically.

Copy the folder into addons/, then restart the server.

🔑

2. Configure credentials

If you downloaded the addon from the panel, credentials are already filled. You don't need to change anything.

If you reset the API key, configure it directly in lua/autorun/server/flitt.lua:

local API_KEY = "{API_KEY}"
local SERVER_ID = "{SERVER_ID}"

If your API key or server ID changes, update this file. The auto-updater handles the rest.

📊

3. Supported logs

bLogs / GAS

DarkRP, ULX and addon logs

Helix

Helix logs via ix.log

Custom addons

Via the custom logs API

4. Verify installation

1.Restart the server
2.Watch the console for Flitt messages
3.Check the dashboard for stats/logs
⚠️

Need help?

If you run into issues, check the Troubleshooting section or open a support ticket.