Remote Administration

You can remotely administer EFT Server from any computer on which the Administrator is installed (with network access). If you are using SSL, you must create and/or assign an SSL certificate to use for connections. SSL.DLL must be deployed alongside SFTPCOMInterface.DLL on the remote computer.

If you are not installing the administrative interface and plan to use the COM API for remote administration, you will have to create a folder on the remote computer for the DLL files and register the DLLs using Regsvr32. Refer to Can you remotely administer EFT Server without the administration interface? below for details.

Refer to FAQs About Remote Administration for several facts and caveats to consider regarding remote administration.

Remote administration is not allowed after the trial expires if you do not activate the software.

 

If you are using SQL Express as your database, you may not be able to generate a report remotely, unless the connecting account is a trusted SQL Server connection (e.g., if SQL Server and the remote computer are in the same domain, or if SQL Server is configured to allow "mixed authentication.")

What you can't do remotely:

Before you can connect from the remote Administrator, you must:

  1. Configure the Server. You must do this locally, on EFT Server computer.

  2. Configure remote administration, as described below.

If you have configured remote administration, but are unable to connect, one or more of the following could be preventing the connection:

The procedures below describe:

To configure EFT Server for remote administration

  1. Launch the Administrator on EFT Server computer and connect to EFT Server you want to configure for remote administration. (You cannot setup remote administration remotely.)

  2. In the right pane, select the Administration tab.

  3. In the Server administrator listening IP box, specify the IP address that is allowed to connect remotely. You can select a specific IP address that is defined on the computer on which EFT Server is installed or All Incoming IP addresses. (For command-line login, the EFT Server administrator listening IP address must be set to a specific IP address, not All Incoming.)

  4. In the Port box, specify the port on which EFT Server listens for connections. 1100 is the default port. For security, you should use a different port other than the default.

  5. Select the Allow remote administration check box. A warning message appears advising you to connect over SSL for more secure administration.

    If you attempt to allow remote administration on a High Security Site, a message appears to warn you that this setting violates PCI DSS 2.3, and allows you to continue with reason or disable the feature.

  6. Click Yes to set up secure administration or No to administer over a clear (not secure) connection.

  7. To require SSL for remote connections, click the Require SSL for remote administration check box, then click Configure. The SSL Certificate Settings dialog box appears.

  8. Do one of the following:

  9. Click OK to close the dialog box.

  10. Click Apply to save the changes on EFT Server.

  11. Close the Administrator. Make sure that the EFT Server service is still running, then configure the remote Administrator using the procedure below.

To configure the remote administration interface

  1. Launch the administration interface on the remote computer.

  2. Click the Server tab.

  3. Specify EFT Server Group to which you want to add the remote server.

  4. On the File menu, click Add New Server. The Login wizard New Administrator Connection page appears.

  5. Click A remote computer.

  6. In the Label box, type the name of EFT Server to which you want to connect. You can call it anything you want; it has nothing to do with EFT Server's computer name.

  7. In the Host address box, type the IP address of EFT Server computer.

  8. In the Port box, type the port number used by EFT Server.

  9. Click Next. The EFT Server Administrator Login page appears.

  10. Click A remote computer, then click its name (the label you gave EFT Server in step 6) in the box.

  11. In the EFT Server administrator credentials area, provide your Username and Password, then click Connect.

Remotely Administering EFT Server without Installing the Administration Interface (Using COM API)?

You can remotely administer EFT Server using the COM API. You must first copy the applicable DLL files to a folder on the remote computer and register them using regsvr32 (described below). If EFT Server or the Secure Ad Hoc Transfer module is not installed on the computer, you will also need to install the Microsoft Visual C++ Release Runtime 9.0.30729.4148.msi, available from the GlobalSCAPE Knowledgebase as a zipped file.

To remotely administer EFT Server with the COM API when the EFT Server administration interface is not installed

  1. Copy the following DLL files from C:\Program Files\GlobalSCAPE\EFT Server Enterprise (or \EFT Server) to a directory on the remote computer:

  2. In the directory on the remote computer to which you copied the files, run regsvr32 to register the SFTPCOMInterface.DLL (and other DLLs that you copied) on the computer. For example, type:

    Regsvr32.exe SFTPCOMInterface.DLL

For more information about the Registration Tool, refer to Explanation of Regsvr32 usage and error messages on the Microsoft Support site.

For logging in to EFT Server at a command line or using a Windows shortcut, refer to Command Line Login.

FAQs About Remote Administration

EFT Server allows you to remotely administer it from any computer with network access. You can administer EFT Server with the administration interface (AI) or using the COM API. Below are several facts and caveats to consider regarding remote administration.