# Panel

## Access

Grant the ACE permission to your admin group in `server.cfg`:

```cfg
add_ace group.admin command.trucker allow
```

The server console (`source = 0`) always passes the check. Finer-grained ACEs exist for individual areas. See [Admin commands](/jobs/trucker/commands).

## Sections

| Section       | What you can do                                                                                                     |
| ------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Orders**    | Create/edit/clone/delete contracts with a live tablet preview.                                                      |
| **Business**  | Manage exclusive single-driver business orders.                                                                     |
| **Depots**    | Place pickup/drop depots, parking, crate & pallet spots in-game.                                                    |
| **Vehicles**  | Define the vehicle catalogue: class, capacity, rental price.                                                        |
| **Promos**    | Create and manage promo codes.                                                                                      |
| **Quests**    | Configure the daily & weekly quest pools and how many are shown.                                                    |
| **Skills**    | Edit the three skill trees and their perks.                                                                         |
| **Players**   | Inspect online players and adjust XP / SP / level.                                                                  |
| **Companies** | View and moderate every company.                                                                                    |
| **Settings**  | Live runtime config: debug, locale, command, progression, Discord logging, and the database **danger zone** (wipe). |

## Settings → Danger zone

The bottom of **Settings** holds the **Wipe database** action. It drops every `koja-trucker-*` table, recreates the empty schema and clears in-memory state. It requires typing a confirmation phrase and is **irreversible**.

## Related pages

- [Logs](/jobs/trucker/configuration/admin/logs) — Koja Trucker posts clean Discord embeds for key events across four channels, plus an anti-cheat channel for suspicious activity.
- [Admin](/jobs/trucker/configuration/admin) — back to the section overview
