Choose your working mode to get started
Full development access for building and testing
Port: 9000 | No authentication required
Secure production deployment and monitoring
Port: 9001 | Login required (admin/lms2024)
Manage user access and permissions
Port: 9002 | Admin access required
Browse and read all project documentation
Instant access | No setup required
Complete system overview with lock management
Integrated | Instant access
Hierarchical management interface for all LMS components
Port: 8890 | Full system control
Monitoring service availability every 30 seconds
New to LMS? Start with Development mode to create and test services.
Ready to deploy? Use Production mode to deploy approved changes.
Need help? Check the documentation at docs/MICROSERVICE_DEVELOPMENT_GUIDE.md
This manager runs in the background. To stop it:
pkill -f lms-project-manager
ps aux | grep lms-project-manager
kill -9 [PID]
Quick stop all LMS services:
pkill -f "lms-project-manager" && pkill -f "python.*app.py"