ISPConfig inaccessable

Discussion in 'Installation/Configuration' started by musya3d, May 28, 2006.

  1. musya3d

    musya3d New Member

    Hello,

    I have just installed ispconfig on sarge 3.1 and everything went smoothly and clean, but my main problem now is that i cannot access ispconfig from a web browser. my domain is https://www.xyz.de:81 but i cannot get to it, any help would be greatly accpreciated.

    Thank You!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Are you sure www.xyz.de points to your server IP?
    Have you tried https://www.xyz.de:81 and http://www.xyz.de:81?

    Please post the output of:

    netstat -tap
     
  3. musya3d

    musya3d New Member

    Thank you for your reply, yes i have tryed all of them,
    here is the out put of netstat -tap

    michael:~# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:imaps *:* LISTEN 2094/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 2117/couriertcpd
    tcp 0 0 *:mysql *:* LISTEN 2180/mysqld
    tcp 0 0 *:pop3 *:* LISTEN 2103/couriertcpd
    tcp 0 0 *:imap2 *:* LISTEN 2080/couriertcpd
    tcp 0 0 *:www *:* LISTEN 9745/apache2
    tcp 0 0 *:81 *:* LISTEN 2392/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 2569/proftpd: (acce
    tcp 0 0 michael.akopov:domain *:* LISTEN 2554/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 2554/named
    tcp 0 0 *:ssh *:* LISTEN 2336/sshd
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 2554/named
    tcp 0 0 *:smtp *:* LISTEN 2533/master
    tcp 0 0 *:https *:* LISTEN 9745/apache2
    tcp 0 444 michael.akopov:ssh 192.168.0.100:3808 ESTABLISHED14428/sshd: admin [


    Thank You!
     
  4. falko

    falko Super Moderator ISPConfig Developer

    The netstat output looks ok.

    Is your ISPConfig server in a local network? If so, did you forward port 81 from your router to your ISPConfig system? Also make sure your firewall doesn't block port 81 and that your ISP doesn't block port 81.
     
  5. musya3d

    musya3d New Member

    all of those are checked except for my ISP, ill check that out and let you guys know. Thanks! oh by the way, do you know how to install a desktop enviroment in debian? because then i could just go https://localhost:81 correct?

    Thank You very much for you replies and posts!
     
  6. falko

    falko Super Moderator ISPConfig Developer

    You don't need a desktop for this. You can use lynx on the shell:

    Code:
    lynx https://localhost:81/
     
  7. musya3d

    musya3d New Member

    Yes but it is very complicated in there for me. any ideas as far as installing a desktop enviroment?
     
  8. falko

    falko Super Moderator ISPConfig Developer

    But using lynx is easier than installing a desktop environment. And a desktop is overhead for a server.
     
  9. musya3d

    musya3d New Member

    ok ill give it a try
     

Share This Page