Console Overview
The FileNest Console is the web interface for managing your projects, files, API keys, webhooks, and organization settings.
Getting access
- Sign up at filenest.console.drgodly.com
- Verify your email
- Complete the onboarding wizard (create org → create project → generate API key)
Layout
┌─────────────────────────────────────────────â”
│ Sidebar │ Header │
│ ───────────── │ ─────────────────── │
│ Dashboard │ Org Switcher Profile │
│ Projects │ │
│ ───────────── │ Main content area │
│ Organisation │ │
│ Team │ │
│ Usage │ │
│ ───────────── │ │
│ Settings │ │
└─────────────────────────────────────────────┘
Sidebar
The sidebar collapses to icon-only mode. Click the rail or use the keyboard shortcut to toggle. The open/closed state is remembered per browser via a cookie.
Organization switcher
Multi-organization users can switch between orgs from the header. Switching updates the active organization context — all projects, API keys, and usage shown are scoped to the active org.
Onboarding wizard
New users without an active organization are redirected to the onboarding wizard:
- Create organization — name and slug
- Create project — first project in the org
- Generate API key — copy the
fn_live_...key (shown once) - Install SDK — copy-paste snippets for Node.js, Python, or curl
After completing the wizard you land on the dashboard.