Admin guide

System admin responsibilities: drives, replica policy, users, health, and ops lists.

ACL note. System admin does not bypass folder permissions for browse/download/mutate. You only see folders you own or are shared into - same as any user. Ops lists show abbreviated names plus owner username, not full paths for casual browsing.

Drives

Replica settings

Global defaults in admin settings:

Setting Typical default
Normal replicas 1
Medium replicas 2
High replicas all healthy drives (or fixed N)
Auto-rebalance On - moves Normal blobs only

At-risk and compliance

Users

Activity and overview

Activity log covers security-relevant events (e.g. refresh-token reuse) and operational signal. Overview panels summarize pool health, jobs, and storage.

Media / thumbnails / sync ops

Depending on version, admin may trigger media rescans, thumbnail rebuilds, or sync backfill jobs. Watch job status panels before stacking heavy work on a busy pool.

Operational checklist

  1. Keep deploy/.env out of git; rotate secrets carefully.
  2. Back up Postgres (pgdata) separately from drive bind mounts.
  3. Terminate TLS at a reverse proxy; do not expose the API port publicly.
  4. Monitor free space and at-risk counts after large High-tier uploads.
  5. Revoke device tokens and API keys when machines or users leave.

Related: Install · Configuration · Concepts