Site Configuration
/admin/config is your control panel for every tenant-level setting. It has a sidebar, a sticky save bar, and grouped sections, so 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 sections
| Section | What it controls |
|---|---|
| Site | Site name, maintenance mode, pagination, upload limits, default theme |
| Discover | Whether your community is listed on the public Discover catalog, plus its pitch and category |
| 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, transaction fees, sandbox toggle |
| SEO | Links to the SEO controls on Branding |
| Analytics | Links to the analytics controls on Branding |
| Custom Domain | Pro+ only. Map your own domain to your tenant |
| System | Environment values, AI model selection, recent changes, diagnostics |
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.
Intentional saves never trigger an "Are you sure you want to leave?" prompt.
Section search
Use the search box at the top of the sidebar to jump straight to a section. Type a few characters of any section name and pick it from the list.
Recent changes timeline
A drawer on the right shows the most recent config changes for this tenant. 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 tiles
The System section shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure.
- Audit log. Recent admin activity.
- iptables. Firewall ruleset status.
- Cron jobs. Last run for every scheduled job.
- Performance. Page response health.
- Security. Recent security signals.
- Email queue. Outbound mail backlog and last delivery.
Click any tile for a detailed view.
AI model selection (System section)
The System section 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 SEO and analytics live
SEO and analytics settings live on /admin/branding. The SEO and Analytics sections here link straight across. 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 the Tenant Super Admin role.
## Site Configuration `/admin/config` is your control panel for every tenant-level setting. It has a sidebar, a sticky save bar, and grouped sections, so 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 sections | Section | What it controls | |---|---| | Site | Site name, maintenance mode, pagination, upload limits, default theme | | Discover | Whether your community is listed on the public Discover catalog, plus its pitch and category | | 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, transaction fees, sandbox toggle | | SEO | Links to the SEO controls on Branding | | Analytics | Links to the analytics controls on Branding | | Custom Domain | Pro+ only. Map your own domain to your tenant | | System | Environment values, AI model selection, recent changes, diagnostics | 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. Intentional saves never trigger an "Are you sure you want to leave?" prompt. --- ## Section search Use the search box at the top of the sidebar to jump straight to a section. Type a few characters of any section name and pick it from the list. --- ## Recent changes timeline A drawer on the right shows the most recent config changes for this tenant. 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 tiles The System section shows live diagnostics. Each tile turns green when healthy, amber on warning, red on failure. - **Audit log.** Recent admin activity. - **iptables.** Firewall ruleset status. - **Cron jobs.** Last run for every scheduled job. - **Performance.** Page response health. - **Security.** Recent security signals. - **Email queue.** Outbound mail backlog and last delivery. Click any tile for a detailed view. --- ## AI model selection (System section) The System section 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 SEO and analytics live SEO and analytics settings live on `/admin/branding`. The SEO and Analytics sections here link straight across. 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 the Tenant Super Admin role.