Mirrors
Ourmain repo server is located in Germany andcontains the pacman databases and packages, matching source packages andinstallers. The whole content of the mirror is regularly synced to multiplemirrors across the world.
All these servers are registered with pacman under/etc/pacman.d/mirrorlist.*.The first URL in those lists is the primary mirror, all others will be used as afallback. You can make another mirror the primary one by moving it to the top.
In case you have problems with a particular mirror please let us know by filingan issue:https://github.com/msys2/msys2.github.io/issues
Primary Server
| Name | URL | Note |
|---|---|---|
| repo.msys2.org | HTTPS |RSYNC | primary |
| mirror.msys2.org | HTTPS | geo redirection service for Tier 1 mirrors |
Tier 1 Mirrors
Requirements: Reliable, 1GBit/s+ with enough free bandwidth, rsync serversupport (*), HTTPS support, synced at least once per day from the primary server.
Map:https://mirror.msys2.org/?mirrorstats
| Name | URLs | Note |
|---|---|---|
| mirror.umd.edu | HTTPS |RSYNC | website |
| mirror.accum.se | HTTPS |RSYNC | issue |
| ftp.nluug.nl | HTTPS |RSYNC | ftp-admin@nluug.nl |
| ftp2.osuosl.org | HTTPS |RSYNC | hosting-request@osuosl.org |
| mirror.internet.asn.au | HTTPS |RSYNC | peering@ix.asn.au |
| mirror.selfnet.de | HTTPS |RSYNC | admin |
| mirror.yandex.ru | HTTPS |RSYNC | - |
| mirrors.dotsrc.org | HTTPS |RSYNC | staff@dotsrc.org |
| mirrors.tuna.tsinghua.edu.cn | HTTPS |RSYNC | - |
| mirrors.ustc.edu.cn | HTTPS |RSYNC | lug@ustc.edu.cn |
| mirror.nju.edu.cn | HTTPS |RSYNC | issue |
| mirrors.bfsu.edu.cn | HTTPS |RSYNC | issue |
| mirror.clarkson.edu | HTTPS |RSYNC | issue |
| quantum-mirror.hu | HTTPS |RSYNC | website |
| distrohub.kyiv.ua | HTTPS |RSYNC | website |
| mirror.archlinux.tw | HTTPS |RSYNC | issue |
(*) rsync is required bymirrorbits, which we use to auto-redirect users to a local mirror viamirror.msys2.org
Tier 2 Mirrors
Requirements: Synced regularly.
| Name | URLs | Note |
|---|---|---|
| ftp.cc.uoc.gr | HTTPS | mirrors@cc.uoc.gr |
| mirrors.bit.edu.cn | HTTPS | webmaster@bitnp.net |
| mirror.jmu.edu | HTTPS | mirrormaster@jmu.edu |
| mirrors.piconets.webwerks.in | HTTPS | mirrors@piconets.com |
| mirrors.sjtug.sjtu.edu.cn | HTTPS | |
| www2.futureware.at | HTTPS | Nick Østergaard |
| mirrors.aliyun.com | HTTPS | ali-yum@alibaba-inc.com |
| mirror.iscas.ac.cn | HTTPS | |
| mirrors.cloud.tencent.com | HTTPS | petzhou@tencent.com |
| download.nus.edu.sg | HTTPS | download@nus.edu.sg |
| repo.extreme-ix.org | HTTPS |RSYNC | sysadmin@x3me.net |
Adding a New Mirror
The repository size is ~725 GiB (seehttps://mirror.jmu.edu/ for current stats)with the distribution of sizes like this:
-1K: ~14000 files-100K: ~3200 files -1M: ~5000 files -10M: ~4000 files-100M: ~1000 files -1G: ~200 files -10G: ~20 filesYou can use rsync to update your mirror using
rsync-ssl-rlptH--safe-links--delete-delay--delay-updates\rsync://repo.msys2.org/builds/./msys2Our repository layout is compatible with Arch Linux, which means you can use thefollowing script to sync everything more frequently and efficiently:
source_url='rsync://repo.msys2.org/builds/'lastupdate_url='https://repo.msys2.org/lastupdate'Since our server has TLS/SSL support, you can replace thersync command in thescript withrsync-ssl.
To register your mirror please open an issue here:https://github.com/msys2/msys2.github.io/issues
Admin TODO List
When adding/removing/updating mirrors:
- List all mirrors inhttps://github.com/msys2/MSYS2-packages/tree/master/pacman-mirrors
- List tier 1 mirrors inhttps://github.com/msys2/msys2-main-server/blob/main/services/mirrorbits/add_mirrors.sh
- Keep this page up-to-date