Console Chips
Add compact quick-command chips directly under the Pterodactyl console input.
Designed for administrators who frequently execute the same console commands.
Features
- Quick command chips under console input
- Add custom chip names and commands
- One-click command execution
- Delete saved chips instantly
- Copy all saved commands with one click
- Per-server saved commands
- Local browser storage
- Lightweight and fast
- No database usage
- No core file modifications
- Compact native UI style
- Automatic English and Russian translations
- Blueprint compatible
Usage
- Open any server console
- Click + Add
- Enter chip name and command
- Save and use instantly
Managing Chips
- Click a chip to instantly send its command
- Click the × icon on a chip to delete it
- Click Copy to copy all saved commands for the current server
- Chips are automatically saved per-server in browser localStorage
Reset / Remove Saved Chips
Saved commands are stored in your browser localStorage.
To fully remove all saved chips:
- Press F12
- Open the Console tab
- Execute:
Code:
Object.keys(localStorage)
.filter(k => k.startsWith('consolechips'))
.forEach(k => localStorage.removeItem(k))
Refresh the page afterwards.
Languages
- English
- Russian
Installation
Bash:
blueprint -install consolechips.blueprint
Bash:
cd /var/www/pterodactyl
php artisan view:clear && php artisan cache:clear
Compatibility
- Blueprint Framework
- Pterodactyl Panel
- All server types
Author
extm.exe
Discord: extm.exe
