[{"data":1,"prerenderedAt":486},["ShallowReactive",2],{"docs-installation-install-windows-":3,"docs-navigation":344},{"id":4,"title":5,"body":6,"dateModified":333,"datePublished":333,"description":334,"extension":335,"meta":336,"navigation":337,"path":339,"proficiencyLevel":340,"seo":341,"stem":342,"__hash__":343},"docs\u002Fdocs\u002F2.installation\u002F4.install-windows.md","Installing Open-AudIT on Windows",{"type":7,"value":8,"toc":320},"minimark",[9,13,17,22,39,43,48,63,67,76,80,94,105,109,112,115,163,167,179,183,190,194,197,201,204,305,316],[10,11,5],"h1",{"id":12},"installing-open-audit-on-windows",[14,15,16],"p",{},"Open-AudIT can be downloaded, installed, configured, and discovering devices in under 10 minutes on Windows.",[18,19,21],"h2",{"id":20},"before-you-start","Before You Start",[23,24,25,33],"ul",{},[26,27,28,32],"li",{},[29,30,31],"strong",{},"Use Windows Server."," Open-AudIT must be installed on a 64-bit Windows Server (2016 or later). Windows 10 and Windows 11 are not supported.",[26,34,35,38],{},[29,36,37],{},"Install Nmap first."," Open-AudIT depends on Nmap for discovery. There's no way around this — no Nmap, no discovery.",[18,40,42],{"id":41},"step-by-step-installation","Step-by-Step Installation",[44,45,47],"h3",{"id":46},"_1-install-nmap","1. Install Nmap",[14,49,50,51,58,59,62],{},"Go to ",[52,53,57],"a",{"href":54,"rel":55},"https:\u002F\u002Fnmap.org",[56],"nofollow","nmap.org",", download the latest Windows release, right-click the installer and select ",[29,60,61],{},"Run as Administrator",". Accept all defaults. Open-AudIT doesn't need any special Nmap configuration — it just needs it to be installed.",[44,64,66],{"id":65},"_2-install-the-visual-c-runtime","2. Install the Visual C++ Runtime",[14,68,69,70,75],{},"Download and install the latest Microsoft Visual C++ Redistributable from the ",[52,71,74],{"href":72,"rel":73},"https:\u002F\u002Fsupport.microsoft.com\u002Fen-us\u002Ftopic\u002Fthe-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0",[56],"Microsoft support page",".",[44,77,79],{"id":78},"_3-download-and-install-open-audit","3. Download and Install Open-AudIT",[14,81,50,82,87,88,93],{},[52,83,86],{"href":84,"rel":85},"https:\u002F\u002Ffirstwave.com",[56],"firstwave.com"," or ",[52,89,92],{"href":90,"rel":91},"https:\u002F\u002Fopen-audit.org",[56],"open-audit.org"," and download the latest Open-AudIT installer.",[14,95,96,97,101,102,104],{},"Right-click the ",[98,99,100],"code",{},".exe"," file and select ",[29,103,61],{},". The installer takes care of the rest — Apache, PHP, MySQL, and Open-AudIT itself are all set up automatically.",[44,106,108],{"id":107},"_4-configure-the-apache-service-account","4. Configure the Apache Service Account",[14,110,111],{},"For Open-AudIT 5.0 and later, the Apache service needs to run under a regular user account (or Administrator) rather than the default \"Local System\" account. The Local System account has no access to network resources, which breaks the ability to copy audit scripts to Windows targets.",[14,113,114],{},"To change it:",[116,117,118,129,139,146,153],"ol",{},[26,119,120,121,124,125,128],{},"Press ",[29,122,123],{},"Windows + R",", type ",[98,126,127],{},"services.msc",", and press Enter.",[26,130,131,132,135,136,75],{},"Find ",[29,133,134],{},"Apache 2.4"," in the list, right-click it, and select ",[29,137,138],{},"Properties",[26,140,141,142,145],{},"Click the ",[29,143,144],{},"Log On"," tab.",[26,147,148,149,152],{},"Select ",[29,150,151],{},"This account",", then enter a valid username and password.",[26,154,155,156,159,160,75],{},"Click ",[29,157,158],{},"OK",", then right-click the Apache 2.4 service and click ",[29,161,162],{},"Restart",[44,164,166],{"id":165},"_5-activate-your-license","5. Activate Your License",[14,168,169,170,173,174,178],{},"Log in to Open-AudIT (usually at ",[98,171,172],{},"http:\u002F\u002Flocalhost\u002Fopen-audit","). You'll be prompted to activate your free license. See ",[52,175,177],{"href":176},"\u002Fdocs\u002Fgetting-started\u002Factivating-your-license\u002F","Activating Your License"," for the full walkthrough.",[44,180,182],{"id":181},"_6-add-credentials-and-run-a-discovery","6. Add Credentials and Run a Discovery",[14,184,185,186,75],{},"Once licensed, add credentials for your network devices and kick off your first discovery. See ",[52,187,189],{"href":188},"\u002Fdocs\u002Fdiscovery\u002Frunning-a-discovery\u002F","Running a Discovery",[18,191,193],{"id":192},"upgrading","Upgrading",[14,195,196],{},"Upgrading is the same process as a fresh install. You don't need to reinstall Nmap. Just run the installer as Administrator, then log in to Open-AudIT — you'll be taken to the schema upgrade screen automatically. Run the upgrade and you're good to go.",[18,198,200],{"id":199},"manual-database-setup","Manual Database Setup",[14,202,203],{},"The installer creates and populates the database for you. If you ever need to do it manually (e.g., after a migration), here are the commands:",[205,206,211],"pre",{"className":207,"code":208,"language":209,"meta":210,"style":210},"language-cmd shiki shiki-themes github-light github-dark","c:\\xampp\\mysql\\bin\\mysql.exe -u root -p -e \"CREATE DATABASE openaudit;\"\nc:\\xampp\\mysql\\bin\\mysql -u root -p -e \"CREATE USER openaudit@localhost IDENTIFIED BY 'openauditpassword';\"\nc:\\xampp\\mysql\\bin\\mysql -u root -p -e \"GRANT ALL PRIVILEGES ON openaudit.* TO openaudit@localhost IDENTIFIED BY 'openauditpassword'; FLUSH PRIVILEGES;\"\nc:\\xampp\\mysql\\bin\\mysql -u root -p openaudit -e \"c:\\xampp\\open-audit\\other\\openaudit_mysql.sql\"\n","cmd","",[98,212,213,243,264,284],{"__ignoreMap":210},[214,215,218,222,226,229,231,234,236,239],"span",{"class":216,"line":217},"line",1,[214,219,221],{"class":220},"sVt8B","c:\\xampp\\mysql\\bin\\mysql.exe ",[214,223,225],{"class":224},"szBVR","-",[214,227,228],{"class":220},"u root ",[214,230,225],{"class":224},[214,232,233],{"class":220},"p ",[214,235,225],{"class":224},[214,237,238],{"class":220},"e ",[214,240,242],{"class":241},"sZZnC","\"CREATE DATABASE openaudit;\"\n",[214,244,246,249,251,253,255,257,259,261],{"class":216,"line":245},2,[214,247,248],{"class":220},"c:\\xampp\\mysql\\bin\\mysql ",[214,250,225],{"class":224},[214,252,228],{"class":220},[214,254,225],{"class":224},[214,256,233],{"class":220},[214,258,225],{"class":224},[214,260,238],{"class":220},[214,262,263],{"class":241},"\"CREATE USER openaudit@localhost IDENTIFIED BY 'openauditpassword';\"\n",[214,265,267,269,271,273,275,277,279,281],{"class":216,"line":266},3,[214,268,248],{"class":220},[214,270,225],{"class":224},[214,272,228],{"class":220},[214,274,225],{"class":224},[214,276,233],{"class":220},[214,278,225],{"class":224},[214,280,238],{"class":220},[214,282,283],{"class":241},"\"GRANT ALL PRIVILEGES ON openaudit.* TO openaudit@localhost IDENTIFIED BY 'openauditpassword'; FLUSH PRIVILEGES;\"\n",[214,285,287,289,291,293,295,298,300,302],{"class":216,"line":286},4,[214,288,248],{"class":220},[214,290,225],{"class":224},[214,292,228],{"class":220},[214,294,225],{"class":224},[214,296,297],{"class":220},"p openaudit ",[214,299,225],{"class":224},[214,301,238],{"class":220},[214,303,304],{"class":241},"\"c:\\xampp\\open-audit\\other\\openaudit_mysql.sql\"\n",[306,307,309],"docs-callout",{"type":308},"warning",[14,310,311,312,315],{},"The default root password set by the Open-AudIT installer is ",[98,313,314],{},"openauditrootuserpassword",". Change this in production environments.",[317,318,319],"style",{},"html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}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);}",{"title":210,"searchDepth":245,"depth":245,"links":321},[322,323,331,332],{"id":20,"depth":245,"text":21},{"id":41,"depth":245,"text":42,"children":324},[325,326,327,328,329,330],{"id":46,"depth":266,"text":47},{"id":65,"depth":266,"text":66},{"id":78,"depth":266,"text":79},{"id":107,"depth":266,"text":108},{"id":165,"depth":266,"text":166},{"id":181,"depth":266,"text":182},{"id":192,"depth":245,"text":193},{"id":199,"depth":245,"text":200},"2026-04-10","Step-by-step guide to installing Open-AudIT on Windows Server, including Nmap and Visual C++ prerequisites.","md",{},{"title":338},"Install on Windows","\u002Fdocs\u002Finstallation\u002Finstall-windows","Beginner",{"title":5,"description":334},"docs\u002F2.installation\u002F4.install-windows","4hlQHf652L_6Yt27zbcCoLggoYgfcuP7WhWs4bSGyZk",[345],{"title":346,"path":347,"stem":348,"children":349},"Docs","\u002Fdocs","docs",[350,354,365,383,413,435,442,464,481],{"title":351,"path":347,"stem":352,"description":353},"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":355,"path":356,"stem":357,"children":358,"description":360},"Getting Started","\u002Fdocs\u002Fgetting-started","docs\u002F1.getting-started\u002F1.index",[359,361],{"title":355,"path":356,"stem":357,"description":360},"Get from a fresh install to discovering devices on your network in under 10 minutes. This guide walks through each step in order.",{"title":177,"path":362,"stem":363,"description":364},"\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":366,"path":367,"stem":368,"children":369,"description":371},"Installation","\u002Fdocs\u002Finstallation","docs\u002F2.installation\u002F1.index",[370,372,377,382],{"title":366,"path":367,"stem":368,"description":371},"Install or upgrade Open-AudIT on Windows Server or Linux. Includes virtual appliance option for the fastest setup.",{"title":373,"path":374,"stem":375,"description":376},"Server Requirements","\u002Fdocs\u002Finstallation\u002Fserver-requirements","docs\u002F2.installation\u002F2.server-requirements","Hardware, operating system, browser, and dependency requirements for running Open-AudIT.",{"title":378,"path":379,"stem":380,"description":381},"Install on Linux","\u002Fdocs\u002Finstallation\u002Finstall-linux","docs\u002F2.installation\u002F3.install-linux","Step-by-step guide to installing Open-AudIT on supported Linux distributions including Red Hat, Rocky Linux, Debian, and Ubuntu.",{"title":338,"path":339,"stem":342,"description":334},{"title":351,"path":384,"stem":385,"children":386,"description":388},"\u002Fdocs\u002Fdiscovery","docs\u002F3.discovery\u002F1.index",[387,389,394,398,403,408],{"title":351,"path":384,"stem":385,"description":388},"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":390,"path":391,"stem":392,"description":393},"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":189,"path":395,"stem":396,"description":397},"\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":399,"path":400,"stem":401,"description":402},"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":404,"path":405,"stem":406,"description":407},"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":409,"path":410,"stem":411,"description":412},"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":414,"path":415,"stem":416,"children":417,"description":419},"Reporting","\u002Fdocs\u002Freporting","docs\u002F4.reporting\u002F1.index",[418,420,425,430],{"title":414,"path":415,"stem":416,"description":419},"Open-AudIT gives you multiple ways to pull meaningful information out of collected data using Queries, Summaries, and Reports.",{"title":421,"path":422,"stem":423,"description":424},"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":426,"path":427,"stem":428,"description":429},"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":431,"path":432,"stem":433,"description":434},"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":436,"path":437,"stem":438,"children":439,"description":441},"Dashboards","\u002Fdocs\u002Fdashboards","docs\u002F5.dashboards\u002F1.index",[440],{"title":436,"path":437,"stem":438,"description":441},"Configure and customise Open-AudIT dashboards and widgets to create at-a-glance visual overviews of your network environment.",{"title":443,"path":444,"stem":445,"children":446,"description":448},"Administration","\u002Fdocs\u002Fadministration","docs\u002F6.administration\u002F1.index",[447,449,454,459],{"title":443,"path":444,"stem":445,"description":448},"Covers the ongoing administration of Open-AudIT including configuration, user management, permissions, and backup procedures.",{"title":450,"path":451,"stem":452,"description":453},"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":455,"path":456,"stem":457,"description":458},"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":460,"path":461,"stem":462,"description":463},"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":465,"path":466,"stem":467,"children":468,"description":470},"Troubleshooting","\u002Fdocs\u002Ftroubleshooting","docs\u002F7.troubleshooting\u002F1.index",[469,471,476],{"title":465,"path":466,"stem":467,"description":470},"General troubleshooting guidance for Open-AudIT covering discovery problems, common errors, and first steps for diagnosing issues.",{"title":472,"path":473,"stem":474,"description":475},"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":477,"path":478,"stem":479,"description":480},"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":482,"path":483,"stem":484,"description":485},"Release Notes","\u002Fdocs\u002Frelease-notes","docs\u002Frelease-notes","What's new in each Open-AudIT release — features, fixes, and improvements.",1779233235056]