After installed ISPConfig i get debian default page instead of ISPC

Discussion in 'Installation/Configuration' started by Paykoman, Dec 27, 2025.

  1. Paykoman

    Paykoman New Member

    Hello,

    i followed the steps from ISPC and finished the installation with the standalone way (not expert).
    At the end i got this lines:

    Code:
    Configuring Apps vhost
    Configuring DBServer
    Installing ISPConfig crontab
    no crontab for root
    Detect IP addresses
    Restarting services ...
    Job for apache2.service failed because the control process exited with error code.
    See "systemctl status apache2.service" and "journalctl -xe" for details.
    Installation completed.
    
    Now i open myip:8080 and i get the default page insted of ISPC login apge :(

    I found any small article where told me to copy the 000-default.conf to virtual.isp3.conf
    and then:
    Code:
    <VirtualHost *:8080>
    
    # ServerName example.tld
    # ServerAlias www.example.tld *.example.tld
    DocumentRoot /usr/local/ispconfig/interface/web
    
    </VirtualHost>
    
    I restartet apache but it not solved the Problem.So i need a way to get ISPC instead of debian default page :(

    I hope any cna help me =(
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's completely wrong, please undo that.

    Then restart apache2 service and then run:

    journalctl -xe

    and post the output to see why your Apache server does not start. Also, you did not mention which operating system you use.
     
  3. Paykoman

    Paykoman New Member

    huh? I dont said it doesnt start. I said i got the wrong page.
    Debian default site instead of ISPConfig.
    And my system is Debian 11.

    Code:
    
    root@vps2613609:~# systemctl status apache2.service
    ● apache2.service - The Apache HTTP Server
         Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
         Active: active (running) since Sat 2025-12-27 16:50:44 CET; 2h 38min ago
           Docs: https://httpd.apache.org/docs/2.4/
        Process: 530871 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
          Tasks: 9 (limit: 4661)
         Memory: 20.4M
            CPU: 1.438s
         CGroup: /system.slice/apache2.service
                 ├─530876 /usr/sbin/apache2 -k start
                 ├─530877 vlogger (access log)
                 ├─530878 /usr/sbin/apache2 -k start
                 ├─530879 /usr/sbin/apache2 -k start
                 ├─530880 /usr/sbin/apache2 -k start
                 ├─530881 /usr/sbin/apache2 -k start
                 ├─530882 /usr/sbin/apache2 -k start
                 ├─530883 /usr/sbin/apache2 -k start
                 └─533865 /usr/sbin/apache2 -k start
    
    Dec 27 16:50:44 vps2613609 systemd[1]: Starting The Apache HTTP Server...
    Dec 27 16:50:44 vps2613609 apachectl[530874]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispco>
    Dec 27 16:50:44 vps2613609 systemd[1]: Started The Apache HTTP Server.
    
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    From your post:

    Code:
    Job for apache2.service failed because the control process exited with error code.
    See "systemctl status apache2.service" and "journalctl -xe" for details.
    So you indeed posted that Apache did not start after ISPConfig installation. Which means you must have done other things in your setup to make it start again and that probably caused ISPConfig UI to not show up now. What exactly did you do after Apache failed to start?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Additionally, installing a server on Debian 11, which reaches its end of life in half a year, makes no sense at all. Use Debian 12 instead.
     
  6. Paykoman

    Paykoman New Member

    yes okay, that was the log of installation to show the installation was done.
    The error why apache has not started after the installation was an SSL issue i fixet it already.

    But as i said, i dont get the ISPConfig login page i got debian default and would be very happy if we can fix it i want cancle my old root server before next month is running =(

    Seee it: 37.157.255.181:8080

    Im open for discord (can do screenshare for faster solve the problem), add me: paykomanvll
     
    Last edited: Dec 27, 2025
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    How exactly did you fix that?
    Was the server empty before you installed ISPConfig?
    Run the test script from read before posting and post the result: https://forum.howtoforge.com/threads/please-read-before-posting.58408/
    Post the output of the command:

    ls -la /etc/apache2/sites-enabled/
     
  8. Paykoman

    Paykoman New Member

    i installed/enbaled SSL, so it was it fixed and apache was running.

    LOG
    Code:
    
    root@vps2613609:~# ls -la /etc/apache2/sites-enabled/
    total 8
    drwxr-xr-x 2 root root 4096 Dec 27 16:49 .
    drwxr-xr-x 8 root root 4096 Dec 27 09:28 ..
    lrwxrwxrwx 1 root root   39 Dec 27 10:25 000-apps.vhost -> /etc/apache2/sites-available/apps.vhost
    lrwxrwxrwx 1 root root   35 Dec 27 09:28 000-default.conf -> ../sites-available/000-default.conf
    lrwxrwxrwx 1 root root   43 Dec 27 10:21 000-ispconfig.conf -> /etc/apache2/sites-available/ispconfig.conf
    lrwxrwxrwx 1 root root   44 Dec 27 10:25 000-ispconfig.vhost -> /etc/apache2/sites-available/ispconfig.vhost
    lrwxrwxrwx 1 root root   38 Dec 27 10:21 999-acme.conf -> /etc/apache2/sites-available/acme.conf
    
    Yes it was a clean server and i just followed ISPC instructions and installed only the requirements.
    I think its just a problem of the configs that apache default pache is visible and not ISPC.
     
    Last edited: Dec 27, 2025
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    I asked how exactly. There are ways to do it wrong, which can lead to your problem.
    Then I asked you to post the result of the test script, which you did not do.
     
  10. Paykoman

    Paykoman New Member

    i did with
    # sudo a2enmod ssl
    And then restarted apache and was running.
    I think not its our problem, i use https and i get the debian default page, the question is why default page and not ISPC.

    Sorry, my english is not good, but i did it now:

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Debian GNU/Linux 11 (bullseye)
    
    [INFO] uptime:  20:41:55 up 26 days,  4:52,  2 users,  load average: 0.00, 0.00, 0.00
    
    [INFO] memory:
                   total        used        free      shared  buff/cache   available
    Mem:           3.8Gi       214Mi       1.0Gi       5.0Mi       2.6Gi       3.3Gi
    Swap:             0B          0B          0B
    
    [INFO] systemd failed services status:
      UNIT LOAD ACTIVE SUB DESCRIPTION
    0 loaded units listed.
    
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.2.10p2
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.4.33
    
    ##### PORT CHECK #####
    
    [WARN] Port 143 (IMAP server) seems NOT to be listening
    [WARN] Port 993 (IMAP server SSL) seems NOT to be listening
    [WARN] Port 110 (POP3 server) seems NOT to be listening
    [WARN] Port 995 (POP3 server SSL) seems NOT to be listening
    [WARN] Port 25 (SMTP server) seems NOT to be listening
    [WARN] Port 465 (SMTP server SSL) seems NOT to be listening
    [WARN] Port 21 (FTP server) seems NOT to be listening
    [WARN] Port 25 (SMTP server) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    [WARN] I found no "smtp" entry in your postfix master.cf
    [WARN] I found no "submission" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this.
    [WARN] I found no "smtps" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this.
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 530876)
    [WARN] I could not determine which mail server is running.
    [WARN] I could not determine which pop3 server is running.
    [WARN] I could not determine which imap server is running.
    [WARN] I could not determine which ftp server is running.
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:22           (467821/sshd:)
    [localhost]:3306                (507388/mariadbd)
    *:*:*:*::*:22           (467821/sshd:)
    *:*:*:*::*:443          (530876/apache2)
    *:*:*:*::*:8080         (530876/apache2)
    *:*:*:*::*:80           (530876/apache2)
    *:*:*:*::*:8081         (530876/apache2)
    
    
    
    
    ##### IPTABLES #####
    
    
    
    
    ##### LET'S ENCRYPT #####
    
    
     
    Last edited: Dec 27, 2025
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, so mod_ssl was not enabled. This is done by the auto-installer, but maybe you had Apache already installed so the system was not empty. Most likely, other modules are not enabled then as well, so you should try enabling them:

    Code:
    a2enmod suexec rewrite ssl actions include dav_fs dav auth_digest cgi headers actions proxy_fcgi alias
    Then restart apache2.

    Regarding the test script output, there seem to be a lot of services missing or not running, no web and no ftp services. Or you did not run the test script as root.
     
  12. Paykoman

    Paykoman New Member

    It`s new system, i just installed stuff i get displayed, like php etc.

    I hoped its all included in a managment software installation, so yes i installed no services only what i get displayed as requeriments.
    A tutorial like "how to prepare your server" was better instead of installation directly xD
    Okay i did your steps here the output:

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    [WARN] could not determine server's ip address by ifconfig
    [INFO] OS version is Debian GNU/Linux 11 (bullseye)
    
    [INFO] uptime:  21:31:59 up 26 days,  5:43,  2 users,  load average: 0.29, 0.09, 0.03
    
    [INFO] memory:
                   total        used        free      shared  buff/cache   available
    Mem:           3.8Gi       211Mi       1.0Gi       5.0Mi       2.6Gi       3.3Gi
    Swap:             0B          0B          0B
    
    [INFO] systemd failed services status:
      UNIT LOAD ACTIVE SUB DESCRIPTION
    0 loaded units listed.
    
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.2.10p2
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 7.4.33
    
    ##### PORT CHECK #####
    
    [WARN] Port 143 (IMAP server) seems NOT to be listening
    [WARN] Port 993 (IMAP server SSL) seems NOT to be listening
    [WARN] Port 110 (POP3 server) seems NOT to be listening
    [WARN] Port 995 (POP3 server SSL) seems NOT to be listening
    [WARN] Port 25 (SMTP server) seems NOT to be listening
    [WARN] Port 465 (SMTP server SSL) seems NOT to be listening
    [WARN] Port 21 (FTP server) seems NOT to be listening
    [WARN] Port 25 (SMTP server) seems NOT to be listening
    
    
    ##### MAIL SERVER CHECK #####
    
    [WARN] I found no "smtp" entry in your postfix master.cf
    [WARN] I found no "submission" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this.
    [WARN] I found no "smtps" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this.
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 546134)
    [WARN] I could not determine which mail server is running.
    [WARN] I could not determine which pop3 server is running.
    [WARN] I could not determine which imap server is running.
    [WARN] I could not determine which ftp server is running.
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:22           (467821/sshd:)
    [localhost]:3306                (507388/mariadbd)
    *:*:*:*::*:22           (467821/sshd:)
    *:*:*:*::*:443          (546134/apache2)
    *:*:*:*::*:8080         (546134/apache2)
    *:*:*:*::*:80           (546134/apache2)
    *:*:*:*::*:8081         (546134/apache2)
    
    
    
    
    ##### IPTABLES #####
    
    
    
    
    ##### LET'S ENCRYPT #####
    
    
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    You do not install anything manually when you install ISPConfig, you run a single command on a completely empty system, only ssh might be installed. So you installed php and other things, ok, this must fail then. Which tutorial did you use that instructed you to install other things, please post the link.
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    You mean we shall post an empty page, or how shall a guide look like that is not needed? You shall explicitly NOT prepare anything. All you shall do is as listed in the installation tutorial:

    https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/

    as you can see, there is nothing that you shall do except ensure that the base system is up to date, that you are logged in as root user and that you have a correct hostname.

    My guess is, you asked an AI, that AI told you complete nonsense and you followed that instead of using the official installation guides. Format your server, ensure that you just have SSH installed and then follow the installation tutorial: https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/
     
  15. Paykoman

    Paykoman New Member

    Okay then i re-install tomorrow and try to follow your instructions xD
     
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    And use Debian 12 and not 11. Debian 11 is soon EOL.
     
  17. Paykoman

    Paykoman New Member

    Ohh i selected Debian 13 :D

    OMG the auto install worked fine, it seems done now.

    I try to move the first Website then i will see how it works.

    Thank you so much, very great !
     
  18. remkoh

    remkoh Well-Known Member HowtoForge Supporter

    Debian 13 isn't supported yet!

    A beta version of ispconfig that does support Debian 13 has just been released.
    Official supported release will still be a while.
     

Share This Page