Skip to content
Mubeen142 edited this page Jul 16, 2022 · 1 revision

Github Driver

  1. Create Oauth Application | Create and Retrieve Github Oauth2 credentials
  2. Enter https://domain.com/auth/login/github/redirect as your redirect - Make sure to replace with your own domain

image

  1. Go to command-line and enter nano /var/www/pterodactyl/.env, paste in the following values at the bottom of the file

    GITHUB_CLIENT_ID=Enter ClientID
    GITHUB_CLIENT_SECRET=Enter Client Secret
    Save the file, and you're done.

Clone this wiki locally