Prerequisites
What you need before getting started

FileFortress Account
Create a free account on this website to get your unique registration code.
CLI Application
Download and install the FileFortress CLI for your operating system.
Registration Code
Get your unique registration code from the dashboard after logging in.

Step-by-Step Setup
Follow these steps to get FileFortress CLI up and running

Install CLI
Download and install the application
Get Registration Code
Copy code from dashboard
Initialize Device
Run init command
Add Cloud Storage
Connect your accounts

Step 1: Install FileFortress CLI

Installation Instructions

Download the appropriate installer for your operating system and follow the installation wizard.

Windows
Download the .msi installer and run it with administrator privileges.
macOS
Download the .pkg installer or use Homebrew for installation.
Linux
Download the .deb/.rpm package or use the universal binary.
Verify Installation

After installation, open a terminal/command prompt and run:

filefortress --version

This should display the version number if installation was successful.

Step 2: Get Your Registration Code

Login Required

You need to log in to your FileFortress account to get your registration code.

Login to Account
Login
Sign in to your account
Dashboard
Navigate to dashboard
Copy Code
Copy registration code

Step 3: Initialize Your Device

Once you have your registration code, initialize FileFortress on your device:

Quick Setup (Recommended)

Use system defaults for device name and type:

filefortress init --code YOUR_REGISTRATION_CODE --use-defaults
What this does:
  • Registers your device with FileFortress
  • Uses your computer name as device name
  • Automatically detects device type (desktop/mobile/server)
  • Creates local configuration files

Custom Setup

Specify custom device name and type:

filefortress init --code YOUR_REGISTRATION_CODE --name "My Work PC" --type desktop
Available device types:
desktop, mobile, server, laptop, tablet
Success!

After successful initialization, you'll see your device listed in the dashboard and can start using other commands.

Step 4: Add Cloud Storage Accounts

Connect your cloud storage providers to start managing your files:

filefortress remotes add

This command will guide you through an interactive setup process to connect various cloud storage providers.

Google Drive
Connect your Google Drive account for file access and search.
Dropbox
Integrate with Dropbox for seamless file management.
OneDrive
Connect Microsoft OneDrive for business or personal use.
Authentication Process

For each cloud provider, you'll be redirected to their authentication page to grant FileFortress access to your files. We only request read permissions and never store your credentials.

Verify Your Setup

Run these commands to verify everything is working correctly:

Check device registration:
filefortress device info
Should display your device information and registration status.
List connected remotes:
filefortress remotes list
Should show all your connected cloud storage accounts.
Test search functionality:
filefortress find query --text "test" --limit 5
Should return search results from your connected storage.

Next Steps

Explore Search
Learn how to use the powerful search capabilities to find files across all your storage.
Command Reference
Browse the complete reference of all available CLI commands and their options.
Usage Examples
See real-world examples and common workflows to get the most out of FileFortress.