Skip to content

Discord

Mubeen142 edited this page Jul 16, 2022 · 2 revisions

Discord Driver

  1. Go to Discord Developer Portal

  2. Click on "New Application" and enter an Application Name and click save

  3. Now open the newly made application, and go to the Oauth2 section like in the screenshot below

image

  1. Add a new Redirect URL and enter the following url to redirect to https://domain.com/auth/login/discord/redirect replace with your domain

  2. Click Save and Copy your Client ID, to see your Client Secret, you must click on "Reset Secret"

  3. Go to command-line and enter nano /var/www/pterodactyl/.env, paste in the following values

    DISCORD_CLIENT_ID= Enter ClientID
    DISCORD_CLIENT_SECRET= Enter Client Secret
    Save the file, and you're done.

Clone this wiki locally