Double-click this file:
SETUP_COMPLETE_AUTOMATION.bat
Click "Yes" when asked for administrator access.
Wait for "SUCCESS!" message.
Done!
- Controller starts automatically (30 seconds after login)
- All services start automatically
- Dashboard opens in browser
- Everything ready to use!
- No commands to run
- No buttons to click
- No waiting around
Just restart Windows and everything runs automatically.
start.batYou should see:
============================================================
Auto-starting 3 service(s)
============================================================
Starting: My Service... β Started
Starting: Another Service... β Started
Starting: Third Service... β Started
============================================================
Dashboard opens automatically.
- Restart Windows
- Log in
- Wait 60 seconds
- Dashboard opens automatically
- All services running!
Quick diagnostic:
CHECK_AUTO_START.batShows:
- Service auto-start: Enabled/Disabled
- Windows auto-start: Configured/Not configured
- Current settings
To turn off automation:
tools\DISABLE_AUTO_START.batThis removes Windows auto-start but keeps service auto-start in .env.
To disable service auto-start too, edit .env:
LOCAL_NEXUS_AUTO_START_ALL_ON_BOOT=falseIf services don't start:
- Check
data/logs/for error messages - Verify services have
start_commanddefined - See
AUTO_START_TROUBLESHOOTING.md
If controller doesn't start:
- Check Task Scheduler for "Local Nexus Controller" task
- Run
SETUP_COMPLETE_AUTOMATION.batagain
If browser doesn't open:
- Manually open: http://localhost:5010
- Or edit
.env:LOCAL_NEXUS_OPEN_BROWSER=true
SETUP_COMPLETE_AUTOMATION.bat- One-click setupCOMPLETE_AUTOMATION_GUIDE.md- Complete documentationAUTO_START_TROUBLESHOOTING.md- Troubleshooting guideCHECK_AUTO_START.bat- Status checkertools/start_nexus_on_boot.bat- Startup script- Windows Task Scheduler task - Auto-start trigger
| Feature | Status |
|---|---|
| Service auto-start | β Enabled |
| Browser auto-open | β Enabled |
| Windows auto-start | βοΈ Run setup script |
Next step: Double-click SETUP_COMPLETE_AUTOMATION.bat
After setup: Restart Windows to test!