---
title: AltArch Mirror List
title_lead: List of CentOS Mirrors providing alternative arquitectures.
layout: page-download-mirror
permalink: /:path/:basename/index.html
---
CentOS welcomes new mirror sites. If you are considering setting up a public
mirror site for CentOS, [please follow the mirror
guidelines](http://wiki.centos.org/HowTos/CreatePublicMirrors) to make sure
that your mirror is consistent with the other mirror sites.
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for mirror...">
<table id="myTable">
<tr>
<th>Region</th>
<th>Country</th>
<th>Sponsor</th>
<th>HTTP Location</th>
<th>RSYNC Location</th>
</tr>
{% for row in site.data.full-altarchlist %}
<tr>
<td>{{ row["Region"] }}</td>
<td>{{ row["Country"] }}</td>
<td>{% if row["Sponsor URL"] != "" %}<a href="{{ row["Sponsor URL"] }}">{{ row["Sponsor"] }}</a>{% endif %}</td>
<td>{% if row["HTTP Location"] != "" %}<a href="{{ row["HTTP Location"] }}"><i class="fas fa-server"></i> Mirror</a>{% endif %}</td>
<td>{% if row["RSYNC Location"] != "" %}<a href="{{ row["RSYNC Location"] }}"><i class="fas fa-server"></i> Mirror</a>{% endif %}</td>
</tr>
{% endfor %}
</table>