FTP Issues with ISPConfig Auto Install

Discussion in 'Installation/Configuration' started by Dave B, Nov 26, 2021.

Tags:
  1. Dave B

    Dave B Member

    Evening all,

    I'm having some issues with FTP on my server after using the https://www.howtoforge.com/community/threads/ispconfig-3-autoinstaller.86078/

    First of all, I cant seem to access the FTP root account and after installation of ISPConfig I only got my ISPConfig admin password and MySQL root password but nothing at all for the FTP.

    I'm also having intermittent connecting and timeout issues as per the below - Any ideas?

    Code:
    Status:    Resolving address of server1.simplesupport.tk
    Status:    Connecting to 209.182.216.103:21...
    Status:    Connection attempt failed with "ETIMEDOUT - Connection attempt timed out".
    Error:    Could not connect to server
    Status:    Waiting to retry...
    Status:    Resolving address of server1.simplesupport.tk
    Status:    Connecting to 209.182.216.103:21...
    Status:    Connection attempt failed with "ETIMEDOUT - Connection attempt timed out".
    Error:    Could not connect to server
    Status:    Disconnected from server
    Status:    Resolving address of server1.simplesupport.tk
    Status:    Connecting to 209.182.216.103:21...
    Status:    Connection established, waiting for welcome message...
    Status:    Initializing TLS...
    Status:    Verifying certificate...
    Status:    TLS connection established.
    Status:    Logged in
    Status:    Retrieving directory listing...
    Status:    Directory listing of "/" successful
    Status:    Retrieving directory listing of "/web"...
    Status:    Directory listing of "/web" successful
    Status:    Retrieving directory listing of "/web/support"...
    Status:    Directory listing of "/web/support" successful
    Status:    Sending keep-alive command
    Status:    Sending keep-alive command
    Status:    Disconnected from server: ECONNABORTED - Connection aborted
     
  2. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    I think you should use your ssh access instead.

    I am not sure about your second issue though.
     
    Dave B likes this.
  3. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Root is not allowed to use ftp. As suggested, use stfp if you must have root access.
     
    Dave B likes this.

Share This Page