Skip to content

How to setup the dashboard? (localhost version) #384

Answered by Androz2091
Androz2091 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋

Here is a step-by-step tutorial to learn how to launch the dashboard on your computer. If you want to use a custom domain name (like dashboard.my-awesome-bot.com), use this tutorial instead. Here the URL will be http://localhost:8080 and only you will be able to access it.

Step 1 : edit the config file 🔧

So, first of all, edit the dashboard part of your config file so it looks like this:

dashboard: {
		enabled: true,
		baseURL: "http://localhost:8080",
		port: 8080,
		failureURL: "https://atlanta-bot.fr",

        // read below to learn how to edit these values
		logs: "",
		secret: "",
		expressSessionPassword: "",
},
  • secret should be your client secret. It can be found at https…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@iNOEEL
Comment options

@Androz2091
Comment options

@Aayush-683
Comment options

@minster586
Comment options

@PHPxCODER
Comment options

Answer selected by Androz2091
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet