Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SC300 Remote Manager

A private-network management dashboard for Android TV devices using ADB, Tailscale, and controlled remote-view tooling.

Launch the interactive product demo

SC300 Remote Manager dashboard

Highlights

  • Saved and discovered Android TV devices
  • ADB connection and device-status controls
  • Controlled remote-view sessions
  • APK installation, reboot, and screenshot actions
  • Private-network deployment model

Architecture

flowchart LR
    Dashboard["Management dashboard"] --> Service["Private Node.js service"]
    Service --> VPN["Tailscale network"]
    VPN --> ADB["ADB control"]
    VPN --> View["Controlled remote view"]
    ADB --> Device["Android TV device"]
    View --> Device
Loading

Source availability

The implementation is private and proprietary. This public repository contains documentation and sanitized product media only.

Copyright © 2026 Ayoub Odf. All rights reserved.

Releases

Packages

Contributors