Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The operating systems we support Open-AudIT on are:

  • Windows 7 Server 2016 and up (Windows 10 not supported) - all must be 64bit. Windows 2008 server is our recommended operating system.
  • Linux - RedHat / CentOS 6 8 & 79, Debian 8 11 & 912, Ubuntu 1620.04 & 1822.04 - all must be 64bit.

Open-AudIT uses Apache, PHP and MySQL along with perlPerl, vbscript, bash script and various other technologies. These are all included with your operating system or included in the downloadable Open-AudIT package. There is one exception to this, which is Nmap NMAP on Windows. Nmap NMAP must be downloaded and installed by the user. Linux versions of Open-AudIT use the Nmap NMAP package provided by the distribution which the installer will prompt you for.

...

We ship all required dependencies using the XAMPPLite package.

Prerequisites - Linux

The required packages should be installed by the Open-AudIT installer. The required packages are:

Debian < 9, Ubuntu < 16.04

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-proxy-html libapache2-mod-php5 openssh-client php5 php5-ldap php5-mcrypt php5-mysql php5-snmp nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool rrdtool librrd4 libpng12-0

Debian 9+, Ubuntu 16.04+

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-ldap php-mbstring php-mcrypt php-mysql php-snmp php-simplexml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool rrdtool librrd4 libpng12-0

Redhat, Centos < 7

Requires the optional Optional RPMs repo to be enabled.

Code Block
execPrint subscription-manager repos --enable rhel-6-server-optional-rpms
Code Block
yum install mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-modules ipmitool rrdtool

...

Requires the optional Optional RPMs repo to be enabled.

Code Block
execPrint subscription-manager repos --enable=rhel-7-server-optional-rpms

...

XAMPP package other than NMAP itself and the Microsoft Visual C runtime.

Please install NMAP from https://nmap.org/download.html

Please install the latest Visual C runtime from https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

Microsoft Windows desktop systems have network limitations that may impact the performance of Open-AudIT. The TCP/IP stack limits the number of simultaneous incomplete outbound TCP connection attempts. After the limit is reached, subsequent connection attempts are put in a queue and will be resolved at a fixed rate (10 per second). If too many enter the queue, they may be dropped. For this reason, installing Open-AudIT on a Windows desktop operating system is not supported.

Prerequisites - Linux

The required packages should be installed by the Open-AudIT installer. The required packages are detailed on this page - How To Install or Upgrade Open-AudIT (Linux).