
內容簡介
Package Installator 讓 WordPress 管理員可直接在控制台中,透過 SSH 連線管理伺服器層級的系統套件(如 PHP 擴充模組),提供 React 介面與即時安裝回饋,簡化伺服器維運流程。
【主要功能】
• 透過 SSH 在控制台安裝或移除 PHP 擴充套件
• React 介面含搜尋功能與動態進度條
• 支援 SSH 私鑰與密碼兩種驗證方式
• AJAX 即時回傳套件狀態與指令紀錄
• 可展開檢視每項操作的原始指令輸出
• SSH 連線狀態視覺化指示燈
外掛標籤
開發者團隊
原文外掛簡介
Package Installator empowers WordPress administrators to manage system-level packages, such as PHP extensions, directly from the WordPress admin dashboard. It features a modern, React-based interface with a searchable table, animated progress bars, and detailed command output for installing and uninstalling packages via SSH.
Key Features
Customizable Automation Catalog: Designed for full extensibility, the plugin allows anyone to fork our Official Playbook Repository to learn from its README how the manifest.json is parsed and how to structure custom .yml files, enabling you to define exactly which playbooks appear in your dashboard by simply linking your own repository.
Ansible Orchestrator (New): Run complex playbooks in the background with real-time log streaming.
Docker Integration: List, start, stop, and restart containers securely.
Modern UI: React-based interface with live feedback and terminal-like consoles.
SSH Integration: Secure connections using private keys or passwords.
Important Note: Currently compatible with all Linux distributions (Red Hat, Fedora, Arch, etc.) with tools like yum, dnf, and pacman.
Dependencies
Includes all dependencies: React, Axios, React-Select, phpseclib3.
No Composer or npm required.
⚠️ Avertissements de sécurité très importants
Ce plugin exécute des commandes root via SSH depuis WordPress.
Une vulnérabilité (XSS, vol de session, compte admin compromis) pourrait permettre une prise de contrôle totale du serveur.
N’utilisez PAS en production sans :
HTTPS forcé
2FA sur tous les comptes admin
Restriction IP sur l’admin WP
Liste blanche stricte des commandes autorisées
Sauvegardes régulières (fichiers + base)
Testez uniquement sur staging au début.
1.1.0 – December 2025
Full internationalization (i18n) support with French and English translations
Command history logging with database table
Non-interactive root command executor
Improved session handling and security
Updated for WordPress 6.9 compatibility
1.0.0
Initial release with React UI, SSH package management, and support for Debian-based systems.
Features animated progress bars, expandable command output, and SSH status indicators.
Arbitrary Section
Future Plans
Support for Red Hat, Fedora, Arch, and other Linux distributions.
Enhanced error handling and user feedback.
Real-time log streaming for long-running operations.
Support for additional package managers (yum, dnf, pacman).
Contact
For contributions or issues, contact Tlloancy at [[email protected]].
