MultiWeb is a multi-tenant mode for WebJET CMS. A single installation serves multiple independent domains. From the outside each domain appears to be a completely separate WebJET CMS installation, with its own web pages, users, templates, and settings.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/webjetcms/webjetcms/llms.txt
Use this file to discover all available pages before exploring further.
How MultiWeb works
One domain is designated the control domain (the first one created). The control domain provides access to global settings that affect all tenants — configuration variables, translation keys, HTTP headers, audit logs, automated tasks, and so on. These global management features are not visible in individual tenant domains. Each tenant domain has its own:- Web page tree
- Users and user groups
- Templates (filtered to the folders of that domain)
- Domain redirects (restricted to the current domain)
- Media groups (filtered to folders within the domain)
The control domain should not contain a real public website. It is used exclusively for global administration.
Restrictions
MultiWeb installations have the following restrictions compared to a standard single-domain setup: Web pages- Media groups show only groups whose folder rights are set to folders in the current domain. Newly added media groups automatically receive rights to the root folders of that domain.
- Domain redirects show only redirects pointing to the current domain.
- The template list shows only templates that have access set to folders of the currently displayed domain. When a new template is created without explicit access rights, WebJET automatically assigns access to the root folders of the current domain.
- Template groups shows only those used by the current domain’s templates.
- Each domain has its own user list.
- A user without folder restrictions has the domain’s root folders applied internally during permission checks.
Features available only in the control domain
The following sections and features are only available when logged in through the control domain:- Home — Audit, Server monitoring
- Applications — GDPR (regular expressions and data erasure), Bulk Email domain limits
- Users — User groups, Groups of rights
- Control panel — Configuration, Translation keys, HTTP headers, Data deletion, Automated tasks, WebJET CMS update, Restart
Setting up MultiWeb
Prerequisites
- Templates must be configured for multi-domain support. See the frontend template setup documentation for details.
- Plan your domain aliases before creating domains. An alias simplifies moving a site from a staging domain to a production domain.
Creating a domain alias
For each domain, create an alias using a configuration key in the formatmultiDomainAlias:DOMAIN-NAME. The value should be a short identifier without spaces, www, or domain suffixes — for example companyname. The alias is used to locate template files and customized application files.
Adding a new domain
New domains are currently added by inserting database records directly. ReplaceDOMAIN-NAME with the actual domain name in the SQL below:
- Log in to the control domain and go to Control Panel → Cache Objects and click Delete all, or
- Restart the application server.
Rights management across domains
Each domain has its own user list. A user in one domain does not automatically have access to other domains. Users log in through their own domain’s admin interface. When a user has no explicit folder restrictions, WebJET internally applies the domain’s root folders as the boundary for permission checks. To grant a tenant domain user special access to control-domain features (without giving them access to the control domain itself), set:<USERID> with the numeric user ID.
