惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
GbyAI
GbyAI
博客园_首页
V
Visual Studio Blog
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
腾讯CDC
博客园 - Franky
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

eallion's Blog

春假清明自驾游 Ubuntu 25.10 安装和配置 秋假 彩礼 2025 博客变化 预制菜 联邦礼仪之一 重拾写博客的乐趣 少儿 TED - 时间管理大师 n8n 之同步博客到 Mastodon n8n 之备份 Mastodon 嘟文 如何备份 Mastodon Docker 部署 Mastodon NAS 折腾记 Windows 11 安装软件 博客排版 - 挤压中文标点符号 Hugo 博客集成 Mastodon 独立博客自省问卷 15 题 Chrome 插件更新:网址净化器 在 Hugo 中使用 Shiki 炒菜万能公式 uBlacklist 订阅合集 读《中文互联网正在加速崩塌》 CSS 和 JS 实现博客热力图 受灾小记 那,他吃什么?! Mastodon 同步到 Memos Hugo 外部链接跳转提示页面 联邦宇宙及 Mastodon 简介 2024 博客变化
阿里云 NTP 时间同步服务器
Charles Chin · 2017-05-30 · via eallion's Blog

最新更新:2021.01.24

# 前言

昨天安装了一台国内的 Windows VPS
安装好后发现时间不对,
自动同步时间死活同步不了。

搜索国家授时中心的服务器,
IP 地址也已失效。

我也不知道是怎么想的,
随手就去搜索了 “阿里云 NTP”,
结果还真有!

  • 公网 NTP 服务器:ntp.aliyun.com
  • 内网 NTP 服务器:ntp.cloud.aliyuncs.com

以下内容,来自阿里云官方文档:

2020-04-22,阿里云官方更新了文档
https://help.aliyun.com/document_detail/92704.html

经典网络内网专有网络 VPC 内网公网
-ntp.cloud.aliyuncs.comntp.aliyun.com
ntp1.cloud.aliyuncs.comntp7.cloud.aliyuncs.comntp1.aliyun.com
ntp2.cloud.aliyuncs.comntp8.cloud.aliyuncs.comntp2.aliyun.com
ntp3.cloud.aliyuncs.comntp9.cloud.aliyuncs.comntp3.aliyun.com
ntp4.cloud.aliyuncs.comntp10.cloud.aliyuncs.comntp4.aliyun.com
ntp5.cloud.aliyuncs.comntp11.cloud.aliyuncs.comntp5.aliyun.com
ntp6.cloud.aliyuncs.comntp12.cloud.aliyuncs.comntp6.aliyun.com
--ntp7.aliyun.com

# Linux 同步 NTP 时间

以 Debian/Ubuntu 为例:

sudo apt install ntpdate
sudo ntpdate ntp.aliyun.com

# sudo hwclock --localtime --systohc # 将本地时间更新到硬件上

# 阿里云 ECS 内网测试成功

# Windows 测试成功