Admin Dashboard
The 8kit Admin Dashboard provides a comprehensive web interface for monitoring and managing your 8kit instance. Access it through your browser to view real-time data, manage configurations, and monitor system health.
Accessing the Dashboard
Demo Server
- URL: https://demo.8kit.io
- Email:
demo@8kit.io - Password:
demo123
For more information about using the demo server, see Try 8kit Instantly.
Self-Hosted Server
- URL:
http://localhost:3000(or your configured domain) - Credentials: Set during initial setup
For setup instructions, see Host 8kit in Your Own Server.
Dashboard Features
The admin dashboard provides a comprehensive overview and management interface:
Overview Page
The main dashboard displays key system metrics:
- Total Users - Active users in the system
- Active Uniqs - Configured uniqs
- Active Lookups - Configured lookups
- Active Warnings - System warnings and alerts
Screenshot: Overview Dashboard - Key system metrics and status
Resource Management
Full CRUD operations for all 8kit resources:
- Uniqs Management - Create, read, update, and delete uniq collections
- Lookups Management - Manage ID mappings between systems
- Last Updates Management - Track and manage temporal data
- Locks Management - Monitor and manage resource locks
- Tokens Management - Generate and manage API keys for n8n connections
API Key Generation
To connect your n8n workflows to 8kit, you need to generate an API key:
- Navigate to the Tokens page in the admin dashboard
- Click Generate New Token
- Copy the generated API key
- Use this key in your 8kit Node configuration in n8n
Global Search
- Search across all resources - Find any resource quickly
Screenshot: Resource Management Interface - CRUD operations for all 8kit resources
Next Steps
- Learn about 8kit Patterns - Understand how to use 8kit effectively
- Try 8kit Instantly - Start using 8kit with the demo
- Host Your Own Server - Deploy 8kit in your environment