ISPconfig3 admin Page help

Discussion in 'General' started by kaisho, Jul 28, 2010.

  1. kaisho

    kaisho New Member

    Try not too laugh too hard, I am a Linux newbie (as if you couldn't tell)

    Followed the tutorial:
    The Perfect Server - Fedora 13 x86_64 [ISPConfig 3] , no errors on installing ISPConfig3 but when I try and access www.mydomain.com:8080/ all I get is the default Apache place holder indicating Apache is working.
    PHP, MySQL, Roundcube, Dovecot... and other items installed.

    How do I add email accounts and access ISPConfig3 admin page?
    Kindly assist this lost $MS soul.

    I am googled out from all the time trying to find answers.

    Looking forward to your help
    k
     
  2. Mark_NL

    Mark_NL Member

    try https://www.mydomain.com:8080
     
  3. Toucan

    Toucan Member

    I suspect there are no dns records for yourdomain so it's simply dumping you at the server root.

    If mark's suggestion does not work, try http://your.ip.number:8080
     
  4. Mark_NL

    Mark_NL Member

    Well, i just used the example domain he used, to make it easy ;-)

    But idd, try with your ip address.
     
  5. kaisho

    kaisho New Member

    still unable to find ispconfig3 login

    Thanks for your replies, but still does not work.

    tried the following:
    http://my.actual.ip:8080
    https://my.actual.ip:8080
    also tried using localhost and loopback ip addresses.

    dns, mx records is fine because I had a fully functional version of the website and email server running on a windows box with roundcube, hmailserver, mysql and IIS7.5 but need to get it working on a Linux server instead.

    My roundcube mail login page comes up, but unable to login.

    As mentioned before, ispconfig3 installed with no errors.

    Any ideas?

    Looking forward to your help.
    kaisho
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please execute this command on the shell as root user and post the output:

    netstat -tap
     
  7. kaisho

    kaisho New Member

    output from netstat

    As requested:
    # 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 1903/dovecot
    tcp 0 0 *:pop3s *:* LISTEN 1903/dovecot
    tcp 0 0 global7.localhost.loc:10024 *:* LISTEN 1952/amavisd (maste
    tcp 0 0 global7.localhost.loc:10025 *:* LISTEN 2030/master
    tcp 0 0 *:mysql *:* LISTEN 1879/mysqld
    tcp 0 0 *:pop3 *:* LISTEN 1903/dovecot
    tcp 0 0 global7.localhost.local:783 *:* LISTEN 1942/spamd.pid
    tcp 0 0 *:imap *:* LISTEN 1903/dovecot
    tcp 0 0 *:sunrpc *:* LISTEN 1522/rpcbind
    tcp 0 0 *:48948 *:* LISTEN 1569/rpc.statd
    tcp 0 0 *:ftp *:* LISTEN 1754/vsftpd
    tcp 0 0 *:ssh *:* LISTEN 1742/sshd
    tcp 0 0 global7.localhost.local:ipp *:* LISTEN 1615/cupsd
    tcp 0 0 192.168.1.26:ssh S010600259c73f9f1.vc.s:wins ESTABLISHED 3912/sshd: thor [pr
    tcp 0 0 192.168.1.26:ssh S010600259c73f:bintec-admin ESTABLISHED 5615/sshd: thor [pr
    tcp 0 0 *:imaps *:* LISTEN 1903/dovecot
    tcp 0 0 *:pop3s *:* LISTEN 1903/dovecot
    tcp 0 0 *:38564 *:* LISTEN 1569/rpc.statd
    tcp 0 0 *:vnc-server *:* LISTEN 2601/vino-server
    tcp 0 0 *:pop3 *:* LISTEN 1903/dovecot
    tcp 0 0 *:imap *:* LISTEN 1903/dovecot
    tcp 0 0 *:sunrpc *:* LISTEN 1522/rpcbind
    tcp 0 0 *:http *:* LISTEN 2056/httpd
    tcp 0 0 *:ssh *:* LISTEN 1742/sshd
    tcp 0 0 localhost:ipp *:* LISTEN 1615/cupsd
    tcp 0 0 *:https *:* LISTEN 2056/httpd
    tcp 8 0 ::ffff:192.168.1:vnc-server s207-6-221-56:syncserverssl ESTABLISHED 2601/vino-server

    Looking forward to your help.
    Kaisho
     
  8. BorderAmigos

    BorderAmigos New Member

    There are no entries shown in your list for MyDNS, it appears DNS is not running. Try /etc/init.d/mydns start.
     

Share This Page