login

Sign In to FileFortress

Sign in to FileFortress on this device. The login flow opens your browser to confirm your identity, then links this device to your account.

Login runs interactively by default. Use --non-interactive for scripted environments.

Syntax

filefortress login [options]

How It Works

Start login from this device
Confirm your identity in the browser
This device is linked to your account

Options

--no-browser

Do not auto-open the verification URL in a browser

Default: false
--non-interactive

Run in script mode and emit machine-readable output

Default: false

Examples

Sign in interactively:

filefortress login

Opens your browser to confirm your identity and link this device.

Sign in without auto-opening the browser:

filefortress login --no-browser

Prints the verification URL so you can open it manually — useful on headless or remote machines.

Related Commands