Change the date in " Mikrotik User Manager"

Hi,

I Have the RB with usermanager.

How to change the date? Now is 1970!

Thanks

No onboard clock. Use NTP.

/system ntp client

Only this istruction ?
what does it mean?

Here is the entries you need. I got the ntp server ip with “nslookup pool.ntp.org”.

/system ntp client
set mode=unicast primary-ntp=69.65.40.29 enabled=yes

/system clock
set time-zone-name=America/Chicago

Change the time-zone-name to your time zone.

grenzo
To set clock or time in mikrotik,
Thru winbox, click on system ------SNTP or NTP client, then click on enable and select unicast and put the ip aadrress of the ntp pool server og your choice.

See attached picture
ntp settings.JPG
But before, try and go to this link http://www.pool.ntp.org/en/, to select your country or nearest ntp pool server of your choice. Then copy the server 0 (name) or any two servers you see, then paste it there, the ip will appear, as mikrotik will just dsiplay the ip of that site and try to synchronize with it.

Hence, go to system/clock to set ur time.

I hope this helps