mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
ffb623dd16f546e8f79fb60f42a7fb4c0a8a89ca
- system.php: add sudo to all systemctl/apt-get calls (www-data runs as non-root) - system.php: flush command for postfix uses postqueue -f - system.php: save-option writes web_server to config.ini so VhostManager picks it up - databases.php: list endpoint supports admin (no account_id), defaults db type to active_db_engine setting - nova.js: add Nova.loading() / Nova.loadingDone() spinner overlay - admin.js: adminServiceAction shows loading overlay + optimistic badge update - admin.js: phpInstallVersion, dbEngineAction, docker install, OS/NovaCPX update all show loading overlay - WordPressManager.php: fix Database::getInstance() -> DB::getInstance()->pdo() - DockerManager.php: fix install to write script file and sudo bash (no interactive terminal)
NovaCPX Documentation
NovaCPX is an open-source Linux web hosting control panel with three-tier management (Admin → Reseller → User).
Documents
| Guide | Audience | Description |
|---|---|---|
| Installation Guide | Server admins | Requirements, installer usage, file layout, auto-deploy setup |
| Admin Guide | Server admins | All admin panel features: accounts, DNS, mail, security, Docker, notifications |
| Reseller Guide | Resellers | Creating and managing customer accounts, white-label branding |
| User Guide | End users | Files, email, databases, FTP, DNS, SSL, cron, Docker |
| API Reference | Developers | Full REST API documentation for all endpoints |
Quick links
- Admin panel:
https://<server>:8882 - Reseller panel:
https://<server>:8881 - User panel:
https://<server>:8880 - Webmail:
https://<server>:8883
Source
GitHub: myronblair/novacpx
Description
Languages
JavaScript
50.6%
PHP
41.3%
Shell
5.7%
CSS
2.4%