andro-remote-suite
v1.0.0
Published
ANDRO - Remote Android Management Suite for controlling Android devices remotely
Maintainers
Readme
ANDRO - Remote Android Management Suite
Disclaimer: This software or tool is meant for educational purposes only. We are not responsible for any malicious use of the app.
Features
- 📍 GPS Logging - Track device location in real-time
- 🎤 Microphone Recording - Remote audio capture
- 📱 View Contacts - Access device contact list
- 💬 SMS Management - View SMS logs and send messages
- 📞 Call Logs - Monitor call history
- 📦 View Installed Apps - List all installed applications
- 🔐 View Stub Permissions - Check app permissions
- 📋 Live Clipboard Logging - Monitor clipboard activity
- 🔔 Live Notification Logging - Track notifications
- 📶 View WiFi Networks - See previously connected networks
- 📁 File Explorer & Downloader - Browse and download files
- ⚡ Command Queuing - Execute commands remotely
- 🔨 Built-in APK Builder - Create and sign APK files
Prerequisites
- Java Runtime Environment 8 ⚠️ (We cannot stress this enough - USE Java 1.8.0)
- Node.js >= 12.0.0
- Any Linux distribution (Kali, Arch) or Android with LinuxDroid
Java Installation
Debian, Ubuntu, etc:
sudo apt-get install openjdk-8-jreFedora, Oracle, Red Hat, etc:
su -c "yum install java-1.8.0-openjdk"Windows: Download JRE 8 here
Installation
🚀 Quick Install (Recommended)
Install globally using npm:
npm install -g andro-remote-suiteOr using npx (no installation required):
npx andro-remote-suite📦 Local Installation
git clone https://github.com/AryanVBW/ANDRO.git
cd ANDRO
npm install
npm startUsage
After global installation, simply run:
androThe application will start and be available at:
- Web Interface:
http://localhost:8080 - Control Port:
8084
Setting Username & Password
- Stop ANDRO:
pm2 stop index(if using PM2) - Open
maindb.jsonin a text editor - Under
admin:- Set
usernameas plain text (Default:andro) - Set
passwordas LOWERCASE MD5 hash (Default:admin)
- Set
- Save and restart the application
Configuration
The application uses the following default ports:
- Web Interface: 8080
- Socket Control: 8084
You can modify these settings in includes/const.js
Development
git clone https://github.com/AryanVBW/ANDRO.git
cd ANDRO
npm install
npm startProduction Deployment
It's recommended to run ANDRO behind a reverse proxy such as NGINX for production environments.
Screenshots

Acknowledgments
ANDRO builds off and utilizes several open source software packages. Without these, ANDRO wouldn't be what it is!
Support
When opening an issue, you MUST use the provided templates. Issues without this will not receive support quickly and will be put to the bottom of the figurative pile.
Please have a look through the current issues, open and closed to see if your issue has been addressed before. If it's Java related, it's most definitely been addressed - In short: Use Java 1.8.0
License
ISC License
Disclaimer
Vivek W provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
ANDRO is built for both Educational and Internal use ONLY.
Author
Contributing
Contributions are welcome! Please feel free to submit a Pull Request to the GitHub repository.
