How To: Configure Connection Limits

How To: Configure Connection Limits


Question

Is it possible to configure limits on incoming user connections?


Reasoning

With many users connecting to Titan, I would like to limit as much as possible each session so it does not remain open indefinitely, and also control the number of connections each user can make to avoid the server from being overloaded.


Answer

In Titan SFTP Server, you can configure how many times a user can connect from the same IP address, how many concurrent connections and also the idle time out value.


Steps

  1. Navigate to Connections and click on the General tab.
  2. You can configure the value in seconds for the idle timeout for a session. 

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente


NOTE: This means the amount of time a session is open but is no longer performing any actions or sending any commands. These sessions will eventually timeout, but it is recommended to set the smallest time possible so the sessions time out as soon as possible releasing the occupied port, memory and CPU resources.

  1. You can configure the “Max Concurrent Connections”:

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente


NOTE: The concurrent connections refer to the number of sessions a single user account can have at the same time. If set to “1”, if UserA connects a second time while the first session is still open, the second connection will be refused until the first session is closed.

  1. You can configure the “Max Connection/IP”:

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente


NOTE: The Max Connection/IP refer to the number of sessions allowed from the same IP address(regardless of username). If set to “1”, if UserA connects from one IP address and UserB connects from the same IP address while the first session is still open, the second connection will be refused until the first session is closed.

  1. You can configure the Max Uploads/Session:

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente

  1. You can configure the Max Downloads/Session:

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente

  1. After making any changes, click on Apply.



    • Related Articles

    • How To: Turn off the Admin idle timeout

      How To: Turn off the Admin idle timeout Question How can we turn off the Admin idle timeout? Answer You can turn off the idle timeout in the Admin Console by the following NXCLI and Powershell commands Commands to use for NXCLI and PowerShell Using ...
    • How To: Limit Idle Connection Time of a User

      How To: Limit Idle Connection Time of a User Question Is there a way to set a time limit for a user that we don't want connected for too long? Reasoning The Connections General tab is used to configure general connection settings. These values can be ...
    • Video Tutorial: Configure Titan DMZ and Titan Server to work together

      Below is a Video Tutorial that details how to configure Titan Server and Titan DMZ to work together Configure Titan DMZ to work with Titan Server
    • How To: Configure SMTP Server in Titan SFTP

      Question Can I utilize an SMTP server for notifications in Titan SFTP Server? Reasoning As an admin, I would like to be able to create automations or events that send email notifications to end users or to the admin with an SMTP server so we have ...
    • How To: Configure FTP in Titan Server

      Related To Titan SFTP and Titan MFT Server Builds 2.x and above. Question How can I enable and configure FTP in Titan? Reasoning I would like to enable FTP for internal communications that don’t require encryption or added security layers. Answer You ...