<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pm2 &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-tag/pm2/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Mon, 01 Jun 2026 18:16:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://bluelance.com/wp-content/uploads/2025/11/fevicon-ic-1.png</url>
	<title>pm2 &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Managing Services with PM2</title>
		<link>https://bluelance.com/docs/managing-services-with-pm2/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:24 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15820</guid>

					<description><![CDATA[LT Auditor MP &#8216;s web application can also be managed directly using PM2. The ecosystem configuration file is located at: /opt/bluelance/web/ecosystem.config.js Start the application: cd /opt/bluelance/web npx pm2 start ecosystem.config.js Check status: npx pm2 list npx pm2 status npx pm2 logs Restart the application: npx pm2 restart ecosystem.config.js # or restart by app name npx [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">LT Auditor <sup>MP </sup>&#8216;s web application can also be managed directly using PM2. The ecosystem configuration file is located at:</p>



<p class="wp-block-paragraph">/opt/bluelance/web/ecosystem.config.js</p>



<p class="wp-block-paragraph"><strong>Start the application:</strong></p>



<p class="wp-block-paragraph">cd /opt/bluelance/web</p>



<p class="wp-block-paragraph">npx pm2 start ecosystem.config.js</p>



<p class="wp-block-paragraph"><strong>Check status:</strong></p>



<p class="wp-block-paragraph">npx pm2 list</p>



<p class="wp-block-paragraph">npx pm2 status</p>



<p class="wp-block-paragraph">npx pm2 logs</p>



<p class="wp-block-paragraph"><strong>Restart the application:</strong></p>



<p class="wp-block-paragraph">npx pm2 restart ecosystem.config.js</p>



<p class="wp-block-paragraph"># or restart by app name</p>



<p class="wp-block-paragraph">npx pm2 restart lta-web</p>



<p class="wp-block-paragraph"><strong>Stop the application:</strong></p>



<p class="wp-block-paragraph">npx pm2 stop ecosystem.config.js</p>



<p class="wp-block-paragraph"># or stop by app name</p>



<p class="wp-block-paragraph">npx pm2 stop lta-web</p>



<p class="wp-block-paragraph"><strong>Save the PM2 process list:</strong></p>



<p class="wp-block-paragraph">npx pm2 save</p>



<p class="wp-block-paragraph">Always save the process list after making changes to ensure services restart automatically on system reboot.</p>



<p class="wp-block-paragraph"><strong>Monitor resource usage:</strong></p>



<p class="wp-block-paragraph">npx pm2 monit</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
