[solved] ISPConfig 3.2 - cannot access panel

Discussion in 'General' started by hwalker, Nov 16, 2022.

  1. hwalker

    hwalker New Member

    Hello all,
    I recently installed ISPConfig 3.2. I can't connect to the panel - everything is working fine according to the test script.

    Code:
    root@lazarus:~# cat htf_report.txt | more
    
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Ubuntu 20.04.5 LTS
     
    [INFO] uptime:  22:57:06 up 3 min,  1 user,  load average: 0.01, 0.03, 0.00
     
    [INFO] memory:
                  total        used        free      shared  buff/cache   available
    Mem:           31Gi       1.9Gi        28Gi        46Mi       825Mi        29Gi
    Swap:            0B          0B          0B
     
    [INFO] systemd failed services status:
      UNIT                                                       LOAD   ACTIVE SUB    DESCRIPTION                                                               
    ● snap.lxd.activate.service                                  loaded failed failed Service for snap application lxd.activate                                 
    ● snap.oracle-cloud-agent.oracle-cloud-agent-updater.service loaded failed failed Service for snap application oracle-cloud-agent.oracle-cloud-agent-updater
    ● snap.oracle-cloud-agent.oracle-cloud-agent.service         loaded failed failed Service for snap application oracle-cloud-agent.oracle-cloud-agent       
    
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    
    3 loaded units listed.
    
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.2.8p2
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.4.33
    [INFO] php-cgi (used for cgi php in default vhost!) is version 7.4.33
    
    ##### PORT CHECK #####
    
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 1109)
    [INFO] I found the following mail server(s):
            Postfix (PID 1914)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 724)
    [INFO] I found the following imap server(s):
            Dovecot (PID 724)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 1422)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:4190         (724/dovecot)
    [localhost]:6379                (919/redis-server)
    [anywhere]:143          (724/dovecot)
    [anywhere]:111          (1/init)
    [anywhere]:110          (724/dovecot)
    [anywhere]:25           (1914/master)
    [anywhere]:22           (822/sshd:)
    [anywhere]:21           (1422/pure-ftpd)
    [anywhere]:465          (1914/master)
    [anywhere]:587          (1914/master)
    [anywhere]:995          (724/dovecot)
    [anywhere]:993          (724/dovecot)
    [localhost]:53          (741/named)
    [localhost]:953         (741/named)
    ***.***.***.***:53              (671/systemd-resolve)
    [localhost]:11332               (770/rspamd:)
    [localhost]:11333               (770/rspamd:)
    [localhost]:11334               (770/rspamd:)
    ***.***.***.***:53              (741/named)
    [localhost]:11211               (740/memcached)
    [localhost]:10023               (1284/postgrey)
    *:*:*:*::*:4190         (724/dovecot)
    *:*:*:*::*:53           (741/named)
    *:*:*:*::*:953          (741/named)
    *:*:*:*::*:8081         (1109/apache2)
    *:*:*:*::*:8080         (1109/apache2)
    [localhost]43           (724/dovecot)
    *:*:*:*::*:80           (1109/apache2)
    [localhost]11           (1/init)
    [localhost]10           (724/dovecot)
    *:*:*:*::*:25           (1914/master)
    *:*:*:*::*:22           (822/sshd:)
    *:*:*:*::*:21           (1422/pure-ftpd)
    *:*:*:*::*:465          (1914/master)
    *:*:*:*::*:443          (1109/apache2)
    *:*:*:*::*:587          (1914/master)
    *:*:*:*::*:995          (724/dovecot)
    *:*:*:*::*:993          (724/dovecot)
    *:*:*:*::*:6379         (919/redis-server)
    *:*:*:*::*:3306         (1009/mysqld)
    *:*:*:*::*17ff:fe0b:cd24:53             (741/named)
    Now whenever I go to the IP of the panel I get this error:
    Please help with this.
     
  2. hwalker

    hwalker New Member

    I forgot to add I'm using Ubuntu 20.04.
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Are you behind a nat router or something? If so, try forwarding that port 8080 to your server. To note you can even use other port to forward to your server.
     
  4. hwalker

    hwalker New Member

    Hey. Turns out - it's a problem with OCI's default configuration.
    I followed an article on their website to fix the problem and everything works as expected.
     
    till and ahrasis like this.

Share This Page