Hello my friends I'm totally new in ispconfig. I installed ispconfig3 by automated script. Everything went well and it istalled after several minutes. but i cant connect to it by mylocalIP:8080. When I try the command "nmap -p 8080 mylocalIP", the response is: PORT STATE SERVICE 8080/tcp closed http-proxy Is this a problem? and if yes, what I'm supposed to do? Best regards Hanif
What autoinstaller did you use? What os and other info? In general, try to start the web server and if it doesn't start, set what errors you get.
My OS is ubuntu server 18.04 and I used this tutorial: (standard mode) https://www.howtoforge.com/tutorial/ispconfig-3-automated-installation-on-ubuntu-1804/
I have access to appache and phpmyadmin but not the ispconfig control pannel. It meas that : http://myLocalIp ----> works http://myLocalIp/phpmyadmin ----> works https://myLocalIp:8080 ----> Doesn't works
https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ Run the test script as root user and post the result.
I installed ispconfig in ubuntu 16.04 and still I have the same problem. I did the script that you told me and the results are: ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** IP-address(es) (as per ifconfig): ***.***.***.*** [INFO] No ISPConfig found. ##### VERSION CHECK ##### [INFO] php (cli) version is 7.0.33-0ubuntu***.***.***.*** ##### PORT CHECK ##### [WARN] Port 993 (IMAP server SSL) seems NOT to be listening [WARN] Port 995 (POP3 server SSL) seems NOT to be listening ##### MAIL SERVER CHECK ##### ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 127428) [INFO] I found the following mail server(s): Postfix (PID 91489) [INFO] I found the following pop3 server(s): Dovecot (PID 97634) [INFO] I found the following imap server(s): Dovecot (PID 97634) [INFO] I found the following ftp server(s): PureFTP (PID 79737) ##### LISTENING PORTS ##### (only () Local (Address) [localhost]:10023 (112461/postgrey.pid) [localhost]:10024 (127472/amavisd-new) [anywhere]:587 (91489/master) [localhost]:6379 (78057/redis-server) [localhost]:11211 (77934/memcached) [anywhere]:110 (97634/dovecot) [anywhere]:143 (97634/dovecot) [anywhere]:465 (91489/master) [anywhere]:21 (79737/pure-ftpd) [anywhere]:22 (38835/sshd) [anywhere]:25 (91489/master) *:*:*:*::*:10023 (112461/postgrey.pid) *:*:*:*::*:10024 (127472/amavisd-new) *:*:*:*::*:3306 (56694/mysqld) *:*:*:*::*:587 (91489/master) [localhost]10 (97634/dovecot) [localhost]43 (97634/dovecot) *:*:*:*::*:80 (127428/apache2) *:*:*:*::*:465 (91489/master) *:*:*:*::*:21 (79737/pure-ftpd) *:*:*:*::*:22 (38835/sshd) *:*:*:*::*:25 (91489/master) *:*:*:*::*:443 (127428/apache2) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination f2b-pureftpd tcp -- [anywhere]/0 [anywhere]/0 multiport dports 21 f2b-dovecot-pop3imap tcp -- [anywhere]/0 [anywhere]/0 m ultiport dports 110,995,143,993 f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multi port dports 25 f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 multiport dp orts 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
Looks like ISPConfig installation failed. That autoinstall script works if the preconditions are met, but tends to fail if it is used on a system where not everything is as expected. Using the Perfect Server Guide tends to produce working result, and you get to see the error messages if something fails during installation. So I suggest usíng https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/