Getting Started
From: https://zoneminder.readthedocs.io/en/1.37.61/userguide/gettingstarted .html





Getting Started
The intent of this section is to provide a simplified introduction to some
of the basic configuration tasks that most ZoneMinder servers will
require. This will include setting your Timezone, enabling Authentication,
adding a Monitor (camera), adding a Zone and changing the web display
Theme. Detailed explanations about each particular item can be found in
their respective sections of the ZoneMinder documentation.

Having followed the Installation Guide for your distribution you should now
be able to load the ZoneMinder web interface which can be found at
http://hostname-or-ip/zm. The image below shows an example of the
ZoneMinder Console which is displayed after starting. The ZoneMinder
Console is the central location from which all ZoneMinder configuration
and functionality can be accessed.
	
	../_images/getting-started-first-screen.png
	ZoneMinder Console.

	Note
Please note that in this guide the notation of Link means that you click on
the specified link on the web interface to perform the specified action.



Setting Timezone ZoneMinder allows you to specify the Timezone in the web interface. Please set up before moving forward so that your saved events, logfiles and timestamp overlays contain correct time information. The Timezone can be changed using the following steps.
Enabling Authentication We strongly recommend enabling authentication during initial setup of ZoneMinder. There are some situations where certain users don’t enable authentication, such as instances where the server is in a LAN not directly exposed to the Internet. In most cases authentication should be enabled. Follow the steps below. Authentication Parameters in System Tab.
	
Note For initial login authentication the default username is admin and default password is admin.

Establish Login Password ZoneMinder defines a default user with username of admin and password of admin. Use these credentials to login to ZoneMinder for the first time. This is not very secure for a server so let’s change this before continuing setting up ZoneMinder. The password for the admin user can be changed by following the steps below. Changing Password in Users Tab
Understanding the Web Console Before we proceed, let’s spend a few minutes understanding the key functions of the web Console. At any time you can return to the Console by clicking the Console link. For the sake of illustration, we are going to use an existing ZoneMinder server already configured with several Monitors and showing recorded events. ZoneMinder Console for Existing Configured Server. This is the Console window in ZoneMinder and shows a summary of your Monitors, associated events, Zones, server status and links to other available functionality. A brief description of many of these items is given below. Each section has a much more detailed description contained in the ZoneMinder documentation.
Adding Monitors Now that we have a basic understanding of the Console web interface, lets go about adding a new Monitor. In ZoneMinder the source of a video stream is called a Monitor and this can come from many types of sources, most commonly from an IP camera.
Prior to adding Monitors in ZoneMinder you will need the following information at minimum: URL to access the video stream, authentication user/password, IP address, video resolution in pixels, frames per second (FPS) and the video stream protocol. The generic camera we are using as an example here has the following characteristics: URL of rtsp://username:password@ipaddress:port/videoMain, resolution of 1280x960 pixels, 5 frames per second (FPS), RTSP protocol using TCP and an h.264 encoded stream. The specific information for your cameras will be different, of course. Note This is meant to be a simple example. For a more detailed explanation of other options available when creating a monitor, please see Defining Monitors
Determining camera characteristics is one of the challenging aspects of ZoneMinder configuration. There are several ways to find camera information. The primary way would be the camera user manual or manufacturer product support website. The ZoneMinder community also has a frequently updated list here that lists information about many cameras. If you don’t find your camera there and can’t seem to find it elsewhere, feel free to register and ask in the user forums. ../_images/getting-started-add-monitor-ready.png Console with Configured Monitor
Adding Zones After adding a Monitor the next step is to define Zones which will be used for image analysis. By default each added Monitor has one zone defined which covers the full area captured by the camera. In most cases this is not very useful, especially if you intend to capture specific events such as a door opening or an object entering a specific area. Let’s define a new Zone appropriate for this Monitor. This new Zone will help to reduce the number of events captured and space required on your storage system.
Selecting Themes When you first install ZoneMinder, the web interface uses what is called the Base theme. It is worthwhile to note that ZoneMinder has Base, Classic and Dark themes available. These themes are controlled by the Skin and CSS settings found in the Options menu. ../_images/getting-started-theme-base.png Example of Base Theme Console ../_images/getting-started-theme-dark.png Example of Dark Theme Console ../_images/getting-started-theme-classic.png Example of Classic Theme Console
Conclusion This was a quick Getting Started guide where you were introduced to the very basics of how to set your Timezone, setup Authentication, add a Monitor (camera), define a Zone and change the ZoneMinder display Theme. We’ve skipped many details to keep this concise. Please refer to Options for details about setting the various Options, Defining Monitors for details about setting up Monitors and finally Defining Zones for details about setting up Zones.