<?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>Installation on Linux &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-category/lt-auditor-mp/installation-lt-auditor-mp/linux-installation/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Tue, 02 Jun 2026 22:51:43 +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>Installation on Linux &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux Installation Steps</title>
		<link>https://bluelance.com/docs/linux-installation-steps/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:14 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15815</guid>

					<description><![CDATA[To install LT Auditor MP on a Linux system, you will need root or sudo access. The installation is handled by a script included in the installation package. Before you begin: Installation steps: [Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">To install LT Auditor <sup>MP</sup> on a Linux system, you will need root or sudo access. The installation is handled by a script included in the installation package.</p>



<p class="wp-block-paragraph"><strong>Before you begin:</strong></p>



<ul class="wp-block-list">
<li>Confirm your OS meets the requirements listed in Supported Operating Systems</li>



<li>Confirm required ports are available and not blocked by your firewall</li>



<li>Have your server&#8217;s actual IP address or domain name ready — do not use 127.0.0.1</li>
</ul>



<p class="wp-block-paragraph"><strong>Installation steps:</strong></p>



<ol class="wp-block-list">
<li>Navigate to the scripts directory:</li>
</ol>



<pre class="wp-block-code"><code>cd scripts</code></pre>



<ol start="2" class="wp-block-list">
<li>Switch to superuser mode:</li>
</ol>



<pre class="wp-block-code"><code>sudo su</code></pre>



<ol start="3" class="wp-block-list">
<li>Make all scripts executable:</li>
</ol>



<pre class="wp-block-code"><code>chmod +x *.sh</code></pre>



<ol start="4" class="wp-block-list">
<li>Run the installation script:</li>
</ol>



<pre class="wp-block-code"><code>./install.sh</code></pre>



<ol start="5" class="wp-block-list">
<li>Follow any on-screen instructions, including accepting the EULA when prompted.</li>
</ol>



<p class="wp-block-paragraph"><em>[Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux Post-Installation Verification</title>
		<link>https://bluelance.com/docs/linux-post-installation-verification/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:19 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15822</guid>

					<description><![CDATA[After installation completes, verify that all services are running correctly before proceeding with configuration. Check service status: systemctl status lta-web systemctl status lta-collector Both services should show as active and running. If either service is not running, check the logs for errors before continuing. Check logs for errors or warnings: cd /opt/bluelance/lcollector/logs/general/ cd /opt/bluelance/web/server/logs/ [Your [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After installation completes, verify that all services are running correctly before proceeding with configuration.</p>



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



<p class="wp-block-paragraph">systemctl status lta-web</p>



<p class="wp-block-paragraph">systemctl status lta-collector</p>



<p class="wp-block-paragraph">Both services should show as active and running. If either service is not running, check the logs for errors before continuing.</p>



<p class="wp-block-paragraph"><strong>Check logs for errors or warnings:</strong></p>



<p class="wp-block-paragraph">cd /opt/bluelance/lcollector/logs/general/</p>



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



<p class="wp-block-paragraph"><em>[Your administrator should note any expected output or common first-run messages specific to your environment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing Services with systemctl</title>
		<link>https://bluelance.com/docs/managing-services-with-systemctl/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:23 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15818</guid>

					<description><![CDATA[Use the following systemctl commands to manage the LT Auditor MP services at the system level. Start a service: sudo systemctl start lta-web sudo systemctl start lta-collector Restart a service: sudo systemctl restart lta-web sudo systemctl restart lta-collector Stop a service: sudo systemctl stop lta-web sudo systemctl stop lta-collector Check service status: sudo systemctl status [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Use the following systemctl commands to manage the LT Auditor <sup>MP</sup> services at the system level.</p>



<p class="wp-block-paragraph"><strong>Start a service:</strong></p>



<p class="wp-block-paragraph">sudo systemctl start lta-web</p>



<p class="wp-block-paragraph">sudo systemctl start lta-collector</p>



<p class="wp-block-paragraph"><strong>Restart a service:</strong></p>



<p class="wp-block-paragraph">sudo systemctl restart lta-web</p>



<p class="wp-block-paragraph">sudo systemctl restart lta-collector</p>



<p class="wp-block-paragraph"><strong>Stop a service:</strong></p>



<p class="wp-block-paragraph">sudo systemctl stop lta-web</p>



<p class="wp-block-paragraph">sudo systemctl stop lta-collector</p>



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



<p class="wp-block-paragraph">sudo systemctl status lta-web</p>



<p class="wp-block-paragraph">sudo systemctl status lta-collector</p>



<p class="wp-block-paragraph"><strong>Enable services to start automatically on boot:</strong></p>



<p class="wp-block-paragraph">sudo systemctl enable lta-web</p>



<p class="wp-block-paragraph">sudo systemctl enable lta-collector</p>
]]></content:encoded>
					
		
		
			</item>
		<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>
