First Login
Log in to Supascale and complete initial setup.
After installation, log in to Supascale and complete the initial configuration.
Access Supascale
Open your browser and navigate to:
- Direct access:
http://your-server:3000 - Via domain:
https://supascale.yourdomain.com(if configured)
Login
Enter the admin credentials you created during installation:
- Username: The admin username (default:
admin) - Password: The secure password you set
Click Sign In to access the dashboard.
Dashboard Overview
After logging in, you'll see the main dashboard with:
Navigation Sidebar
- Dashboard - Overview and quick stats
- Projects - Manage Supabase projects
- Domains - Domain configuration
- Backups - Backup management
- Cloud Storage - Storage providers
- Resources - System monitoring
- Logs - Application logs
- Tasks - Scheduled tasks
- Settings - User and system settings
Dashboard Widgets
- System Status - CPU, memory, disk usage
- Projects Overview - Quick project stats
- Recent Activity - Latest operations
- Update Status - Available updates
Initial Configuration
1. Verify License
Navigate to Settings > License to verify your license is active:
- Status should show "Active"
- Updates expire date should be in the future
- License email should match your account
2. Configure Cloud Storage (Optional)
If you plan to store backups in the cloud:
- Go to Cloud Storage
- Click Add Provider
- Select your provider (S3, GCS, Azure, etc.)
- Enter credentials
- Test connection
- Set as default (optional)
3. Review Security Settings
Navigate to Settings > Security:
- Review password requirements
- Check session timeout settings
- Review API key permissions
4. Generate API Key (Optional)
If you'll use the REST API:
- Go to Settings > API Keys
- Click Create API Key
- Enter a name and select permissions
- Copy the key (shown only once)
Change Password
To change your admin password:
- Go to Settings > Profile
- Click Change Password
- Enter current password
- Enter new password (must meet requirements)
- Confirm new password
- Click Update Password
Customize Appearance
Supascale supports light and dark modes:
- Click the theme toggle in the header
- Select Light, Dark, or System
Common Issues
Can't Access Dashboard
- Verify Supascale is running:
pm2 status - Check logs:
pm2 logs supascale-web - Verify port is accessible:
curl localhost:3000 - Check firewall settings
Login Failed
- Verify username is correct
- Check password (case-sensitive)
- If locked out, reset via CLI:
cd /opt/supascale-web node scripts/reset-password.js admin "NewPassword123!"
License Issues
- Verify license email matches
- Check update token is correct
- Verify server can reach license server
- Check license hasn't expired
Next Steps
Now that you're logged in: