device - Device Management
Manage your FileFortress device
The device command provides comprehensive management of your FileFortress device registration, including viewing device information, enabling/disabling the device, refreshing profile data, changing passwords, and removing device registration.
Subcommands
Display essential information about this device and your account, including device name, status, registration date, last active time, subscription tier, remote account usage, and authentication status.
Syntax:
filefortress device info
Information Displayed:
Enable this device for FileFortress operations. Useful if you previously disabled the device and want to re-enable it.
Syntax:
filefortress device enable
Disable this device, blocking most FileFortress operations until you re-enable it. This is useful if you want to temporarily stop using FileFortress on this machine without removing it completely.
Syntax:
filefortress device disable [options]
Options:
| Option | Description |
|---|---|
--confirm |
Confirm device disable (required in non-interactive mode) |
Interactive Mode:
You will be prompted to confirm the action.
filefortress device disable
Non-Interactive Mode:
You must use the --confirm flag.
filefortress --non-interactive device disable --confirm
Refresh device profile and account information from the server. This synchronizes your local device data with the latest information from your FileFortress account, including subscription changes, device limits, and account status.
Syntax:
filefortress device refresh
When to Use:
Change your device's custom password. This command only works if you initialized your device with a custom password (not using automatic encryption).
Syntax:
filefortress --password [current] device change-password [options]
Options:
| Option | Description |
|---|---|
--new-password |
New password (required for script mode, optional for interactive mode) |
Interactive Mode:
You will be prompted to enter and confirm your new password.
filefortress --password myCurrentPassword device change-password
Non-Interactive Mode:
filefortress --password myCurrentPassword --non-interactive device change-password --new-password myNewPassword
Remove this device and deregister all remote storage accounts created on it from your FileFortress account. This is a destructive operation that cannot be undone.
Syntax:
filefortress device remove [options]
Options:
| Option | Description |
|---|---|
--confirm |
Confirm device removal (required in non-interactive mode) |
Interactive Mode:
You will be prompted to confirm the action.
filefortress device remove
Non-Interactive Mode:
filefortress --non-interactive device remove --confirm
Common Use Cases
device info to see your current subscription tier, remote account usage, and device status.device refresh to sync the latest information.device disable.device change-password.Examples
filefortress device info
filefortress device refresh
filefortress device disable
filefortress --non-interactive device disable --confirm
filefortress device enable
filefortress --password myCurrentPassword device change-password
filefortress device remove
Best Practices
device info regularly to monitor your account status and remote account usagedevice refresh after making subscription or account changes in the web portaldevice disable over device remove if you plan to use the device againreinit (not init) to re-register it