Dashboard Setup
Documentation on how to setup Dashboard.
Hosting Dashboard (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:
Find
dashboard
section & changeenabled
field totrue
Go to Discord Developer Portal - Click Here
Click 'Copy' Button below
Client ID
and paste it intoclient_id
field indashboard
sectionClick 'Reset' Button below
Client Secret
, copy Secret and paste it intoclient_secret
field indashboard
sectionGo 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 endChange
jwt
field to some strong passwordNow, just start bot and visit your dashboard by typing URL from
url
field into browser.
Last updated