Hello,
I use m2p with fhem and zigbee2mqtt without any issues.
To extend my home automation I added a homematic RF interface with debmatic software.
The debmatic Web ui (using nodejs) kicks out the m2p webUI even if I change the port from debmatic I get only the apache2 default landing page anymore.
Do you have any hints to get it work?
Many thanks
it seems like the nodejs installer modifies some apache config files to exclusively get the port 80. After you change the port of debmatic you might have a look at the max2play apache config file in /etc/apache2/sites_enabled/max2play.conf
When you restart apache with „/etc/init.d/apache2 restart“ it should reload the config and if all is OK, it should give you the webinterface on the default port in your browser.