Page 1 of 1

Change port number web interface ZoneMinder

Posted: Sat Jan 27, 2018 4:16 pm
by Sjonnie
Hi All,

Been busy installing ZoneMinder on my RPi3 as per these instructions: https://wiki.zoneminder.com/Raspbian. With a few modifications due to the fact that I use "stretch" I was able to install all necessary components.

But.... My RPi3 serves as a Domoticz server (port 2082 and 443) and has Pi-hole installed (port 80). I would really (really!) like to use another port for the web interface of ZoneMinder for instance 8080. I have searched this forum but cannot find a solution that works.

Anyone have a clue?

Looking forward!

Re: Change port number web interface ZoneMinder

Posted: Sat Jan 27, 2018 4:24 pm
by iconnor
ZoneMinder uses apache. Just configure apache to listen on another port.

Re: Change port number web interface ZoneMinder

Posted: Sat Jan 27, 2018 4:45 pm
by Sjonnie
Thank you for your ultra swift reply.
Did some more searching based on your advice and stumbled upon this post: viewtopic.php?t=21721#p82527

Changed the port to 8080 in /etc/apache2/ports.conf and after a restart of apache2 the web interface as accessible from [internal ip]:8080/zm.

Thanks again!

Re: Change port number web interface ZoneMinder

Posted: Tue May 10, 2022 1:29 am
by dougmccrary
I just ran into this after a reboot, having installed pihole on a zm server yesterday. It worked. Until I rebooted. Don't know how.

Anyway, Apache hadn't started due to pihole grabbing port 80.

I opted to change /etc/lighttpd/lighttpd.conf to port 81, Seems to work fine.