Unable to connect on port 8080

Discussion in 'Installation/Configuration' started by nospoon, Apr 19, 2015.

  1. nospoon

    nospoon New Member

    I'm trying to install ISPconfig 3 on my VPS running CentOS 7 x64. Followed exact steps from this article: https://www.howtoforge.com/perfect-server-centos-7-x86_64-nginx-dovecot-ispconfig-3
    Everything goes without problems until I get to a point just after installing the ISPconfig, when I'm supposed to finalize the installation for roundcube by goint go myservername:8081/roundcubemail/installer - I get an error: ERR_CONNECTION_TIMED_OUT.
    Same thing happens when trying to access the panel on port 8080. Moreover after running the panel installation I can no longer connect via ssh as root. I can still connect through a generated ssh session credentials (from VPS admin panel).
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check that there is no firewall on your vps or in front of your vps that blocks port 8080 and 8081.
     
  3. nospoon

    nospoon New Member

    I've checked everything, there are no iptables entries, no firewall running.
    However, in on of the threads I found that I should be able to start the ISP config server by running
    /etc/init.d/ispconfig_server start, but there is no such file or directory on my server.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no such script in ispconfig as ispconfig is not a daemon, you mix up ispconfig 2 and 3 here.

    Please use the test script to test your system:

    https://www.howtoforge.com/community/threads/please-read-before-posting.58408/
     
  5. nospoon

    nospoon New Member

    cat: htf_report.txt gives me 'No such file or directory'
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you download and run the testscript first?
     
  7. nospoon

    nospoon New Member

    Yes, I copied it exactly from the post.
    In meantime I tried installing another panel and I got the same issue. It seems like it could be a problem with CentOS or my VPS, however it seems a bit weird as every time I did a clean reinstall.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    You should better use a easier Linux distribution like Debian or ubtuntu, centos is not that easy to handle for beginners. Thats why we alwaysrecommend to use Debian and not centos at ispconfig.org.
     
  9. james-o

    james-o New Member

    hi i used ubuntu 14.04 but i am unable to access my ispconfig cpanel too
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact error message do you get in the browser?
     
  11. james-o

    james-o New Member

    it keep saying this page not available


    here is my website: https://www.kowhost.com:8080/
     
  12. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    Did you open port 8080?
     
  13. james-o

    james-o New Member

    I type on terminal

    sudo netstat -ntlp

    port 8080 is listening

    how do i open port 8080
     
  14. james-o

    james-o New Member

    when i go to my domain as kowhost.com it goes to apache default page but i cant get into ispconfig cpanel
     
  15. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    Maybe it´s just a firewall-issue.
     
  16. james-o

    james-o New Member

    i using ubunut server 14.04 that is it a problem is it?
     
  17. james-o

    james-o New Member

    how to fix the firewall issue google does not seem to be very helpful?

    thank you in advance
     
  18. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    Did you enable a firewall on your serfer (afaik ufw is disable on default at 14.04) or is there a firewall in front of your server?
     
  19. james-o

    james-o New Member

    no i didnt enable it and there is no firewall in front of my server
     
  20. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    And the output from netstat shows, that port 8080 is not bound to localhost (only)?
     

Share This Page