nodeadminonline-frontend
v1.0.8
Published
NodeAdmin frontend for Node.js hosting panel.
Maintainers
Readme
NodeAdmin Frontend
Frontend application for the NodeAdmin hosting panel. This package contains the Next.js admin interface, authentication pages, dashboard pages, settings UI, terminal screen, monitoring screens, and shared client utilities.
What is included
- Next.js app router structure under
app/ - Auth and dashboard flows
- Domain, database, FTP, backup, SSL, monitoring, and terminal UI screens
- Shared API helpers and theme configuration
Requirements
- Node.js 20+
- A running NodeAdmin backend API
- Correct frontend environment values for API access and cookies
Development
npm install
npm run devProduction build
npm install
npm run build
npm startRuntime notes
- The frontend expects the backend auth and CSRF endpoints to be reachable from the deployed site.
- The login page includes a direct GitHub link to the project repository.
- The full deployment flow with Apache and PM2 lives in the main repository scripts.
Repository
- Source: https://github.com/creatorsofcode/nodeadmin
- Contact: https://gravatar.com/creatorsofcode
- npm profile: https://www.npmjs.com/~creatorsofocode
Note
This package is part of the full NodeAdmin monorepo. For installation, provisioning, and server deployment details, use the main repository README.
