Lululla added a new file:
QuoteDisplay More[Release] Command Center – Run Telnet/Shell Commands on Enigma2
Command Center is a plugin for Enigma2-based receivers that allows you to execute system commands directly from your remote control. Commands are organized into categories, and you can see the live output on screen – no need for a PC or SSH terminal.
Features
- Predefined commands grouped by category (System Info, Process Management, Network, Package Management, Filesystem, Compression, Media, Enigma2 Specific, Screenshot, Utilities).
- Execute any command with a single button press.
- Live output monitor – view command output as it runs.
- Scrollable output area – review long results.
- Save output to /tmp/ for later analysis.
- Optional auto-scroll follows new output.
- Easy to extend – add your own commands by editing the COMMANDS dictionary.
Installation
- Copy the plugin folder to:
/usr/lib/enigma2/python/Plugins/Extensions/CommandCenter- Set permissions (if needed):
chmod 755 /usr/lib/enigma2/python/Plugins/Extensions/CommandCenter/plugin.py- Restart Enigma2 (GUI restart).
Usage
- Launch the plugin from the Extensions or Plugin menu.
- Choose a category (e.g., System Info, Network).
- Select a command – the status bar shows the command description.
- Press the green button (Run) to execute.
- Watch live output in the right panel.
- Use yellow (Clear) to erase output, blue (Save) to save to /tmp/, or the info button to see the command description.
- Red button (Back) returns to category list or exits.
How to Add Your Own Commands
Edit the
COMMANDSdictionary insideplugin.py. Each category is a key; the value is a list of tuples(command, description).Example:
text
Code"My Custom Category": [ ("echo Hello World", "Prints Hello World"), ("ls -la /tmp", "List content of /tmp") ]
Credits
- Plugin development and adaptation by Lululla.
- Thanks to the Enigma2 community.
License
GNU General Public License v3.0
Download
GitHub Repository – Command Center
Compatibility
Works on all Enigma2-based receivers (OpenPLi, OpenATV, OpenVision, Pure2, etc.).
Screenshots
(Add your screenshots here)
Support
For issues or feature requests, please open an issue on GitHub.
Or in this topic too.
Enjoy using Command Center!

