Tagline: Predict. Protect. Perform. Somnet.
SSNMS is a PHP 8+, XAMPP, MySQL, Bootstrap 5, AJAX, and Chart.js telecom network management platform for academic demonstration and enterprise-style NOC prototyping.
- Authentication, registration, secure sessions, password hashing, RBAC, and MFA simulation
- Executive dashboard with KPI cards, dark/light mode, live charts, and analytics
- Network device, router, BTS, CPU/RAM, uptime, and traffic monitoring
- Telecom Data Console for AJAX CRUD on devices, traffic logs, Jeeb transactions, security logs, and alert logs
- Search/filter, live previews, statistics cards, Chart.js data previews, and dummy monitoring data generation
- Real-time alert management with severity levels and incident history
- Jeeb financial transaction protection and fraud anomaly simulation
- Security monitoring with IDS, firewall, suspicious IP, and failed-login events
- Rule-based AI predictive analytics for capacity, outage, BTS, and Jeeb anomaly risks
- Reports with CSV, Excel-compatible, and browser PDF export simulation
- Academic blueprint with methodology, KPIs, architecture, cybersecurity, and 5G roadmap
- Copy this folder to
C:\xampp\htdocs\somnet-smart-network. - Start Apache and MySQL in XAMPP.
- Open phpMyAdmin and import
database/ssnms_db.sql. - Visit
http://localhost/somnet-smart-network/. - Demo login:
- Email:
admin@somnet.so - Password:
password123 - MFA simulation code:
123456
- Email:
All demo accounts use password password123 and MFA code 123456.
admin@somnet.so- Super Adminnoc@somnet.so- NOC Engineersecurity@somnet.so- Security Adminjeeb@somnet.so- Jeeb Service Managerexecutive@somnet.so- Executive Managersysadmin@somnet.so- System Admin
The application uses prepared PDO statements, password hashing, CSRF tokens for forms, role checks, XSS escaping, HTTP-only session cookies, and simulated MFA. For production, add HTTPS, real email/SMS MFA, audit trails, rate limiting, and environment-based secrets.