Quick Start
Launch
Section titled “Launch”rustyfile --root /path/to/files --port 8080That’s it. Open http://localhost:8080 in your browser.
Common examples
Section titled “Common examples”# Serve your home directoryrustyfile --root ~
# Custom port with debug loggingrustyfile --root /srv/media --port 3000 --log-level debug
# JSON logs for productionrustyfile --root /data --log-format json
# Custom data directory for database and cacherustyfile --root /files --data-dir /var/lib/rustyfileWhat happens on first launch
Section titled “What happens on first launch”- RustyFile starts and opens a 5-minute setup window
- Visit the web UI — you’ll see the setup screen
- Create your admin account (username + password, min 10 characters)
- The setup window closes and normal auth takes over
Next steps
Section titled “Next steps”- First Run — detailed setup walkthrough
- Configuration — all available options
- Docker deployment — containerized setup