FGFiverPanel DocsOFFICIAL DOCUMENTATION
Ctrl K
OFFICIAL GUIDE

Node.js Application Center

Deploy, npm, environment variables, logs, and readiness for Node.js applications.

Application Center controls startup configuration, dependencies, logs, process lifecycle, and internal availability.

Startup

FieldExample
Node.js20 / 22 / 24 depending on availability.
WorkdirApplication subdirectory inside the site.
NODE_ENVproduction
CommandValidated npm script or entrypoint.
RestartPolicy managed by the site service.

npm operations

Install, ci, update, prune, dedupe, rebuild, and package mutations run in contained transient services, not as arbitrary root shell commands.

Environment variables

Do not include unnecessary quotesIn the structured editor, enter the real value. Example:DB_TIMEZONE = +00:00, not a value containing literal quotation marks.

Readiness

Deploy is only considered complete after the managed service and internal port are healthy.