===NodeJS=== N99panel supports NodeJS with multiple versions 10, 12, 14, 16, 18, 20, 22 along with npm accompanying the corresponding version. There are two modes under which NodeJS apps can run. Dev. (development) or Prod. (production mode). A typical lifecycle of a NodeJS app would be to first develop/test it in dev. move, and then when you are sure that it runs as per your expectation, then you can setup the prod. mode for your App. Checkout the links below for further details. * [[:nodejs:cli-version|How to change the default version of node or NodeJS CLI for a user]]\\ * [[:nodejs:development-mode|How to run/work with development mode for NodeJS Apps]]\\ * [[:nodejs:production-mode|How to run/work with production mode for NodeJS Apps]]\\ * [[:nodejs:differences-dev-prod|Differences between NodeJS development and production modes]]\\ * [[:nodejs:nextjs-example|How to run Next.js on N99panel]]\\ * [[:nodejs:static-assets|Using static assets like images, css, js files with NodeJS]]\\ * [[:nodejs:mysql|Accessing MySQL server on your N99panel VPS via NodeJS]]