I'm trying Android monitor app with a self-signed certificate and I've executed these commands: Code: cd /etc/apache2/sites-available/ wget http://www.ispconfig.org/downloads/ispconfig_monitor_app/ispconfigmonitorappnonssl.vhost cd /etc/apache2/sites-enabled ln -s /etc/apache2/sites-available/ispconfigmonitorappnonssl.vhost 000-ispconfigmonitorappnonssl.vhost /etc/init.d/apache2 restart Unfortunately it seems not working returnig this error/warning (in ISPConfig Cron - Log) Code: Error: (CLI:003) Specified controller does not exist. PHP Warning: Invalid argument supplied for foreach() in /usr/local/ispconfig/server/lib/classes/monitor_tools.inc.php on line 1072 FATAL: Could not load /lib/modules/2.6.34.6-xxxx-grs-ipv6-64/modules.dep: No such file or directory Failed to load mptctl Can anyone tell me what did I do wrong? Thanks.
Do you run a firewall? If yes, pleasecheck that you opened port 8082 TCP. The errors in the cron.log are not related to your problem.