When I attempt to use phpmyadmin on 3.1 it appears it's not processing php because it just displays the actual php scrtipt. Basically this is whjat I see in my browser. ------------------------------------------------------------ <?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Main loader script * * @package PhpMyAdmin */ /** * Gets some core libraries and displays a top message if required */ require_once 'libraries/common.inc.php'; ----------------------------------------------------------------- I thought maybe I missed a step so I installed it again wit the same result. I friend of mind also has the same issue. Below is the report from my server. The only thing i did different from the build is I chose a different port than 8080. ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** IP-address(es) (as per ifconfig): ***.***.***.*** [WARN] ip addresses from hostname differ from ifconfig output. Please check your ip settings. [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.1b1 ##### VERSION CHECK ##### [INFO] php (cli) version is 7.0.4-7ubuntu2 ##### PORT CHECK ##### [WARN] Port 8080 (ISPConfig) seems NOT to be listening [WARN] Port 465 (SMTP server SSL) seems NOT to be listening ##### MAIL SERVER CHECK ##### [WARN] I found no "submission" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this. [WARN] I found no "smtps" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this. ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 1527) [INFO] I found the following mail server(s): Postfix (PID 2066) [INFO] I found the following pop3 server(s): Dovecot (PID 1139) [INFO] I found the following imap server(s): Dovecot (PID 1139) [INFO] I found the following ftp server(s): PureFTP (PID 1656) ##### LISTENING PORTS ##### (only () Local (Address) [anywhere]:110 (1139/dovecot) [anywhere]:143 (1139/dovecot) [anywhere]:21 (1656/pure-ftpd) ***.***.***.***:53 (1077/named) [localhost]:53 (1077/named) [anywhere]:22 (1085/sshd) [anywhere]:25 (2066/master) [localhost]:953 (1077/named) [anywhere]:993 (1139/dovecot) [anywhere]:995 (1139/dovecot) [localhost]:10023 (1488/postgrey.pid) [localhost]:10024 (1850/amavisd-new) [localhost]:10025 (2066/master) [localhost]:10026 (1850/amavisd-new) [localhost]:10027 (2066/master) [localhost]:11211 (1074/memcached) [localhost]10 (1139/dovecot) [localhost]43 (1139/dovecot) *:*:*:*::*:80 (1527/apache2) *:*:*:*::*:8081 (1527/apache2) *:*:*:*::*:21 (1656/pure-ftpd) *:*:*:*::*:53 (1077/named) *:*:*:*::*:22 (1085/sshd) *:*:*:*::*:25 (2066/master) *:*:*:*::*:953 (1077/named) *:*:*:*::*:443 (1527/apache2) *:*:*:*::*:4445 (1527/apache2) *:*:*:*::*:993 (1139/dovecot) *:*:*:*::*:995 (1139/dovecot) *:*:*:*::*:10023 (1488/postgrey.pid) *:*:*:*::*:10024 (1850/amavisd-new) *:*:*:*::*:10026 (1850/amavisd-new) *:*:*:*::*:3306 (1486/mysqld) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination f2b-dovecot-pop3imap tcp -- [anywhere]/0 [anywhere]/0 multiport dports 110,995,143,993 f2b-pureftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21 f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25 f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 22 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain f2b-dovecot-pop3imap (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 Chain f2b-postfix-sasl (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 Chain f2b-pureftpd (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0 Chain f2b-sshd (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0