deb12 and pure-ftpd configuration?

Discussion in 'ISPConfig 3 Priority Support' started by craig baker, Jan 23, 2025.

  1. craig baker

    craig baker Member HowtoForge Supporter

    I have a user reports cant connect to deb12 server because there are already 10 users? I looked in /etc/pure-ftpd and the conf file says 50 max simultaneous users? not sure where 10 comes from!
    where do I look?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is the user connecting with FTP or SSH?
    Look in the log files at the time user tries to access the server, you should see what happens.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Pure-ftpd on Debian and Ubuntu uses files in /etc/pure-ftpd/conf/ for settings and not the pure-ftpd.conf file.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    To set the global maximum number of FTP connections:
    1. Create or Edit the MaxClients Configuration File

      sudo nano /etc/pure-ftpd/conf/MaxClients

    2. Add the Desired Limit

      For example, to set the maximum global connections to 100:

      100

    3. Save and Exit
     

Share This Page