1. Download and Upload
You can download the extension files from one of the following sources:- From SourceXchange: Download Pterodactyl Livechat Extension
- From Ricardoneud.com: Download Pterodactyl Livechat Extension
2. Register Livechat Routes
Open/routes/admin.php
in your Pterodactyl installation and add the following route group:
3. Add Livechat Menu Item
Open/resources/views/layouts/admin.blade.php
and add this menu item:
4. Register Livechat API Routes
Open/app/Providers/RouteServiceProvider.php
and add this inside the map
method or where routes are grouped:
5. Load Livechat Script on Frontend
Open/resources/scripts/components/elements/PageContentBlock.tsx
and add the following useEffect
hook:
useEffect
that sets the document title: