Category Archives: ZoneMInder

Zoneminder – Authentication

To configure security: Options, System Settings before: -OPT_USE_AUTH = UNCHECKED (to authenticate ZM users) -AUTH_TYPE = builtin (what is used to auth ZM users) -AUTH_RELAY = hashed (method used to relay auth info) -AUTH_HASH_SECRET = “change me to something unique” … Continue reading

Posted in Ubuntu, ZoneMInder | Leave a comment

Installing ZoneMinder on UbuntuServer – Enable and Start ZM

Enabling and Starting ZoneMinder: systemctl enable zoneminder Note: It came back with: Synchronizing state of zoneminder.service with SysV init with /lib/systemd/systemd-sysv-install… Executing /lib/systemd/systemd-sysv-install enable zoneminder systemctl start zoneminder Note: It didn’t come back with anything re: prompts. Probably OK, though. … Continue reading

Posted in Ubuntu, ZoneMInder | Leave a comment

Installing ZoneMinder on UbuntuServer – Configure Apache

a2enconf zoneminder Note: It came back with: To activate the new configuration, you need to run: service apache2 reload Note: Not sure if I do this now or not… Decided to do now, even though two more commands to go … Continue reading

Posted in Ubuntu, ZoneMInder | Leave a comment