<b>🧩 Pterodactyl SSO</b>
Seamless Single Sign-On for Pterodactyl – No compromises, just secure access.🚀
Why settle for limited add-ons when your Pterodactyl Panel can do it natively?✔
One-click login – No extra passwords, just secure SSO integration.
✔
Full panel access – No missing features or stripped-down functionality.
✔
Centralized control – Manage users effortlessly with unified authentication.
Because your server dashboard shouldn’t need duct-taped solutions.<b>⚡ Installation Guide</b>
<b>Step 1: Install the SSO Extension</b>
- <b>Download</b> the extension files.
- <b>Extract the ZIP</b> and place it in: /var/www/paymenter/extensions/Servers/
<b>Step 2: Set Up Laravel SSO</b>
Run the following commands
inside your Pterodactyl Panel:
r
1. <code class="bg-gray-100 dark:bg-gray-800 px-1.5 py-0.5 rounded text-sm font-mono">composer require wemx/sso-pterodactyl</code>
2. <code class="bg-gray-100 dark:bg-gray-800 px-1.5 py-0.5 rounded text-sm font-mono">php artisan vendor:publish --tag=sso-wemx</code>
3. <code class="bg-gray-100 dark:bg-gray-800 px-1.5 py-0.5 rounded text-sm font-mono">php artisan wemx:generate</code>
📌
Copy the generated SSO key and paste it into your
Paymenter Settings.
🔗
GitHub:
WemxPro/sso-pterodactyl<b>✅ Previews</b>

Final NoteOnce this extension is installed, users can log in to the panel with a single click. By selecting
"Manage Server", the program will automatically redirect the user to their server without requiring them to manually log in or enter a password.
The code includes both fallback mechanisms and security features. Notably, if the extension detects that the user has admin privileges on the Pterodactyl panel, it will disable the automatic login and redirect them to the standard login page for security reasons.