mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
af9f1b8f434f583844818a0ac2c7de0cdc12cc2d
- Fix accounts list always showing empty: Response::paginate() returns data as res.data (array), not res.data.accounts — fix all 9 call sites in admin.js - Replace blocking apply-os-update with background job + terminal modal: start-os-update runs apt-get as nohup subprocess with sudo, writes to /tmp log file; os-update-status polls log and done-file; admin.js shows scrolling terminal modal that auto-closes when complete - Fix OS update: was running apt-get without sudo (www-data lacks root) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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%