Overview
For self-hosted Teable instances, the Standalone Dashboard feature is disabled by default. Follow the steps below to enable it.Steps
Step 1: Execute SQL Statement
Connect to the PostgreSQL database used by Teable and execute the following SQL statement to setdisallowDashboard to false:
Step 2: Clear the Setting Table Cache
After executing the SQL, you need to clear thesetting table cache for the configuration to take effect.
Since there is no direct cache-clearing entry point, you can trigger a cache refresh by toggling any instance setting option. For example:
- Go to Admin Panel > Instance Settings
- Enable the email verification option
- Disable the email verification option again
The purpose of this step is to trigger a cache refresh of the setting table. Simply toggling any setting option is sufficient — you don’t need to permanently change any configuration.