problem in install ISPConfig

Discussion in 'Installation/Configuration' started by RAED ALGHERBAWI, Aug 2, 2022.

  1. RAED ALGHERBAWI

    RAED ALGHERBAWI New Member

    Hello

    I will Try Install ISPConfig Server But I see the Installation Not Completed And show error.
    This error:
    [ERROR] Exception occured: ISPConfigOSException -> Command mount -o remount / 2>&1 && quotaoff -avug 2>&1 && quotacheck -avugm 2>&1 && quotaon -avug 2>&1 failed. (/ispconfig.ai.php:15)

    My Server USE: UBUNTU 20.04
    Please How Fix It??

    And thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if you are installing in a virtual server that does not support Linux quota (probably an LXC or Docker-based system). On such systems, you must install without quota, e.g.:

    Code:
    wget -O - https://get.ispconfig.org | sh -s -- --use-ftp-ports=40110-40210 --unattended-upgrades --no-quota
     
    RAED ALGHERBAWI likes this.
  3. RAED ALGHERBAWI

    RAED ALGHERBAWI New Member

    Thank u For Replay
    Now I want Testing
     
  4. RAED ALGHERBAWI

    RAED ALGHERBAWI New Member

    thank u installed but not open

    I link my Server On domain Name by Add 3 DNS Record

    A @ IP_SERVER
    A www IP_SERVER
    A SERVER_HOSTNAME IP_SERVER

    But this it not working :(
     
  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I do not understand what that means.
    You have not said how you installed, using which howto? There is ISPConfig autoinstall, find it in ISPConfig Documentation page, https://www.howtoforge.com/ispconfig-autoinstall-debian-ubuntu/.
    If you managed to install ISPConfig but something is not working, follow this:
    https://forum.howtoforge.com/threads/please-read-before-posting.58408/
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    This may have many reasons and some of them are not even related to your server installation like adding records on the wrong DNS server, adding the wrong DNS records, a closed firewall, entering wrong URL in your browser, etc. Without further details, we can't help you. Run the test script from the read before posting thread that @Taleman posted the link to and also say which exact errors you get when accessing the panel and which URL you are using.
     

Share This Page