General settings allow you to configure instance-wide options that affect all users in your Metabase. Access these settings by clicking the grid icon in the upper right, then navigating to Admin > Settings > General.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/metabase/metabase/llms.txt
Use this file to discover all available pages before exploring further.
Site configuration
Site name
Define how you’d like to refer to this instance of Metabase. This name appears throughout the interface and in email notifications.Site URL
The site URL is only configurable for self-hosted Metabases. For Metabase Cloud customers, use Custom domains instead.
http:// or https://) to ensure proper connectivity.
Redirect to HTTPS
By default, Metabase is served over HTTP. You can force all traffic to use HTTPS via redirect. When enabled, users enteringhttp://example.com/data will automatically be redirected to https://example.com/data.
User experience settings
Custom homepage
Admins can designate a dashboard to serve as the homepage for your organization.If users lack permissions to view the selected dashboard, Metabase will redirect them to the default homepage instead.
Email address for help requests
This email address is displayed throughout Metabase when users need admin assistance, such as:- Password reset requests
- Permission issues
- Account creation questions
Data and display options
Friendly table and field names
How friendly names work
How friendly names work
By default, Metabase transforms database field names for better readability. For example,
somehorriblename becomes Some Horrible Name.Limitations:- Works best for English language databases
- May not handle abbreviations or codes well
- Not recommended for non-English languages
- Table Metadata editor
- Models for curated metadata
Reporting timezone
Set the default timezone for displaying dates and times across all reports. This affects:- Question results
- Dashboard visualizations
- Scheduled reports
- Timestamps in exports
Feature toggles
Enable X-rays
X-rays provide automatic summary statistics for your data.Anonymous tracking
Control whether anonymous usage data is sent to Metabase to help improve the product.Your database data is never tracked or sent. Only anonymous usage statistics about Metabase features are collected. Learn more about information collection.
Security settings
Allowed domains for iframes in dashboards
Control which external domains can be embedded as iframes in dashboard cards.Understanding domain vs subdomain restrictions
Understanding domain vs subdomain restrictions
Domain-level allowlisting (e.g.,
example.com):- Allows iframes from
example.comand all subdomains - Permits
data.example.com,docs.example.com, etc.
data.example.com):- Restricts iframes to only that specific subdomain
- Blocks
example.comand other subdomains likedocs.example.com
Configuration examples
- ✅ Allows:
data.example.com,docs.example.com - ❌ Blocks:
example.com,api.example.com, all other domains
Separate multiple domains with commas and no spaces.
Best practices
Configure site URL first
Set your site URL before configuring email or SSO to ensure proper redirect URLs
Related settings
- Email configuration - Set up SMTP for notifications
- Authentication - Configure SSO and login options
- Permissions - Control data access
- Caching - Optimize query performance