DriveXBackup Standalone | DriveXBackup

DriveXBackup Standalone
Drive backups for Pterodactyl

---

✅ What this does
- Adds a DriveXBackup tab in the server panel
- Adds an Admin page under GOOGLE BACKUP → Config & Insight
- Supports OAuth login per-user (no shared tokens)
- Scheduled + manual backups

✅ Requirements
- Pterodactyl Panel installed
- Root access
- Internet access (installer auto-installs missing deps)

✅ Install (one command)

unzip -o drivexbackup-standalone.zip -d /tmp/drivexbackup
bash /tmp/drivexbackup/drivexbackup/install.sh /var/www/pterodactyl

✅ Google OAuth Setup

1. Create OAuth client in Google Cloud
2. Add redirect URI:

http://YOUR_DOMAIN_OR_IP/drivexbackup/callback

3. Open Admin → GOOGLE BACKUP → Config & Insight
4. Paste Client ID + Client Secret

✅ Where it appears

- Admin page: /admin/drivexbackup
- Server page: /server/:id/drivexbackup
- Callback: /drivexbackup/callback

———

Troubleshooting

- If the client page is blank:

NODE_OPTIONS=--openssl-legacy-provider yarn build:production
php artisan optimize:clear

- Make sure your queue worker + cron are running.
Top