Skip to main content

Using the Dashboard

The Fil One dashboard at app.fil.one is the primary interface for managing your storage without writing code. You can create buckets, upload files, manage API keys, and monitor usage — all from the browser.

Signing in

Go to app.fil.one and sign in with your email address or SSO provider. If you don't have an account yet, click Sign Up — no credit card is required to start your 30-day free trial.

Creating a bucket

  1. From the dashboard home, click Create Bucket.
  2. Enter a bucket name. Names must be globally unique and follow standard S3 naming rules (3–63 characters, lowercase letters, numbers, and hyphens only).
  3. Click Create.

Encryption is enabled automatically on every bucket and cannot be disabled.

Uploading files

  1. Click on a bucket to open it.
  2. Click Upload.
  3. Select one or more files from your local machine.
  4. The files appear in the object list as soon as the upload completes.

For files larger than 5 GB, use the AWS CLI or an SDK with multipart upload support. See Multipart Uploads.

Downloading files

Click the file name to open its detail page, then select Download from the "..." menu. You can also click the download icon directly in the file list row without opening the detail page.

Deleting objects

  1. Select one or more objects using the checkboxes.
  2. Click Delete.
  3. Confirm by typing delete in the confirmation dialog.

Managing API keys

  1. Go to API Keys in the left sidebar.
  2. Click Create Key to generate a new key pair.
  3. Configure the key name, permissions (Read / Write / List / Delete), bucket scope, and optional expiration.
  4. Copy the Secret Access Key immediately — it is shown only once.

To revoke a key, click Delete next to the key. Revocation is immediate.

See API Keys for full details on key permissions and security best practices.

Billing and usage

Go to Billing in the left sidebar to:

  • Add or update a payment method
  • View current usage (storage and bandwidth)
  • Download invoices
  • Upgrade from trial to a paid plan

See Trial & Billing for details on the trial lifecycle and pricing.