| Description | This article describes how to configure the NTP server in the FortiEDR Threat Hunting server. |
| Scope | Threat Hunting server (On-Premise). |
| Solution |
date -s hh:mm:ss
mkdir -p /var/lib/rancher/k3os/config.d/ cd /var/lib/rancher/k3os/config.d/ touch ntp.yaml vi ntp.yaml
Add the following in ntp.yaml:
k3os: ntp_servers: - 10.51.100.11 (NTP server IP address)
rc-update add ntpd defaul && rc-service ntpd start && rc-status
Alternatively configure a time zone (Not recommended, will be part of installation script in future release):
ls /usr/share/zoneinfo/Canada/
mount -o remount,rw /k3os/system
vi /k3os/system/config.yaml
"echo Canada/Vancouver (yourTimeZone) > /etc/timezone" "ln -vs /usr/share/zoneinfo/Canada/Pacific (yourTimeZone) /etc/localtime"
Save the config.yaml file (Shift + : then wq) and reboot the server. After the server is booted up, check with the date command if the date/time/timezone is appearing as expected:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.