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:
- Navigate to the scripts directory:
cd scripts
- Switch to superuser mode:
sudo su
- Make all scripts executable:
chmod +x *.sh
- Run the installation script:
./install.sh
- 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.]