How to Install Zoneminder on Windows 10
Zoneminder is an open source CCTV software that allows you to monitor your home or business using a web interface. This tutorial will guide you step-by-step on how to install Zoneminder on Windows 10.
Prerequisites
- Windows 10
- Apache web server
- MySQL database
- PHP
Steps
- Download Zoneminder from its official website - https://www.zoneminder.com/download/
- Extract the downloaded ZIP file to C:\ drive.
- Rename the extracted folder to "zm".
- Create a folder named "tv" at
C:\zm\eventsfolder.- This folder will store all the recorded videos.
- Install Apache web server, MySQL database and PHP.
- You can download XAMPP, a package that contains all the required software from Apache Friends (https://www.apachefriends.org/index.html).
- Start Apache and MySQL service.
- This can be done from the XAMPP control panel.
- Open your browser and type the URL
localhost/phpmyadmin. - Create a new MySQL database named "zm".
- Import the database tables by running the following command on the command prompt:
- cd C:\zm\sql
- mysql -u root -p zm < zm_create.sql
- Configure Zoneminder's configuration file
C:\zm\conf\zm.conf- Change the value of the mysql_username and mysql_password to the correct ones that are set in the XAMPP installation.
- Change the value of the ZM_DB_HOST to localhost.
- Restart Apache web server.
After completing the above steps, you should be able to access your Zoneminder by typing localhost/zm on your browser.
Congratulations, you have successfully installed Zoneminder on Windows 10!