Install AD free Youtube on LG TV
Installing AD free Youtube on LG TV
Developer mode Put your TV into developer mode using the following guide: https://www.webosbrew.org/devmode/
Get the SSH key for your TV Go to the Developer mode app on your TV. Turn on the “Dev Mode Status” and “Key Server”. Run the following commands to get the SSH key for your TV and add it to your SSH config:
ares-setup-device -a mytv -i "username=prisoner" -i "host=192.168.1.50" -i "port=9922" -i "default=true" ares-novacom --device mytv --getkey ares-device --device mytvThe key lives at
~/.ssh/mytv_webos.SSH into TV Use the IP address of your TV displayed in the Developer mode app to SSH into your TV using the following command:
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa -i ~/.ssh/mytv_webos -p 9922 prisoner@10.1.0.92Make sure to replace
~/.ssh/mytv_weboswith the path to your SSH private key.Run the install script
curl -L https://raw.githubusercontent.com/webosbrew/webos-homebrew-channel/main/tools/install.sh | sh -Install the web app You should now see the “Homebrew Channel” app on your TV. Open it and scroll all the way down to the Youtube app. Click on it and install it. You should now have an AD free Youtube app on your LG TV!