Port 8080 already in use

Discussion in 'Installation/Configuration' started by bsl20b50, Sep 15, 2010.

  1. bsl20b50

    bsl20b50 New Member

    I just installed ISPConfig on my server and I cannot access it through my browser because my router uses port 8080 already. Can I use a different port for ISPConfig? If so, how do I do this?

    Thanks,
    Bryan
     
  2. Ghostdare

    Ghostdare Member

    Download ispconfig again, update it and choose another port.

    Code:
    cd /tmp
    wget http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.2.1.tar.gz?use_mirror=
    tar xvfz ISPConfig-3.0.2.1.tar.gz
    cd ispconfig3_install/install/
    The next step is to run
    Code:
    php -q update.php
    and at the end
    Code:
    ISPConfig Port [8080]: <-- [COLOR="Red"]ENTER ANOTHER PORT[/COLOR]
    
    Don't forget to open in your firewall, also check the newest version of ISPConfig
     
    Last edited: Sep 16, 2010

Share This Page