Dashboard Setup

Documentation on how to setup Dashboard.

Hosting Dashboard or SelfHost Transcripts (Bot's Server Feature) on your Local Network (PC) is not recommended nor supported. You should always host bot on VPS or Bot Hosting.

To be able to use Dashboard you first need to edit configuration section for it:

  1. Find dashboard section & change enabled field to true

  2. Go to Discord Developer Portal - Click Here

  3. Click 'Copy' Button below Client ID and paste it into client_id field in dashboard section

  4. Click 'Reset' Button below Client Secret, copy Secret and paste it into client_secret field in dashboard section

  5. Go back to Discord Developer Portal and from 'OAuth2' Sidebar Section, click on 'General'

  6. Click 'Add Redirect' and for URL type the URL from url field (if it's Numerical IP make sure it has port at the end) and add /callback to the end

  7. Change jwt field to some strong password

  8. Now, just start bot and visit your dashboard by typing URL from url field into browser.

Last updated