Skip to content

Linux Installation Steps

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:

  • Confirm your OS meets the requirements listed in Supported Operating Systems
  • Confirm required ports are available and not blocked by your firewall
  • Have your server’s actual IP address or domain name ready — do not use 127.0.0.1

Installation steps:

  1. Navigate to the scripts directory:
cd scripts
  1. Switch to superuser mode:
sudo su
  1. Make all scripts executable:
chmod +x *.sh
  1. Run the installation script:
./install.sh
  1. Follow any on-screen instructions, including accepting the EULA when prompted.

[Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]