2

Ubuntu 20.04

ZoneMinder does not appear as an installable application so I used apt-get which worked without errors.

The package seems properly installed but does not appear in my Applications folder and will not run from the command line.

Is this application usable under Ubuntu? If so, please advise how to run it and make it appear with my other applications.

sotirov
  • 4,379
Graham
  • 21

2 Answers2

1

This application is web-based, not GUI - therefore it does not have any *.desktop file, so it is absolutely expected that its icon is not presented in menu.

You have to check its Apache configuration and use web-browser to get access to it.
Other good place to find help is official documentation (with assumption that you use ZoneMinder from official Ubuntu repositories).

N0rbert
  • 103,263
0

ZoneMinder is actually a server. It's not a desktop application. However, it has a web-based interface that you can use.

Start the server:

You can start your ZoneMinder with:

sudo service zoneminder start

Access the web application:

You can access your ZoneMinder installation from your browser: http://localhost/zm/

Troubleshooting:

sotirov
  • 4,379