Skip to content
Boris Rybalkin edited this page Oct 17, 2021 · 6 revisions

Sometimes device's time and date may get out of sync.

Please run these commands using SSH (https://github.com/syncloud/platform/wiki/SSH) to see if fixes the problem:

service ntp stop
ntpd -gq
service ntp start
Clone this wiki locally