Fresh install of Debian 8 w/ ispconfig 3 followed the install document and when i try and connect to https://ip:8080 it goes to Apache2 Debian default page, googled it and couldn't find any solutions. Any one have any idea's whats going on? netstat shows ispconfig isn't running, root@ns1:~/ispconfig3_install/install# service ispconfig start Failed to start ispconfig.service: Unit ispconfig.service failed to load: No such file or directory.
You can´t start ISPConfig3 as a service - it´s not a system-service. Check that apache is listening on port 8080 and ensure, that you did not block the port in your firewall
iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination fail2ban-postfix-sasl tcp -- anywhere anywhere multiport dports smtp fail2ban-dovecot-pop3imap tcp -- anywhere anywhere multiport dports pop3,pop3s,imap2,imaps fail2ban-pureftpd tcp -- anywhere anywhere multiport dports ftp fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain fail2ban-dovecot-pop3imap (1 references) target prot opt source destination RETURN all -- anywhere anywhere Chain fail2ban-postfix-sasl (1 references) target prot opt source destination RETURN all -- anywhere anywhere Chain fail2ban-pureftpd (1 references) target prot opt source destination RETURN all -- anywhere anywhere Chain fail2ban-ssh (1 references) target prot opt source destination RETURN all -- anywhere anywhere netstat -nal | grep 8080 tcp6 0 0 :::8080 :::* LISTEN
From what I can tell its not running on port 8080, nothing in the ispconfig.log and nothing in apache2.log or error.log as to why its not loading on port 8080 even tho 000-ispconfig.* has it loading up on port 8080
Please run the test script and post the output: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/