mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
537d52dafa4e761c32f39eb66db320c087651331
- Enforce portal role isolation: admin/reseller/user can only auth on their own port - Admin/reseller impersonation: Login As with cookie handoff + Return banner in user panel - Account ownership: admin can reassign accounts to resellers, DNS NS follows - accounts/update: ownership change cascades package + NS to new owner - users.php endpoint: admin list/filter by role (reseller dropdown) - Docker launch fix: uDockerUpdateParams defined before call - Nova.loading() spinners: login, SSL, PHP switch/save, backup create, docker launch/actions - Logo consistency: gradient CPX text on all login pages, novacpx_logo_html() in all sidebars - BackupManager: fix DB class name, table name, column name - DNSManager: fix settings keys (ns1_hostname/ns2_hostname) - docker.php: resolve account_id from user uid for all actions - Auth: impersonate sets cookie + stores return_token for seamless round-trip 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%