Getting Started
Goal: go from zero to a first working chat with minimal setup.Fastest chat: open the Control UI (no channel setup needed). Run
fased dashboard
and chat in the browser, or open http://localhost:18789/ on the
.
Docs: Dashboard and Control UI.Prereqs
- Node 24 recommended, or Node 22.14+ with the built-in
node:sqlitemodule
Which install do I need?
This computer
Choose Local. Best for a laptop, desktop, dev box, WSL2, or first chat.
VPS / always-on server
Choose Hosting. Create/sign into Tailscale first, then run the hosted
installer on the VPS.
macOS app
Use the app-first flow, then finish models, skills, channels, and tasks in
the Control UI.
Quick setup (CLI)
Install Fased (recommended)
- Local
- VPS Hosting
- Windows
Other install methods and requirements: Install.
Run or continue onboarding
./install.sh runs onboarding by default. Run this command only if you
skipped onboarding, got interrupted, or want to reconfigure the daemon.The wizard configures workspace, Gateway, dashboard access, and optional
wallet/mining setup. If you are setting up a VPS, use the Hosting install
path above; a normal local fased onboard session cannot safely apply VPS
SSH/firewall hardening.See Onboarding Wizard for details.Open the Control UI
http://localhost:18789/#token=.... The browser exchanges that fragment for
a Control UI session and strips it from the address bar. If the browser asks
for a token later, use the Gateway recovery token printed by onboarding.Continue setup in the browser from Agents:Agent > Models: add a provider API key or sign in, then choose the Agent’s primary and fallback models.Agent > Skills: create, review, install, configure, edit, and allow skills for that Agent.Agent > Services: connect Gmail, Calendar, GitHub, web/search, browser/media, or custom APIs.Agent > Channels: connect chat apps and route them to the Agent.Agent > Memory: enable session-memory and review this Agent’s archive/QMD state.Agent > Tasks: schedule recurring work for this Agent when needed.
Send the first browser chat
After If it fails, fix the first visible blocker in this order:
Agent > Models shows a ready provider/model for the selected Agent,
open Chat, choose the same Agent, and send a small test:Agent > Models: provider auth or model selectionLogs: provider/runtime error detailAdvanced > Debug: raw diagnostics and repair tools
If the Control UI loads, your Gateway is ready for use.
Choose your next path
Once the dashboard is up, pick the path that matches your goal:Fased Agent first
Use Fased as your self-hosted Agent runtime with sessions, tools, and channels.
Wallet + Fased Network
Continue into wallet policy, hosted reachability, trusted network participation, and bond operator setup.
SAT operator path
Create or import
@wallet:mining, fund capital, and run the SAT mining workflow.Optional checks and extras
Run the Gateway in the foreground
Run the Gateway in the foreground
Useful for quick tests or troubleshooting.
Send a test message
Send a test message
Requires a configured channel.
Useful environment variables
If you run Fased as a service account or want custom config/state locations:FASED_HOMEsets the home directory used for internal path resolution.FASED_STATE_DIRoverrides the state directory.FASED_CONFIG_PATHoverrides the config file path.
Go deeper
Onboarding Wizard (details)
Full CLI wizard reference and advanced options.
macOS app onboarding
First run flow for the macOS app.
What you will have
- A running Gateway
- A workspace and runtime identity
- Gateway token auth configured, with an auth-ready dashboard link for local setup
- A browser setup path for Agent model/provider auth
- Control UI access or a connected channel
Next steps
- Run it as a real Agent setup: Fased Agent Setup
- Learn where setup belongs: Control UI Setup Model
- DM safety and approvals: Pairing
- Connect more channels: open
Agent > Channels - Wallet, Fased Network, and SAT path: Mining
- Advanced workflows and from source: Setup