Node SSR Hosting

Host Next.js SSR apps with PM2 and reverse proxy automation

NXHOSTER provisions Node SSR services through its native OpenLiteSpeed stack and surfaces exact deploy commands inside each service detail page.

Provisioning sequence
Node SSR path executed when runtime_type is node_ssr.

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

Deploy operations
Customer receives copy/paste commands in dashboard.

git clone <repo> /home/admin/apps/<domain>

npm ci && npm run build

pm2 start ecosystem config

pm2 save and monitor logs

Validate HTTPS endpoint

Next.js SSR runtime

Runtime type aware plans route provisioning through Node SSR-specific infrastructure steps.

OpenLiteSpeed reverse proxy

Each app domain is proxied to localhost Node process ports with secure binding.

PM2 process model

Service metadata includes PM2 app naming and deploy instruction templates for operators.

Queue-backed reliability

Provisioning records each step and allows retry from admin operations pages.

Need enterprise SSR operations?

Use admin controls and provisioning logs to run multiple Node SSR services with repeatable deploy practices.