Site Configuration
/admin/config is your control panel for every tenant-level setting. The v3 redesign ships with a sidebar, sticky save bar, and 8 grouped sections. You always know what changed and you never lose work.
For SEO, analytics, and brand identity, see Branding & Appearance. For AI model selection and per-feature overrides, see AI Model & Cost Control. For the AI Community Manager itself, see AI Community Manager.
The 8 sections
| Section | What it controls |
|---|---|
| Site | Site name, maintenance mode, pagination, upload limits, default theme |
| Members | Registration, email verification, age gate, profile rules |
| Suite | Per-product toggles for mobieusHelp and mobieusLearn |
| Features | Feature flags (gated by your plan), including AI sub-flags |
| Content | Forums, threads, posts, files, photos defaults |
| Commerce | Stripe keys, payout rules, sandbox toggle |
| System | Environment values, AI model selection, cron status, diagnostics |
| Custom Domain | Pro+ only. Map your own domain to your tenant |
Each section has its own dirty badge so you can see at a glance what has unsaved changes.
Sticky save bar
The save bar pins to the bottom of the viewport. It shows:
- Dirty count. Number of fields you have edited but not saved.
- Jump to next dirty. Scrolls you to the next field that needs saving.
- Discard. Reverts every dirty field to its saved value.
- Save. Writes every dirty field in one transaction.
Saves are atomic. Either every dirty field commits or none do. You never end up with a half-saved config.
The save handler suppresses the browser's beforeunload dialog. Intentional saves never trigger "Are you sure you want to leave?" prompts.
Keyboard shortcut
Press / from anywhere on /admin/config to open the fuzzy section search. Type 2 or 3 characters of any section name and press Enter to jump there.
The shortcut ignores keystrokes inside text inputs, so it never interferes with typing.
Recent changes timeline
A drawer on the right shows the last 20 audit-log entries for this tenant's config. Each entry has:
- Field. Which setting changed.
- Old value to new value. What it changed from and to.
- Who. The admin who made the change.
- When. Time ago, with full timestamp on hover.
Click any entry to scroll to that field and highlight it.
Diagnostics tile grid
The bottom of the page shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.
- Database. Connection, replication lag, slow query count.
- Cron. Last run for every scheduled worker.
- Mail. Outbound queue size and last delivery.
- Queue. Worker count and pending jobs.
- Cache. Hit rate over the last hour.
- Storage. Disk used and free for uploads.
Click any tile for a detailed view.
AI model selection (System section)
The System section now includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See AI Model & Cost Control for the full pricing table and per-feature overrides.
Where settings moved
SEO and analytics used to live on /admin/config. They now live on /admin/branding. Old links like /admin/config?tab=crawlers redirect to /admin/branding?tab=seo so existing bookmarks still work.
See:
- Branding & Appearance for SEO, analytics, logo, theme, white label
- SEO Tab for GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh
- Analytics Tab for GA4, GTM, Plausible, Fathom, PostHog
Access
Requires Tenant Admin role or higher. Tenant Super Mods can view but not edit.
## Site Configuration `/admin/config` is your control panel for every tenant-level setting. The v3 redesign ships with a sidebar, sticky save bar, and 8 grouped sections. You always know what changed and you never lose work. For SEO, analytics, and brand identity, see [Branding & Appearance](/know/branding-and-appearance). For AI model selection and per-feature overrides, see [AI Model & Cost Control](/know/admin-config-ai-model). For the AI Community Manager itself, see [AI Community Manager](/know/admin-automation-engine). --- ## The 8 sections | Section | What it controls | |---|---| | Site | Site name, maintenance mode, pagination, upload limits, default theme | | Members | Registration, email verification, age gate, profile rules | | Suite | Per-product toggles for mobieusHelp and mobieusLearn | | Features | Feature flags (gated by your plan), including AI sub-flags | | Content | Forums, threads, posts, files, photos defaults | | Commerce | Stripe keys, payout rules, sandbox toggle | | System | Environment values, AI model selection, cron status, diagnostics | | Custom Domain | Pro+ only. Map your own domain to your tenant | Each section has its own dirty badge so you can see at a glance what has unsaved changes. --- ## Sticky save bar The save bar pins to the bottom of the viewport. It shows: - **Dirty count.** Number of fields you have edited but not saved. - **Jump to next dirty.** Scrolls you to the next field that needs saving. - **Discard.** Reverts every dirty field to its saved value. - **Save.** Writes every dirty field in one transaction. Saves are atomic. Either every dirty field commits or none do. You never end up with a half-saved config. The save handler suppresses the browser's beforeunload dialog. Intentional saves never trigger "Are you sure you want to leave?" prompts. --- ## Keyboard shortcut Press `/` from anywhere on `/admin/config` to open the fuzzy section search. Type 2 or 3 characters of any section name and press Enter to jump there. The shortcut ignores keystrokes inside text inputs, so it never interferes with typing. --- ## Recent changes timeline A drawer on the right shows the last 20 audit-log entries for this tenant's config. Each entry has: - **Field.** Which setting changed. - **Old value to new value.** What it changed from and to. - **Who.** The admin who made the change. - **When.** Time ago, with full timestamp on hover. Click any entry to scroll to that field and highlight it. --- ## Diagnostics tile grid The bottom of the page shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure. - **Database.** Connection, replication lag, slow query count. - **Cron.** Last run for every scheduled worker. - **Mail.** Outbound queue size and last delivery. - **Queue.** Worker count and pending jobs. - **Cache.** Hit rate over the last hour. - **Storage.** Disk used and free for uploads. Click any tile for a detailed view. --- ## AI model selection (System section) The System section now includes a model picker. Pick which Claude model your AI features use. Cheaper models cost less per token but produce shorter or simpler drafts. See [AI Model & Cost Control](/know/admin-config-ai-model) for the full pricing table and per-feature overrides. --- ## Where settings moved SEO and analytics used to live on `/admin/config`. They now live on `/admin/branding`. Old links like `/admin/config?tab=crawlers` redirect to `/admin/branding?tab=seo` so existing bookmarks still work. See: - [Branding & Appearance](/know/branding-and-appearance) for SEO, analytics, logo, theme, white label - [SEO Tab](/know/admin-branding-seo) for GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh - [Analytics Tab](/know/admin-branding-analytics) for GA4, GTM, Plausible, Fathom, PostHog --- ## Access Requires Tenant Admin role or higher. Tenant Super Mods can view but not edit.