<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.n99panel.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.n99panel.com/feed.php">
        <title>N99panel Documentation - nodejs</title>
        <description></description>
        <link>https://docs.n99panel.com/</link>
        <image rdf:resource="https://docs.n99panel.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-17T08:40:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:cli-version&amp;rev=1712135915&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:development-mode&amp;rev=1776246274&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:differences-dev-prod&amp;rev=1773818215&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:mysql&amp;rev=1762303518&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:production-mode-debug&amp;rev=1773914762&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:production-mode&amp;rev=1773914418&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.n99panel.com/doku.php?id=nodejs:static-assets&amp;rev=1712373161&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.n99panel.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>N99panel Documentation</title>
        <link>https://docs.n99panel.com/</link>
        <url>https://docs.n99panel.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:cli-version&amp;rev=1712135915&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-03T09:18:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cli-version</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:cli-version&amp;rev=1712135915&amp;do=diff</link>
        <description>How to change the default version of node or NodeJS CLI for a user

Step 1 : Log into N99panel. From under N99panel dashboard, click &#039;List Users&#039;





Step 2 : You will see the list of all the users. Please click &#039;View/Change Node CLI version&#039; link against the appropriate user</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:development-mode&amp;rev=1776246274&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-15T09:44:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development-mode</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:development-mode&amp;rev=1776246274&amp;do=diff</link>
        <description>How to run/work with development mode for NodeJS Apps

Step 1 : Log into N99panel. From under N99panel dashboard, click &#039;Dev Mode Apps (via SSH)&#039;






Step 2 : Now click &#039;Link a App (Dev Mode)&#039;





Step 3 : Fill in the form as under





Important points :</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:differences-dev-prod&amp;rev=1773818215&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-18T07:16:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>differences-dev-prod</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:differences-dev-prod&amp;rev=1773818215&amp;do=diff</link>
        <description>Differences between NodeJS development and production modes

N99panel offers two modes for App deployment - development and production . Here we point out the differences between the two modes so that a user can easily deploy their app - initially in development mode and then later in production mode.</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:mysql&amp;rev=1762303518&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-05T00:45:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mysql</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:mysql&amp;rev=1762303518&amp;do=diff</link>
        <description>Accessing MySQL server on your N99panel VPS via NodeJS

Step 1 : Enable remote access for MySQL server using the documentation at MySQL Remote Access . You do not need to open port 3306 unless you require to provide access to the outside world to port 3306 directly.

Step 2 :</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:production-mode-debug&amp;rev=1773914762&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-19T10:06:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>production-mode-debug</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:production-mode-debug&amp;rev=1773914762&amp;do=diff</link>
        <description>How to debug NodeJS apps in production mode

Step 1 : Log into N99panel. From under N99panel dashboard, click &#039;Node.js Apps&#039;



Step 2 : Click on &#039;Manage App State&#039; link/button against the listed NodeJS production mode app






Step 3 : Select the &#039;State Manager&#039; to &#039;Debug&#039; and click the Submit button</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:production-mode&amp;rev=1773914418&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-19T10:00:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>production-mode</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:production-mode&amp;rev=1773914418&amp;do=diff</link>
        <description>How to run/work with production mode for NodeJS Apps

Important - Before running your app in production mode, kindly test your app in development mode first. Only after extensive testing, you may then use the production mode.

Step 1 : Log into N99panel. From under N99panel dashboard, click &#039;Node.js Apps&#039;</description>
    </item>
    <item rdf:about="https://docs.n99panel.com/doku.php?id=nodejs:static-assets&amp;rev=1712373161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-06T03:12:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>static-assets</title>
        <link>https://docs.n99panel.com/doku.php?id=nodejs:static-assets&amp;rev=1712373161&amp;do=diff</link>
        <description>Using static assets like images, css, js files with NodeJS

Let us assume that you are running your app as /app1 , either all assets can be handled by your NodeJS app or the various static assets like images, css, js etc., can be placed under the VHost’s/Website’s folder i.e. /home/{username}/{vhost}_public_html/app1 .</description>
    </item>
</rdf:RDF>
