{% extends "master.html" %} {% block title %}Home{% endblock %} {%block tag %}home{% endblock %} {% block content %}

Rocky Public Active Mirrors

Rocky Linux is distributed to millions of systems globally. This would not be possible without the donations of time, disk space, and bandwidth by hundreds of volunteer system administrators and their companies or institutions. Your fast download experience is made possible by these donations.

MirrorManager is a Fedora Infrastructure tool adopted by Rocky to aid in the management and delivery of mirror information to users. We thank Fedora for their work in this space.

To become a public Rocky mirror, please see our wiki page on Mirroring.

You may trim the selection through the links on the right, or see the whole list.

I2 means both Internet2 and its peer high speed research and development networks globally.

{% for product in products %} {% for version in product.displayed_versions %} {% if not loop.first %} {% if loop.last %} {% else %} {% endif %} {% endif %} {% for arch in arches %} {% if arch in version.arches %} {% else %} {% endif %} {% endfor %} {% if not loop.last %} {% endif %} {% endfor %} {% endfor %}
Projects Versions Architectures
{{product.name}}
{{ version.display_name or version.name }} {{ arch }}
{% endblock %}