How to setup the dashboard? (localhost version) #384
-
How to setup the dashboard to make it run on my computer locally (without a domain)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
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 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: "",
},
Once your config file is updated, restart your bot. Step 2 : configure your discord appThis is the last step of the tutorial, and it is really easy. Go to your discord developer dashboard (https://discord.dev) and edit your application settings.
Congratulations, you did it 🎉Congratulations, you now have your dashboard hosted on your computer! You can access it here: If you need more help, we are available on Discord to help you https://www.atlanta-bot.fr/discord. And if you want more tutorials you can add a star to this repository ⭐ Add a star ⭐ |
Beta Was this translation helpful? Give feedback.
-
What can we do if we host it on pterodactyle |
Beta Was this translation helpful? Give feedback.
-
hello @Androz2091 the code doesnt work anymore |
Beta Was this translation helpful? Give feedback.
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 behttp://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: