[{"data":1,"prerenderedAt":890},["ShallowReactive",2],{"docs-installation-install-linux-":3,"docs-navigation":748},{"id":4,"title":5,"body":6,"dateModified":737,"datePublished":737,"description":738,"extension":739,"meta":740,"navigation":741,"path":743,"proficiencyLevel":744,"seo":745,"stem":746,"__hash__":747},"docs\u002Fdocs\u002F2.installation\u002F3.install-linux.md","Installing Open-AudIT on Linux",{"type":7,"value":8,"toc":722},"minimark",[9,13,17,22,35,39,44,66,70,92,99,103,115,119,126,130,133,137,140,219,226,718],[10,11,5],"h1",{"id":12},"installing-open-audit-on-linux",[14,15,16],"p",{},"Installing Open-AudIT on Linux is straightforward — the installer handles all dependencies including Apache, PHP, MariaDB, and Nmap.",[18,19,21],"h2",{"id":20},"supported-distributions","Supported Distributions",[23,24,25,29,32],"ul",{},[26,27,28],"li",{},"Red Hat \u002F Rocky Linux 9 or 10 (64-bit)",[26,30,31],{},"Debian 12 or 13 (64-bit)",[26,33,34],{},"Ubuntu 24.04 (64-bit)",[18,36,38],{"id":37},"step-by-step-installation","Step-by-Step Installation",[40,41,43],"h3",{"id":42},"_1-download-the-installer","1. Download the Installer",[14,45,46,47,54,55,60,61,65],{},"Go to ",[48,49,53],"a",{"href":50,"rel":51},"https:\u002F\u002Ffirstwave.com",[52],"nofollow","firstwave.com"," or ",[48,56,59],{"href":57,"rel":58},"https:\u002F\u002Fopen-audit.org",[52],"open-audit.org"," and download the latest Linux release. It's a ",[62,63,64],"code",{},".run"," file.",[40,67,69],{"id":68},"_2-run-the-installer","2. Run the Installer",[71,72,77],"pre",{"className":73,"code":74,"language":75,"meta":76,"style":76},"language-bash shiki shiki-themes github-light github-dark","sudo .\u002FOAE-Linux-x86_64-release_X.X.X.run\n","bash","",[62,78,79],{"__ignoreMap":76},[80,81,84,88],"span",{"class":82,"line":83},"line",1,[80,85,87],{"class":86},"sScJk","sudo",[80,89,91],{"class":90},"sZZnC"," .\u002FOAE-Linux-x86_64-release_X.X.X.run\n",[14,93,94,95,98],{},"Replace ",[62,96,97],{},"X.X.X"," with the version you downloaded. The installer will detect your distribution, install all required packages, configure services, create the database, and set everything up. No manual steps needed.",[40,100,102],{"id":101},"_3-log-in-and-activate","3. Log In and Activate",[14,104,105,106,109,110,114],{},"Once the installer finishes, open a browser and navigate to ",[62,107,108],{},"http:\u002F\u002Fyour-server\u002Fopen-audit",". You'll be prompted to activate your free license. See ",[48,111,113],{"href":112},"\u002Fdocs\u002Fgetting-started\u002Factivating-your-license\u002F","Activating Your License",".",[40,116,118],{"id":117},"_4-add-credentials-and-run-a-discovery","4. Add Credentials and Run a Discovery",[14,120,121,122,114],{},"See ",[48,123,125],{"href":124},"\u002Fdocs\u002Fdiscovery\u002Frunning-a-discovery\u002F","Running a Discovery",[18,127,129],{"id":128},"upgrading","Upgrading",[14,131,132],{},"Upgrading is identical to a fresh install — just run the new installer. When you log in after upgrading, Open-AudIT will take you to the database schema upgrade screen. Run the upgrade and you're done.",[18,134,136],{"id":135},"manual-database-setup","Manual Database Setup",[14,138,139],{},"The installer handles database creation automatically. If you ever need to do it by hand:",[71,141,143],{"className":73,"code":142,"language":75,"meta":76,"style":76},"mysql -u root -p -e \"CREATE DATABASE openaudit;\"\nmysql -u root -p -e \"CREATE USER openaudit@localhost IDENTIFIED BY 'openauditpassword';\"\nmysql -u root -p -e \"GRANT ALL PRIVILEGES ON openaudit.* TO openaudit@localhost IDENTIFIED BY 'openauditpassword'; FLUSH PRIVILEGES;\"\nmysql -u root -p openaudit \u003C \u002Fusr\u002Flocal\u002Fopen-audit\u002Fother\u002Fopen-audit.sql\n",[62,144,145,166,182,198],{"__ignoreMap":76},[80,146,147,150,154,157,160,163],{"class":82,"line":83},[80,148,149],{"class":86},"mysql",[80,151,153],{"class":152},"sj4cs"," -u",[80,155,156],{"class":90}," root",[80,158,159],{"class":152}," -p",[80,161,162],{"class":152}," -e",[80,164,165],{"class":90}," \"CREATE DATABASE openaudit;\"\n",[80,167,169,171,173,175,177,179],{"class":82,"line":168},2,[80,170,149],{"class":86},[80,172,153],{"class":152},[80,174,156],{"class":90},[80,176,159],{"class":152},[80,178,162],{"class":152},[80,180,181],{"class":90}," \"CREATE USER openaudit@localhost IDENTIFIED BY 'openauditpassword';\"\n",[80,183,185,187,189,191,193,195],{"class":82,"line":184},3,[80,186,149],{"class":86},[80,188,153],{"class":152},[80,190,156],{"class":90},[80,192,159],{"class":152},[80,194,162],{"class":152},[80,196,197],{"class":90}," \"GRANT ALL PRIVILEGES ON openaudit.* TO openaudit@localhost IDENTIFIED BY 'openauditpassword'; FLUSH PRIVILEGES;\"\n",[80,199,201,203,205,207,209,212,216],{"class":82,"line":200},4,[80,202,149],{"class":86},[80,204,153],{"class":152},[80,206,156],{"class":90},[80,208,159],{"class":152},[80,210,211],{"class":90}," openaudit",[80,213,215],{"class":214},"szBVR"," \u003C",[80,217,218],{"class":90}," \u002Fusr\u002Flocal\u002Fopen-audit\u002Fother\u002Fopen-audit.sql\n",[220,221,223],"docs-callout",{"type":222},"tip",[14,224,225],{},"The Open-AudIT installer runs these steps for you. You only need the commands below if you're doing a fully manual installation (air-gapped, hardened base image, etc.).",[227,228,230,233,237,436,440,592,596],"docs-details",{"summary":229},"Manual dependency installation (advanced)",[14,231,232],{},"If you're on an air-gapped system or need to install dependencies yourself, here are the commands by distribution.",[40,234,236],{"id":235},"red-hat-rocky-linux-9-or-10","Red Hat \u002F Rocky Linux 9 or 10",[71,238,240],{"className":73,"code":239,"language":75,"meta":76,"style":76},"subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms\ndnf -y install https:\u002F\u002Fdl.fedoraproject.org\u002Fpub\u002Fepel\u002Fepel-release-latest-9.noarch.rpm\n\u002Fusr\u002Fbin\u002Fcrb enable\ndnf -y upgrade\ndnf -y module install php:8.3 --allowerasing\ndnf -y install --allowerasing curl httpd ipmitool libnsl libxcrypt-compat logrotate \\\n  mariadb-server net-snmp net-snmp-utils nmap perl-Crypt-CBC perl-Time-ParseDate \\\n  php-cli php-fpm php-gd php-intl php-ldap php-mysqlnd php-process php-snmp \\\n  php-zip samba-client sshpass wget zip\nsystemctl enable php-fpm httpd mariadb\nchmod u+s \u002Fusr\u002Fbin\u002Fnmap\n",[62,241,242,256,270,278,287,305,338,361,390,408,424],{"__ignoreMap":76},[80,243,244,247,250,253],{"class":82,"line":83},[80,245,246],{"class":86},"subscription-manager",[80,248,249],{"class":90}," repos",[80,251,252],{"class":152}," --enable",[80,254,255],{"class":90}," codeready-builder-for-rhel-9-x86_64-rpms\n",[80,257,258,261,264,267],{"class":82,"line":168},[80,259,260],{"class":86},"dnf",[80,262,263],{"class":152}," -y",[80,265,266],{"class":90}," install",[80,268,269],{"class":90}," https:\u002F\u002Fdl.fedoraproject.org\u002Fpub\u002Fepel\u002Fepel-release-latest-9.noarch.rpm\n",[80,271,272,275],{"class":82,"line":184},[80,273,274],{"class":86},"\u002Fusr\u002Fbin\u002Fcrb",[80,276,277],{"class":90}," enable\n",[80,279,280,282,284],{"class":82,"line":200},[80,281,260],{"class":86},[80,283,263],{"class":152},[80,285,286],{"class":90}," upgrade\n",[80,288,290,292,294,297,299,302],{"class":82,"line":289},5,[80,291,260],{"class":86},[80,293,263],{"class":152},[80,295,296],{"class":90}," module",[80,298,266],{"class":90},[80,300,301],{"class":90}," php:8.3",[80,303,304],{"class":152}," --allowerasing\n",[80,306,308,310,312,314,317,320,323,326,329,332,335],{"class":82,"line":307},6,[80,309,260],{"class":86},[80,311,263],{"class":152},[80,313,266],{"class":90},[80,315,316],{"class":152}," --allowerasing",[80,318,319],{"class":90}," curl",[80,321,322],{"class":90}," httpd",[80,324,325],{"class":90}," ipmitool",[80,327,328],{"class":90}," libnsl",[80,330,331],{"class":90}," libxcrypt-compat",[80,333,334],{"class":90}," logrotate",[80,336,337],{"class":152}," \\\n",[80,339,341,344,347,350,353,356,359],{"class":82,"line":340},7,[80,342,343],{"class":90},"  mariadb-server",[80,345,346],{"class":90}," net-snmp",[80,348,349],{"class":90}," net-snmp-utils",[80,351,352],{"class":90}," nmap",[80,354,355],{"class":90}," perl-Crypt-CBC",[80,357,358],{"class":90}," perl-Time-ParseDate",[80,360,337],{"class":152},[80,362,364,367,370,373,376,379,382,385,388],{"class":82,"line":363},8,[80,365,366],{"class":90},"  php-cli",[80,368,369],{"class":90}," php-fpm",[80,371,372],{"class":90}," php-gd",[80,374,375],{"class":90}," php-intl",[80,377,378],{"class":90}," php-ldap",[80,380,381],{"class":90}," php-mysqlnd",[80,383,384],{"class":90}," php-process",[80,386,387],{"class":90}," php-snmp",[80,389,337],{"class":152},[80,391,393,396,399,402,405],{"class":82,"line":392},9,[80,394,395],{"class":90},"  php-zip",[80,397,398],{"class":90}," samba-client",[80,400,401],{"class":90}," sshpass",[80,403,404],{"class":90}," wget",[80,406,407],{"class":90}," zip\n",[80,409,411,414,417,419,421],{"class":82,"line":410},10,[80,412,413],{"class":86},"systemctl",[80,415,416],{"class":90}," enable",[80,418,369],{"class":90},[80,420,322],{"class":90},[80,422,423],{"class":90}," mariadb\n",[80,425,427,430,433],{"class":82,"line":426},11,[80,428,429],{"class":86},"chmod",[80,431,432],{"class":90}," u+s",[80,434,435],{"class":90}," \u002Fusr\u002Fbin\u002Fnmap\n",[40,437,439],{"id":438},"debian-12-13","Debian 12 \u002F 13",[71,441,443],{"className":73,"code":442,"language":75,"meta":76,"style":76},"apt-get update -qq\napt-get -yq install cron mariadb-server apache2 apache2-utils libapache2-mod-php \\\n  openssh-client php php-cli php-curl php-gd php-intl php-ldap php-mbstring \\\n  php-mysql php-snmp php-xml php-zip nmap zip wget curl sshpass screen smbclient \\\n  logrotate ipmitool snmp libcrypt-cbc-perl\nsystemctl restart apache2 mysql\nchmod u+s \u002Fusr\u002Fbin\u002Fnmap\ndpkg-statoverride --update --add root root 4755 \u002Fusr\u002Fbin\u002Fnmap\n",[62,444,445,456,482,507,539,552,564,572],{"__ignoreMap":76},[80,446,447,450,453],{"class":82,"line":83},[80,448,449],{"class":86},"apt-get",[80,451,452],{"class":90}," update",[80,454,455],{"class":152}," -qq\n",[80,457,458,460,463,465,468,471,474,477,480],{"class":82,"line":168},[80,459,449],{"class":86},[80,461,462],{"class":152}," -yq",[80,464,266],{"class":90},[80,466,467],{"class":90}," cron",[80,469,470],{"class":90}," mariadb-server",[80,472,473],{"class":90}," apache2",[80,475,476],{"class":90}," apache2-utils",[80,478,479],{"class":90}," libapache2-mod-php",[80,481,337],{"class":152},[80,483,484,487,490,493,496,498,500,502,505],{"class":82,"line":184},[80,485,486],{"class":90},"  openssh-client",[80,488,489],{"class":90}," php",[80,491,492],{"class":90}," php-cli",[80,494,495],{"class":90}," php-curl",[80,497,372],{"class":90},[80,499,375],{"class":90},[80,501,378],{"class":90},[80,503,504],{"class":90}," php-mbstring",[80,506,337],{"class":152},[80,508,509,512,514,517,520,522,525,527,529,531,534,537],{"class":82,"line":200},[80,510,511],{"class":90},"  php-mysql",[80,513,387],{"class":90},[80,515,516],{"class":90}," php-xml",[80,518,519],{"class":90}," php-zip",[80,521,352],{"class":90},[80,523,524],{"class":90}," zip",[80,526,404],{"class":90},[80,528,319],{"class":90},[80,530,401],{"class":90},[80,532,533],{"class":90}," screen",[80,535,536],{"class":90}," smbclient",[80,538,337],{"class":152},[80,540,541,544,546,549],{"class":82,"line":289},[80,542,543],{"class":90},"  logrotate",[80,545,325],{"class":90},[80,547,548],{"class":90}," snmp",[80,550,551],{"class":90}," libcrypt-cbc-perl\n",[80,553,554,556,559,561],{"class":82,"line":307},[80,555,413],{"class":86},[80,557,558],{"class":90}," restart",[80,560,473],{"class":90},[80,562,563],{"class":90}," mysql\n",[80,565,566,568,570],{"class":82,"line":340},[80,567,429],{"class":86},[80,569,432],{"class":90},[80,571,435],{"class":90},[80,573,574,577,580,583,585,587,590],{"class":82,"line":363},[80,575,576],{"class":86},"dpkg-statoverride",[80,578,579],{"class":152}," --update",[80,581,582],{"class":152}," --add",[80,584,156],{"class":90},[80,586,156],{"class":90},[80,588,589],{"class":152}," 4755",[80,591,435],{"class":90},[40,593,595],{"id":594},"ubuntu-2404","Ubuntu 24.04",[71,597,598],{"className":73,"code":442,"language":75,"meta":76,"style":76},[62,599,600,608,628,648,674,684,694,702],{"__ignoreMap":76},[80,601,602,604,606],{"class":82,"line":83},[80,603,449],{"class":86},[80,605,452],{"class":90},[80,607,455],{"class":152},[80,609,610,612,614,616,618,620,622,624,626],{"class":82,"line":168},[80,611,449],{"class":86},[80,613,462],{"class":152},[80,615,266],{"class":90},[80,617,467],{"class":90},[80,619,470],{"class":90},[80,621,473],{"class":90},[80,623,476],{"class":90},[80,625,479],{"class":90},[80,627,337],{"class":152},[80,629,630,632,634,636,638,640,642,644,646],{"class":82,"line":184},[80,631,486],{"class":90},[80,633,489],{"class":90},[80,635,492],{"class":90},[80,637,495],{"class":90},[80,639,372],{"class":90},[80,641,375],{"class":90},[80,643,378],{"class":90},[80,645,504],{"class":90},[80,647,337],{"class":152},[80,649,650,652,654,656,658,660,662,664,666,668,670,672],{"class":82,"line":200},[80,651,511],{"class":90},[80,653,387],{"class":90},[80,655,516],{"class":90},[80,657,519],{"class":90},[80,659,352],{"class":90},[80,661,524],{"class":90},[80,663,404],{"class":90},[80,665,319],{"class":90},[80,667,401],{"class":90},[80,669,533],{"class":90},[80,671,536],{"class":90},[80,673,337],{"class":152},[80,675,676,678,680,682],{"class":82,"line":289},[80,677,543],{"class":90},[80,679,325],{"class":90},[80,681,548],{"class":90},[80,683,551],{"class":90},[80,685,686,688,690,692],{"class":82,"line":307},[80,687,413],{"class":86},[80,689,558],{"class":90},[80,691,473],{"class":90},[80,693,563],{"class":90},[80,695,696,698,700],{"class":82,"line":340},[80,697,429],{"class":86},[80,699,432],{"class":90},[80,701,435],{"class":90},[80,703,704,706,708,710,712,714,716],{"class":82,"line":363},[80,705,576],{"class":86},[80,707,579],{"class":152},[80,709,582],{"class":152},[80,711,156],{"class":90},[80,713,156],{"class":90},[80,715,589],{"class":152},[80,717,435],{"class":90},[719,720,721],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}",{"title":76,"searchDepth":168,"depth":168,"links":723},[724,725,731,732],{"id":20,"depth":168,"text":21},{"id":37,"depth":168,"text":38,"children":726},[727,728,729,730],{"id":42,"depth":184,"text":43},{"id":68,"depth":184,"text":69},{"id":101,"depth":184,"text":102},{"id":117,"depth":184,"text":118},{"id":128,"depth":168,"text":129},{"id":135,"depth":168,"text":136,"children":733},[734,735,736],{"id":235,"depth":184,"text":236},{"id":438,"depth":184,"text":439},{"id":594,"depth":184,"text":595},"2026-04-10","Step-by-step guide to installing Open-AudIT on supported Linux distributions including Red Hat, Rocky Linux, Debian, and Ubuntu.","md",{},{"title":742},"Install on Linux","\u002Fdocs\u002Finstallation\u002Finstall-linux","Beginner",{"title":5,"description":738},"docs\u002F2.installation\u002F3.install-linux","6rhgSZIMyPtm8KNh6Ng1fcNcP0nVksIUweJSoNhk5t0",[749],{"title":750,"path":751,"stem":752,"children":753},"Docs","\u002Fdocs","docs",[754,758,769,787,817,839,846,868,885],{"title":755,"path":751,"stem":756,"description":757},"Overview","docs\u002Findex","Guides to help you install, configure, and get the most out of Open-AudIT — a powerful network discovery, audit, and asset tracking system.",{"title":759,"path":760,"stem":761,"children":762,"description":764},"Getting Started","\u002Fdocs\u002Fgetting-started","docs\u002F1.getting-started\u002F1.index",[763,765],{"title":759,"path":760,"stem":761,"description":764},"Get from a fresh install to discovering devices on your network in under 10 minutes. This guide walks through each step in order.",{"title":113,"path":766,"stem":767,"description":768},"\u002Fdocs\u002Fgetting-started\u002Factivating-your-license","docs\u002F1.getting-started\u002F2.activating-your-license","How to activate your free 100-device Open-AudIT Enterprise license after installation.",{"title":770,"path":771,"stem":772,"children":773,"description":775},"Installation","\u002Fdocs\u002Finstallation","docs\u002F2.installation\u002F1.index",[774,776,781,782],{"title":770,"path":771,"stem":772,"description":775},"Install or upgrade Open-AudIT on Windows Server or Linux. Includes virtual appliance option for the fastest setup.",{"title":777,"path":778,"stem":779,"description":780},"Server Requirements","\u002Fdocs\u002Finstallation\u002Fserver-requirements","docs\u002F2.installation\u002F2.server-requirements","Hardware, operating system, browser, and dependency requirements for running Open-AudIT.",{"title":742,"path":743,"stem":746,"description":738},{"title":783,"path":784,"stem":785,"description":786},"Install on Windows","\u002Fdocs\u002Finstallation\u002Finstall-windows","docs\u002F2.installation\u002F4.install-windows","Step-by-step guide to installing Open-AudIT on Windows Server, including Nmap and Visual C++ prerequisites.",{"title":755,"path":788,"stem":789,"children":790,"description":792},"\u002Fdocs\u002Fdiscovery","docs\u002F3.discovery\u002F1.index",[791,793,798,802,807,812],{"title":755,"path":788,"stem":789,"description":792},"Discovery is how Open-AudIT finds and audits devices on your network. Learn about credentials, running scans, discovery types, and how it all works under the hood.",{"title":794,"path":795,"stem":796,"description":797},"Credentials","\u002Fdocs\u002Fdiscovery\u002Fcredentials","docs\u002F3.discovery\u002F2.credentials","Learn how to create and manage the credential sets Open-AudIT uses to authenticate with devices during network discovery.",{"title":125,"path":799,"stem":800,"description":801},"\u002Fdocs\u002Fdiscovery\u002Frunning-a-discovery","docs\u002F3.discovery\u002F3.running-a-discovery","Step-by-step guide to creating and running your first network discovery in Open-AudIT, including advanced options and scheduling.",{"title":803,"path":804,"stem":805,"description":806},"Discovery Types","\u002Fdocs\u002Fdiscovery\u002Fdiscovery-types","docs\u002F3.discovery\u002F4.discovery-types","Open-AudIT supports Subnet, Active Directory, and Seed discovery types. Learn when to use each and how they work.",{"title":808,"path":809,"stem":810,"description":811},"How It Works","\u002Fdocs\u002Fdiscovery\u002Fhow-discovery-works","docs\u002F3.discovery\u002F5.how-discovery-works","A detailed look at what Open-AudIT does during a discovery — from Nmap scanning through credential testing, audit script execution, and data processing.",{"title":813,"path":814,"stem":815,"description":816},"Matching Devices","\u002Fdocs\u002Fdiscovery\u002Fmatching-devices","docs\u002F3.discovery\u002F6.matching-devices","How Open-AudIT decides whether a discovered device is new or already exists in the database, and how to configure match rules to avoid duplicates.",{"title":818,"path":819,"stem":820,"children":821,"description":823},"Reporting","\u002Fdocs\u002Freporting","docs\u002F4.reporting\u002F1.index",[822,824,829,834],{"title":818,"path":819,"stem":820,"description":823},"Open-AudIT gives you multiple ways to pull meaningful information out of collected data using Queries, Summaries, and Reports.",{"title":825,"path":826,"stem":827,"description":828},"Queries, Summaries & Reports","\u002Fdocs\u002Freporting\u002Fqueries-summaries-reports","docs\u002F4.reporting\u002F2.queries-summaries-reports","Understand the three types of reporting in Open-AudIT — Queries, Summaries, and Reports — how they differ, and how to use filters and permissions.",{"title":830,"path":831,"stem":832,"description":833},"Creating a Query","\u002Fdocs\u002Freporting\u002Fcreating-a-query","docs\u002F4.reporting\u002F3.creating-a-query","Learn how to write custom SQL queries in Open-AudIT to extract device information, with examples for common use cases like warranty tracking and open ports.",{"title":835,"path":836,"stem":837,"description":838},"Groups","\u002Fdocs\u002Freporting\u002Fgroups","docs\u002F4.reporting\u002F4.groups","Learn how to use Groups in Open-AudIT to create dynamic collections of devices for filtering reports, building dashboards, and baselining configurations.",{"title":840,"path":841,"stem":842,"children":843,"description":845},"Dashboards","\u002Fdocs\u002Fdashboards","docs\u002F5.dashboards\u002F1.index",[844],{"title":840,"path":841,"stem":842,"description":845},"Configure and customise Open-AudIT dashboards and widgets to create at-a-glance visual overviews of your network environment.",{"title":847,"path":848,"stem":849,"children":850,"description":852},"Administration","\u002Fdocs\u002Fadministration","docs\u002F6.administration\u002F1.index",[851,853,858,863],{"title":847,"path":848,"stem":849,"description":852},"Covers the ongoing administration of Open-AudIT including configuration, user management, permissions, and backup procedures.",{"title":854,"path":855,"stem":856,"description":857},"Configuration","\u002Fdocs\u002Fadministration\u002Fconfiguration","docs\u002F6.administration\u002F2.configuration","Key configuration settings in Open-AudIT covering discovery behaviour, change logging, data retention, and how to edit them.",{"title":859,"path":860,"stem":861,"description":862},"Users, Roles & Orgs","\u002Fdocs\u002Fadministration\u002Fusers-roles-orgs","docs\u002F6.administration\u002F3.users-roles-orgs","Understand Open-AudIT's role-based access control system including users, roles, organisations, LDAP integration, and permission inheritance.",{"title":864,"path":865,"stem":866,"description":867},"Backup & Restore","\u002Fdocs\u002Fadministration\u002Fbackup-restore","docs\u002F6.administration\u002F4.backup-restore","How to back up and restore your Open-AudIT database on Linux and Windows, including database reset procedures.",{"title":869,"path":870,"stem":871,"children":872,"description":874},"Troubleshooting","\u002Fdocs\u002Ftroubleshooting","docs\u002F7.troubleshooting\u002F1.index",[873,875,880],{"title":869,"path":870,"stem":871,"description":874},"General troubleshooting guidance for Open-AudIT covering discovery problems, common errors, and first steps for diagnosing issues.",{"title":876,"path":877,"stem":878,"description":879},"Common Errors","\u002Fdocs\u002Ftroubleshooting\u002Fcommon-errors","docs\u002F7.troubleshooting\u002F2.common-errors","Explanations and solutions for common Open-AudIT error messages including MySQL lock errors, LDAP issues, Apache problems, and license screens.",{"title":881,"path":882,"stem":883,"description":884},"Discovery Problems","\u002Fdocs\u002Ftroubleshooting\u002Fdiscovery-problems","docs\u002F7.troubleshooting\u002F3.discovery-problems","Troubleshoot Open-AudIT discovery issues including devices not found, duplicate records, Nmap problems, stuck queues, and cross-platform auditing.",{"title":886,"path":887,"stem":888,"description":889},"Release Notes","\u002Fdocs\u002Frelease-notes","docs\u002Frelease-notes","What's new in each Open-AudIT release — features, fixes, and improvements.",1779233238286]