Installing on Debian Stretch and Buster
-
Install the Java Runtime Environment (JRE) by running one of the following commands:
# apt-get install openjdk-7-jre
or
# apt-get install openjdk-8-jre
-
Select the default version of Java by running the following command:
# update-alternatives --config java
If Java is not installed or the correct version of Java is not selected, NXLog Manager will refuse to start. -
Download the appropriate NXLog Manager installation file from the NXLog website.
-
Transfer the file to the target server.
-
Install the downloaded package with the following command:
# dpkg -i nxlog-manager_X.X.XXX_.deb
-
If dpkg returned errors about uninstalled dependencies, use apt-get to install them and complete the NXLog Manager installation.
# apt-get -f install
Make sure that your hostname and DNS settings are set up correctly, to avoid problems with NXLog Manager. Refer to Host Setup Common Issues for more information. |