Next.js SSR runtime
Runtime type aware plans route provisioning through Node SSR-specific infrastructure steps.
NXHOSTER provisions Node SSR services through its native OpenLiteSpeed stack and surfaces exact deploy commands inside each service detail page.
1Provision app.<domain> (or existing app domain)
2Issue SSL for app domain
3Configure reverse proxy to 127.0.0.1:node_port
4Reserve node app path and PM2 app name
5Expose deploy commands in service details
git clone <repo> /home/admin/apps/<domain>
npm ci && npm run build
pm2 start ecosystem config
pm2 save and monitor logs
Validate HTTPS endpoint
Runtime type aware plans route provisioning through Node SSR-specific infrastructure steps.
Each app domain is proxied to localhost Node process ports with secure binding.
Service metadata includes PM2 app naming and deploy instruction templates for operators.
Provisioning records each step and allows retry from admin operations pages.
Use admin controls and provisioning logs to run multiple Node SSR services with repeatable deploy practices.