I have ntp clearly working on my router as the time is reasonable (within a few seconds) after a downtime. But I wanted to be sure and check on the details, so I followed this guide:
But when I try it I get:
root@OpenWrt:~# ntpq -pn
ntpq: read: Connection refused
OpenWRT One running 24.10.5
--
Ian
brada4
December 24, 2025, 8:16pm
2
Default ntp is busybox ntp, not ntp[.]org ntpd.where ntpq / ntpdc could do anything.
1 Like
pavelgl
December 24, 2025, 9:36pm
3
/etc/init.d/sysntpd disable
/etc/init.d/sysntpd stop
opkg update; opkg install ntpd
/etc/init.d/ntpd restart
sleep 3
ntpq -pn
2 Likes
system
Closed
January 3, 2026, 9:37pm
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.