Quick start
The condensed path from an active license to a live, protected server. Prefer the full version? Installation explains every step in detail.
oxmysql, and access to server.cfg with the ability to restart.The 6 steps
- 1Download the resource
Open Profile and click Download. You'll get
baobab.zip. - 2Drop it into your server
Extract it so the folder is
resources/[twiste]/baobab. Keep the namebaobabexactly - avoid a nestedbaobab/baobab. - 3Create your server in the panel
Go to Servers → New server. Pick a Server ID (e.g.
my-server-01), which labels it in the panel only. On creation you get an API Key and an HMAC Secret - copy them now, they're shown only once. - 4Wire up server.cfg
Add your API key and load the resource right after your framework core. The key alone identifies your server, so there is nothing else to copy:
server.cfg# Baobab AC credentials (from the panel) - use set, never setr (server-only; keeps your key off clients) set ac_api_key "YOUR_API_KEY" # Load order - baobab right after oxmysql and your framework core ensure oxmysql ensure your_framework_core ensure baobab # ...the rest of your resources - 5Restart and check the console
Restart the server. You should see baobab boot and report online. Then open your dashboard.
- 6
Going live
Once you've watched the alerts for a session and trust the signal, flip enforcement on:
observe- everything is detected and logged, nothing is enforced. Great for calibration.enforce- detections can kick/ban according to your module settings.
Still stuck?
If this page did not answer your question, ask on Discord or write to us. Both reach the people who build Baobab AC.
New to the product? Start with the overview: RedM anticheat, detections and panel on a single page.