Frequently asked questions

How do I access the web administration tool?

The service runs at http://localhost:8880 by default and is only accessible from the machine where it is installed. This can be changed in webconfig.yaml. Make sure the service (Rebex Buru SFTP Server Web Administration) is actually installed and running.

I cannot log in to the Web Administration

If no user with Web Administration access was created during installation, use the CLI to create one with your own secure username and password:

burusftp user add <username> --password <password> --web-admin enable

Then log in at http://localhost:8880 with those credentials.

Where are the configuration files located?

The server resolves the configuration directory at startup by checking in order:
  1. config subfolder in the installation directory (e.g. D:\burusftp\config) — the default for portable installations
  2. C:\ProgramData\Rebex\BuruSftp — the default for installer-based installations
The first path that exists is used.

See Configuration for a full list of files.

What ports do I need to open in my firewall?

Make sure the Windows firewall (and any network firewalls) allows inbound traffic on the ports the server is using. The default ports are:

PortProtocol
22SSH/SFTP/SCP
21Explicit FTP/FTPS
990Implicit FTPS
49152–65535FTP passive mode data channel
8880Web Administration — only required for remote access

On this page