Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

andro-remote-suite

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andro-remote-suite

ANDRO - Remote Android Management Suite for controlling Android devices remotely

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

ANDRO - Remote Android Management Suite


A cloud based remote android management suite, powered by Node.js

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-jre

Fedora, Oracle, Red Hat, etc:

su -c "yum install java-1.8.0-openjdk"

Windows: Download JRE 8 here

Installation

Install globally using npm:

npm install -g andro-remote-suite

Or using npx (no installation required):

npx andro-remote-suite

📦 Local Installation

git clone https://github.com/AryanVBW/ANDRO.git
cd ANDRO
npm install
npm start

Usage

After global installation, simply run:

andro

The 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.json in a text editor
  • Under admin:
    • Set username as plain text (Default: andro)
    • Set password as LOWERCASE MD5 hash (Default: admin)
  • 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 start

Production Deployment

It's recommended to run ANDRO behind a reverse proxy such as NGINX for production environments.

Screenshots

Login Page Control Panel Device Management

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

Made 🕸️ By Vivek W

v1.0

Contributing

Contributions are welcome! Please feel free to submit a Pull Request to the GitHub repository.

Keywords

android

FAQs

Package last updated on 26 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts