Documentation

3.3. Local Configuration Manager

3.3.1. Introduction

The Local Configuration Manager (also known as Local Manager) is an embedded service for handling the configuration of SFTPPlus. It looks and behaves like a regular web application and works in any modern web browser.

The configuration options are detailed in the Local Manager Configuration page.


Below is a screenshot of the Local Manager authentication page, notice that it is only available over HTTPS:

../_images/local-manager-login.png

Local Manager comes with a default administration account with username admin and a password set during the configuration initialization.

While using the Local Manager graphical user interface, you have access to integrated documentation, assistance, and validation which will guide you through the configuration process.

The following actions are available from within the Local Manager:

  • View current server configuration.

  • Perform generic server configuration.

  • Configure logging services.

  • Configure the Local Manager itself.

  • Add / remove / configure file transfer services with all supported protocols.

  • Add / remove / configure local manager services.

  • Add / remove / modify administrators, roles, accounts, groups etc.

  • View audit trail / log entries stored in a database.

  • Read and search these documentation pages.

  • Convert SSH Keys from and to OpenSSH, SSH.com, Putty, etc format.

Note

When applying changes from Local Manager, there might be a delay of 0.5 seconds until the changes are actually applied.

Note

When removing a component which is already running, from within the Local Manager, it will stop automatically.

3.3.2. Indicating errors

The Local Manager indicates the state of a service, transfer, authentication method, event handler or resource. If there are issues that have risen in an attempt to start these, the Local Manager can also provide details.

See below for an example of an error arising from an invalid SSL Cipher List configuration for a service.

Hovering over a Failed at start state can also show the administrator further details of the issue to help troubleshoot the problem.

../_images/http-invalid-cipher-list.png

3.3.3. Reviewing changes made in Local Manager

Prior to applying changes, administrators have the option of reviewing their changes.

../_images/gallery-addsftp-review.png

Some of these changes will require restarting the affected, changed or updated components.

../_images/gallery-addsftp-req-restart.png

3.3.4. Supported Web Browsers

The Local Manager is implemented as a modern web application and in order to use it, you will need a modern web browser. The following browsers are tested and supported by Local Manager:

  • Internet Explorer 9 or newer

  • Firefox 20 or newer

  • Chrome (Chromium) 20 or newer

  • Safari 6 or newer

  • Opera 12 or newer

Minimum screen resolution requirement: 1024 x 768.

3.3.5. Restrictions of Local Manager

For security reasons, you cannot restart the whole server from within the Local Manager, but you can restart or reload separate services such as SFTP or FTP services, including the Local Manager service itself.

For technical reasons, the following actions are not available from within the Local Manager:

  • Change protocol type for an existing service.

  • Change account type for an existing account.

  • Change the UUID for any entity (service, account, group, etc.)

  • Disable or stop the main local manager service itself. This can only be done by manually editing the configuration file.

When stopping a service, the Local Manager only prevents the service from accepting new connections. Connections that are already established continue to function until they are terminated in a normal way and active clients are not forced to disconnect.