Skip to content

Latest commit

Β 

History

History
64 lines (45 loc) Β· 1.76 KB

File metadata and controls

64 lines (45 loc) Β· 1.76 KB

Device Control

Enterprise Android Device Management and Monitoring Platform

Device Control is a comprehensive platform for remote management, monitoring, and administration of Android devices. Built with modern technologies, it provides a secure, scalable solution for enterprise device control and asset tracking.

Features

  • πŸ”’ Discrete Operation - Minimal system footprint, optimized for enterprise environments
  • πŸ“± Real-time Management - Live device control and monitoring via web interface
  • πŸ›‘οΈ Android 12+ Compatible - Full support for latest Android versions
  • 🐳 Docker Ready - Easy deployment with Docker Compose
  • πŸ“Š Comprehensive Monitoring - Device tracking, SMS monitoring, GPS location, file management, contacts, and more

Use Cases

  • Enterprise device fleet management
  • Corporate asset tracking and monitoring
  • Employee device compliance monitoring
  • Lost or stolen device recovery
  • Remote device administration and support

Quick Start

Using Docker (Recommended)

cd docker
docker-compose up -d

Access the web interface at http://localhost:22533

Manual Installation

npm install
node index.js

Documentation

Architecture

β”œβ”€β”€ server/          # Main server (Express + Socket.IO)
β”œβ”€β”€ app/factory/     # Android APK build tools
β”œβ”€β”€ platform/        # Next-gen modular services
└── docker/          # Docker deployment files

Requirements

  • Node.js 18+
  • Java 17+ (for APK building)
  • Android SDK (optional, for APK signing)