Site Configuration
The admin config panel at /admin/config controls all tenant-level settings across five tabs.
Site Tab
- Maintenance mode — take the site offline for all non-admins with a custom message
- Site name — the community's display name (appears in navbar, emails, page titles)
- Pagination — items per page for forums, files, and other listings
- Upload limits — maximum file size for uploads
- Default theme — the theme new users start with
Access Tab
- Registration — open, invite-only, or closed
- Email verification — require email verification before posting
- Age gate — minimum age requirement
- IP banning — manage banned IP addresses
Features Tab
Toggle suite products on/off for this tenant:
- mobieusHelp — help desk and ticketing
- mobieusLearn — courses and LMS
- mobieusKnow — community knowledge base
Each product can be independently enabled or disabled. Only products that the platform admin has granted to your tenant's plan will appear here.
Payments Tab
- Stripe configuration — connect your Stripe account (test or live mode)
- Publishable and secret keys — stored encrypted at rest
- Webhook secret — for receiving Stripe events
- Mode toggle — switch between sandbox (test) and live mode with typed confirmation
Advanced Tab
- Environment variables — view and edit select configuration values
- Custom CSS — inject custom styles into the site
- Custom domain — configure a custom domain for your community (Pro tier and above)
## Site Configuration The admin config panel at `/admin/config` controls all tenant-level settings across five tabs. ### Site Tab - **Maintenance mode** — take the site offline for all non-admins with a custom message - **Site name** — the community's display name (appears in navbar, emails, page titles) - **Pagination** — items per page for forums, files, and other listings - **Upload limits** — maximum file size for uploads - **Default theme** — the theme new users start with ### Access Tab - **Registration** — open, invite-only, or closed - **Email verification** — require email verification before posting - **Age gate** — minimum age requirement - **IP banning** — manage banned IP addresses ### Features Tab Toggle suite products on/off for this tenant: - **mobieusHelp** — help desk and ticketing - **mobieusLearn** — courses and LMS - **mobieusKnow** — community knowledge base Each product can be independently enabled or disabled. Only products that the platform admin has granted to your tenant's plan will appear here. ### Payments Tab - **Stripe configuration** — connect your Stripe account (test or live mode) - **Publishable and secret keys** — stored encrypted at rest - **Webhook secret** — for receiving Stripe events - **Mode toggle** — switch between sandbox (test) and live mode with typed confirmation ### Advanced Tab - **Environment variables** — view and edit select configuration values - **Custom CSS** — inject custom styles into the site - **Custom domain** — configure a custom domain for your community (Pro tier and above)