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

WHMCS Driver

  1. Create and Retrieve WHMCS Oauth2 credentials
  2. Enter https://domain.com/auth/login/whmcs/redirect as your redirect - Make sure to replace with your own domain
  3. Go to command-line and enter nano /var/www/pterodactyl/.env, paste in the following values at the bottom of the file

    WHMCS_CLIENT_ID=Enter ClientID
    WHMCS_CLIENT_SECRET=Enter Client Secret
    WHMCS_URL=https://example.com
    Save the file, and you're done.
Clone this wiki locally