Troubleshooting Guide¶
This guide covers common issues and their solutions when working with F3L1X.
Quick Diagnostics¶
Before diving into specific issues, run these checks:
f3l1x status
f3l1x check
These commands will verify your installation and show any problems.
Installation Issues¶
Installer Won't Run¶
Symptom: Double-clicking installer does nothing or shows error.
Solutions:
-
Run as Administrator
- Right-click installer
- Select "Run as administrator" -
Disable Antivirus Temporarily
- Windows Defender may block unsigned installers
- Add exception or disable temporarily during install -
Check Disk Space
- Need at least 2GB free space
- Check your available storage in File Explorer
"Windows Protected Your PC" Warning¶
Symptom: SmartScreen blocks the installer.
Solution:
1. Click "More info"
2. Click "Run anyway"
This is normal for new software without extensive download history.
Installation Path Issues¶
Symptom: Install fails with path errors.
Solutions:
-
Avoid spaces in path
- Use simple paths without special characters
- Example:C:\F3L1X\instead ofC:\Program Files\F3L1X Tech\ -
Don't install in Program Files
- Protected location requires admin rights for every operation
- Use Desktop or Documents folder instead
Service Startup Issues¶
Dashboard Won't Start¶
Symptom: F3L1X doesn't open after installation.
Solutions:
-
Check if already running
- Look in system tray for F3L1X icon
- Try opening browser tolocalhost:8000 -
Restart F3L1X
- Close any F3L1X windows
- Open Start Menu and launch F3L1X again -
Check Windows Event Viewer
- Look for errors in Application logs
Services Not Connecting¶
Symptom: Dashboard opens but shows services offline.
Solutions:
-
Wait a moment
- Services take a few seconds to start
- Refresh the page after 10 seconds -
Restart all services
f3l1x stop --all f3l1x start-all -
Check firewall
- F3L1X needs local network access
- Allow F3L1X through Windows Firewall if prompted
Authentication Issues¶
Dashboard Stays Locked¶
Symptom: Login successful but dashboard doesn't unlock.
Solutions:
-
Clear browser cache
- Press Ctrl+Shift+Delete in your browser
- Clear cookies and cache
- Try logging in again -
Try a different browser
- Chrome, Firefox, or Edge
- Make sure browser is up to date -
Check your subscription
- Ensure your subscription is active at f3l1x.tech/account
Activation Code Not Working¶
Symptom: 6-digit code not accepted.
Solutions:
-
Code expired
- Codes expire after 15 minutes
- Request a new code by restarting F3L1X -
Wrong account
- Ensure you're logged in with correct account at f3l1x.tech -
Device limit reached
- Check how many devices are activated
- Deactivate unused devices at f3l1x.tech/account
Network Issues¶
"Connection Refused" Errors¶
Symptom: Can't connect to services.
Solutions:
-
Service not running
f3l1x status
Start any stopped services. -
Firewall blocking
- Allow F3L1X through Windows Firewall
- Check third-party security software
Timeout Errors¶
Symptom: Operations hang then timeout.
Solutions:
-
Check system resources
- Open Task Manager
- Ensure CPU and memory aren't maxed out -
Restart services
f3l1x restart --all -
Check logs for errors
f3l1x logs
Database Issues¶
Data Not Saving¶
Symptom: Changes aren't persisted.
Solutions:
-
Check disk space
- Ensure you have free space available -
Restart F3L1X
- Temporary files may need to be cleared -
Check file permissions
- F3L1X needs write access to its data folder
"Database Locked" Error¶
Symptom: Error about database being locked.
Solutions:
-
Close other F3L1X instances
- Only one instance should run at a time
- Check Task Manager for multiple processes -
Wait and retry
- The lock usually clears within seconds -
Restart F3L1X
- This clears any stuck locks
Performance Issues¶
Slow Startup¶
Symptom: F3L1X takes long to start.
Solutions:
-
Check antivirus
- Real-time scanning can slow startup
- Add F3L1X folder to exclusions -
Close unnecessary applications
- Free up system resources -
Use SSD
- SSDs significantly improve startup time
High Memory Usage¶
Symptom: F3L1X using too much RAM.
Solutions:
-
Restart F3L1X periodically
- Long-running sessions accumulate memory -
Close unused realms
- Only run realms you're actively using -
Check system memory
- F3L1X recommends 8GB RAM minimum
Common Error Messages¶
"Module Not Found"¶
Cause: Missing component.
Solution:
- Reinstall F3L1X to restore missing files
- Or run f3l1x repair
"Configuration Error"¶
Cause: Invalid settings.
Solution:
1. Check your configuration at f3l1x.tech/account
2. Reset to defaults: f3l1x reset-config
"Service Unavailable"¶
Cause: Service not running or crashed.
Solution:
1. Check status: f3l1x status
2. Restart: f3l1x restart <service-name>
Getting Help¶
Before Asking for Help¶
Gather this information:
- Error message - Full text, not paraphrased
- Steps to reproduce - What you did before the error
- System info - Windows version, RAM, disk space
- F3L1X version - Run
f3l1x --version
Support Resources¶
| Resource | Description |
|---|---|
| Documentation | Full documentation |
| Email Support | hello@f3l1x.tech |
| Account Issues | f3l1x.tech/account |
Logging¶
To get detailed logs for troubleshooting:
f3l1x logs --verbose
Share relevant log entries (without personal information) when contacting support.
Resetting F3L1X¶
If all else fails, you can reset F3L1X:
f3l1x reset
Warning: This removes all configuration. Your data files are preserved, but you'll need to set up F3L1X again.
Next Steps¶
- Installation Guide - Start fresh
- Quick Start Guide - Get productive
- CLI Reference - Command help