Onboarding Wizard (CLI)
The onboarding wizard is the recommended way to set up Fased on macOS, Linux, or Windows (via WSL2; strongly recommended). It configures the machine/runtime first: host profile, workspace, Gateway, local signer wallet state, optional singleton Mining wallet setup, and hosting security. Model providers, skills, extensions, channels, services, hooks, memory activation, tasks, and Agent assembly continue in the Control UI. Before choosing Local or Hosting, read the First-run Setup Matrix.Fastest first chat: open the Control UI (no channel setup needed). Run
fased dashboard and chat in the browser. Docs: Dashboard.Hosting is not a remote-control option for a laptop session. Run the hosted
installer on the VPS itself. If a normal
fased onboard session cannot apply
host security, it stops with “Hosted setup unavailable” instead of changing only
part of the setup.--json does not imply non-interactive mode. For scripts, use --non-interactive.QuickStart vs Advanced
The wizard starts with QuickStart (defaults) vs Advanced (full control).- QuickStart (defaults)
- Advanced (full control)
- Local gateway (loopback)
- Workspace default (or existing workspace)
- Gateway port 18789
- Gateway auth Token (auto‑generated, even on loopback)
- DM isolation default: local onboarding writes
session.dmScope: "per-channel-peer"when unset. Details: CLI Onboarding Reference - Tailscale exposure Off
- Chat app channels are connected later from
Agent > Channels
What the wizard configures
Local mode (default) walks you through these steps in this order:- QuickStart or Manual — choose defaults or full control.
- Setup profile — choose Local or Hosting. Local is for this machine and does not harden a VPS. Hosting is for a VPS or always-on server and requires Tailscale.
- Existing config — update settings or repair auth/sessions if this machine was already configured.
- Workspace — location for agent files (default
~/.fased/workspace) and bootstrap files. - Gateway — how the Control UI, CLI, WebChat, and channels connect. Choose port, bind address, and auth mode. Local setup keeps Tailscale out of the basic path; Hosting requires Tailscale through host security.
- Fased Network — optional federation/managed routing setup.
- Signer and Wallet — policy-bound sends, receipts, mining, Marketplace, and reviewed wallet-connected workflows. Wallet setup is not required for normal chat.
- Workspace bootstrap — writes config and creates workspace/session state.
- Hosting security — applied only for the Hosting profile.
- Daemon, health, and Control UI — service startup, health checks, and final dashboard/TUI choice.
--ts-authkey for unattended setup or show a login URL
in SSH for normal manual setup. Open that URL in your local computer’s browser,
then return to the SSH session. If Tailscale cannot provide a tailnet IP,
Hosting refuses to continue because the remote dashboard and admin path depend
on Tailscale.
At the end of hosted onboarding, use both access paths:
- Web dashboard: open the printed
https://...ts.net/URL in a browser on your own computer. That computer must be signed into the same Tailscale account. Save the gateway token in case the browser asks for it. - SSH terminal: use Tailscale SSH as
appfor CLI commands, updates, logs, and repairs.
app through
Tailscale SSH:
app shell starts in /home/app/fased.
The raw Gateway port remains closed. http://localhost:18789 is only the
advanced SSH tunnel fallback: it works on your local computer after you start
the tunnel shown by onboarding and keep that tunnel running.
Model/API setup has moved to Agent > Models for normal users. Existing
non-interactive provider flags still work for scripted installs, but first-run
interactive onboarding does not ask you to choose every provider anymore.
Re-running the wizard does not wipe durable instance setup.
If an existing config is present, choose Update settings or Repair auth/sessions.
Update settings starts from the existing config and keeps wallets, Tailscale account/device access, gateway port assumptions, and firewall state unless you explicitly edit those sections.
Repair auth/sessions clears only the selected model/OAuth credential state and/or chat/session history. It keeps
fased.json, gateway token/password, gateway settings, wallet assignments, SAT mining, Fased Network, plugins, Tailscale, and firewall state.
CLI fased onboard --reset uses the same scoped repair flow and defaults to auth+sessions; use --reset-scope sessions|auth|auth+sessions.
Use the explicit admin command fased reset --scope ... only when you intentionally want destructive config/state reset.
If the config is invalid or contains legacy keys, the wizard asks you to run fased doctor first.What it does not do
Onboarding gets the runtime online. It is not the whole operator path. After onboarding, you usually continue into one of these:/agentsin the Control UI for the Agent Setup checklistAgent > Modelsto add a model API key or sign in and choose model refsAgent > Skillsto create, review, configure, edit, and allow abilitiesAgent > Channelsto connect Telegram, Discord, WhatsApp, and other app messagesAgent > Servicesto connect web/search, Gmail, Calendar, GitHub, browser/media, and APIsAgent > MemoryandAgent > Tasksto archive sessions and schedule work- Dashboard for normal day-to-day use
- Build with Fased for the sovereign runtime path
- Wallet for wallet policy and wallet runtime
- Mining for SAT operator setup
Wallet roles during onboarding
The wallet setup path can assign wallet purpose directly during onboarding. The practical split is:agentpurpose for user-facing Agent wallets- one primary Agent wallet for fallback when no handle is supplied
miningpurpose for SAT participationvaultpurpose for manual-first storage or warm reserve- Fased Network bond uses a selected Vault wallet
Agent / agent, not Agent SOL; Wallet shows Solana separately.
When you create a wallet, the wizard lets you pick Agent, Mining, or Vault, then edit the wallet display name once before creation. The permanent walletId is generated from the selected purpose, not from the display name.
Only Agent and Vault can have multiple wallets:
- second Agent wallet: default id
agent-2; display name can beAgent 2,Receipts,Operations, or another user label - second Vault wallet: default id
vault-2; display name can beVault 2,Cold,Archive, or another user label
- mining wallet is the active SAT working wallet
- a Vault wallet can be assigned on Fased Network as the SAT lock-and-proof wallet
- Agent wallets are for reviewed sends, receipts, and explicitly granted wallet-connected workflows
- multiple Agent wallets are allowed, but risky actions should use explicit handles like
@wallet:agent - display name is only a label; handle is always
@wallet:<walletId> - wallet purpose is treated as permanent after creation; if you want a different purpose, create a new wallet instead of repurposing the old one
Add another agent
Use Control UI > Agents for the normal Agent creation path. The CLI still supportsfased agents add <name> for power users and automation.
What it sets:
agents.list[].nameagents.list[].workspaceagents.list[].agentDir
- Default workspaces follow
~/.fased/workspace-<agentId>. - Add channel or task bindings from Control UI > Agents.
- Non-interactive flags:
--model,--agent-dir,--bind,--non-interactive.
Full reference
For detailed step-by-step breakdowns, non-interactive scripting, Signal setup, RPC API, and a full list of config fields the wizard writes, see the Wizard Reference.Related docs
- CLI command reference:
fased onboard - First-run setup matrix: Setup Matrix
- macOS app onboarding: Onboarding
- Agent first-run ritual: Agent Bootstrapping