Android TV Setup

  1. Install :"Fully Kiosk Browser & App Lockdown" from GooglePlay
    1. set the starting URL to "http://localnode:8080/"
  2. Install "Termux" from gadvert.com
  3. $termux-setup-storage
  4. $pkg update -y
  5. $pkg install -y openssh
  6. $pkg install -y wget
  7. $pkg install -y nodejs
  8. $pkg install -y nginx
  9. $pkg install -y tor
  10. $pkg install -y vim
  11. $sshd
  12. $ln -s /data/data/com.termux/files/usr usr
  13. $ln -s usr/share/nginx/html html