Dashboard Setup
Documentation on how to setup Dashboard.
Last updated
Was this helpful?
Documentation on how to setup Dashboard.
Last updated
Was this helpful?
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:
Do
Find dashboard
section & change enabled
field to true
Go to Discord Developer Portal -
Click 'Copy' Button below Client ID
and paste it into client_id
field in dashboard
section
Click 'Reset' Button below Client Secret
, copy Secret and paste it into client_secret
field in dashboard
section
Go back to Discord Developer Portal and from 'OAuth2' Sidebar Section, click on 'General'
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
Change jwt
field to some strong password
Now, just start bot and visit your dashboard by typing URL from url
field into browser.