Skip to content

Commit 73b876a

Browse files
authored
Merge pull request #40018 from github/repo-sync
Repo sync
2 parents 6539475 + 1190fff commit 73b876a

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

content/admin/configuring-settings/configuring-network-settings/configuring-time-synchronization.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,31 @@ topics:
2121
- Networking
2222
shortTitle: Configure time settings
2323
---
24+
25+
## Default NTP servers
26+
27+
We recommend configuring your own preferred NTP servers. The default NTP server values on GitHub Enterprise Server are the following:
28+
29+
{% ifversion ghes > 3.17 %}
30+
AWS
31+
* Primary Server: 169.254.169.123 prefer iburst minpoll 4 maxpoll 4
32+
* NTP Pool: time.aws.com iburst
33+
34+
Other (non-AWS)
35+
{% endif %}
36+
* Primary Server: 0.github.pool.ntp.org
37+
* Secondary Server: 1.github.pool.ntp.org
38+
39+
You must ensure that the NTP servers (configured or default) are reachable on UDP port 123. For more details on the network ports that need to be open, see [AUTOTITLE](/admin/configuring-settings/configuring-network-settings/network-ports#administrative-ports).
40+
2441
## Changing the default NTP servers
2542

2643
{% data reusables.enterprise_site_admin_settings.access-settings %}
2744
{% data reusables.enterprise_site_admin_settings.management-console %}
2845
1. In the "Settings" sidebar, click **Time**.
29-
1. Under "Primary NTP server," type the hostname of the primary NTP server.
30-
1. Under "Secondary NTP server," type the hostname of the secondary NTP server.
46+
1. Under "Primary NTP server", type the hostname of the primary NTP server.
47+
1. Under "Secondary NTP server (optional)", type the hostname of the secondary NTP server.{% ifversion ghes > 3.17 %}
48+
1. Under "NTP pool (optional)", type the NTP pool.{% endif %}
3149
1. Under the "Settings" sidebar, click **Save settings**.
3250
1. Wait for the configuration run to complete.
3351

0 commit comments

Comments
 (0)