Skip to content

Redash App

About

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

SSH tunnel

If your data source cannot be reached over the internet, you can setup a SSH tunnel. stunnel is another way to setup a TCP tunnel.

Admin access

The app is pre-setup with a admin account. To give admin access to other users, login as admin and add users to the admin group.

Alternately, use the Web terminal and run the following command:

    bin/run ./manage.py users grant_admin <email>

Login form

By default, the app allows user's to login via Cloudron LDAP and via email. Once you have made one or more Cloudron user's as Redash admins, the email login can be disabled. For this, use the File manager and add/edit a file /app/data/env and add the following line:

export REDASH_PASSWORD_LOGIN_ENABLED=false

Restart the app for changes to take effect.

If you want to login as admin again at some point, set the above value to true.