Set the time on a rooted LG TV at boot time without LG servers
Find a file
2026-04-05 12:45:00 +00:00
LICENSE Initial commit 2026-04-03 14:07:54 +02:00
ntp.py horfix: while true 2026-04-05 12:45:00 +00:00
README.md Initial commit 2026-04-03 14:07:54 +02:00

lgtv-ntp-sync

Set the time on a rooted LG TV at boot time using NTP

Installation

  1. SSH into your TV (default password for root user is alpine)
  2. Download the file into the /var/lib/webosbrew/init.d directory and make it executable
curl -o /var/lib/webosbrew/init.d/ntp https://git.rcia.dev/Avery/lgtv-ntp-sync/raw/branch/main/ntp.py
chmod +x /var/lib/webosbrew/init.d/ntp
  1. Execute it or reboot your tv

Uninstalling

  1. SSH into your TV (default password for root user is alpine)
  2. Remove the ntp file in /var/lib/webosbrew/init.d
rm /var/lib/webosbrew/init.d/ntp